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

#include <array_ops.h>

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

요약

인수:

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

보고:

  • 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

공공 기능

자리표시자WithDefault

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

마디

::tensorflow::Node * node() const 

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

 operator::tensorflow::Input() const 

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

 operator::tensorflow::Output() const