텐서플로우:: 작전:: 자리 표시자

#include <array_ops.h>

계산에 입력될 값에 대한 자리 표시자 작업입니다.

요약

주의: 이 작업을 실행하면 오류가 발생하여 실패합니다. 이는 항상 제공되는 값을 표현하고 런타임에 제공된 값을 확인할 수 있는 속성을 제공하기 위한 방법입니다.

인수:

  • 범위: 범위 개체
  • dtype: 텐서의 요소 유형입니다.

선택적 속성( Attrs 참조):

  • 모양: (선택 사항) 텐서의 모양입니다. 모양의 차원이 0이면 모양이 제한되지 않습니다.

보고:

  • Output : 피드 메커니즘을 사용하여 교체해야 하는 자리 표시자 텐서입니다.

생성자와 소멸자

Placeholder (const :: tensorflow::Scope & scope, DataType dtype)
Placeholder (const :: tensorflow::Scope & scope, DataType dtype, const Placeholder::Attrs & attrs)

공개 속성

operation
output

공공 기능

node () const
::tensorflow::Node *
operator::tensorflow::Input () const
operator::tensorflow::Output () const

공개 정적 함수

Shape (PartialTensorShape x)

구조체

tensorflow:: ops:: 자리 표시자:: Attrs

Placeholder 에 대한 선택적 속성 설정자입니다.

공개 속성

작업

Operation operation

산출

::tensorflow::Output output

공공 기능

자리 표시자

 Placeholder(
  const ::tensorflow::Scope & scope,
  DataType dtype
)

자리 표시자

 Placeholder(
  const ::tensorflow::Scope & scope,
  DataType dtype,
  const Placeholder::Attrs & attrs
)

마디

::tensorflow::Node * node() const 

연산자::텐서플로우::입력

 operator::tensorflow::Input() const 

연산자::텐서플로우::출력

 operator::tensorflow::Output() const 

공개 정적 함수

모양

Attrs Shape(
  PartialTensorShape x
)