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

tensorflow :: ops :: PlaceholderWithDefault

#include <array_ops.h>

출력이 공급되지 않을 때 input 을 통과하는 자리 표시 자 작업입니다.

요약

인수 :

  • 범위 : 범위 개체
  • 입력 : output 이 공급되지 않을 때 생성 할 기본값입니다.
  • shape : 텐서의 (아마도 부분적인) 모양.

보고:

  • Output : 공급되지 않는 경우 기본적으로 input 되는 자리 표시 자 텐서입니다.

생성자와 소멸자

PlaceholderWithDefault (const :: tensorflow::Scope & scope, :: tensorflow::Input input, PartialTensorShape shape)

공용 속성

operation
output

공공 기능

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

공용 속성

조작

Operation operation

산출

::tensorflow::Output output

공공 기능

PlaceholderWithDefault

 PlaceholderWithDefault(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input input,
  PartialTensorShape shape
)

마디

::tensorflow::Node * node() const 

연산자 :: tensorflow :: 입력

 operator::tensorflow::Input() const 

연산자 :: tensorflow :: 출력

 operator::tensorflow::Output() const