Google I/O에 참여해 주셔서 감사합니다. 주문형 모든 세션 보기 주문형 시청

tensorflow :: ops :: 자리 표시 자

#include <array_ops.h>

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

요약

NB이 작업은 실행되면 오류와 함께 실패합니다. 이는 항상 제공되는 값을 표시하고 런타임시 제공되는 값을 확인할 수있는 속성을 제공하기위한 방법입니다.

인수 :

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

선택적 속성 ( Attrs 참조) :

  • shape : (선택 사항) 텐서의 모양. 모양의 치수가 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 :: Placeholder :: Attrs

Placeholder에 대한 선택적 속성 setter입니다.

공용 속성

조작

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 

연산자 :: tensorflow :: 입력

 operator::tensorflow::Input() const 

연산자 :: tensorflow :: 출력

 operator::tensorflow::Output() const 

공개 정적 함수

모양

Attrs Shape(
  PartialTensorShape x
)