텐서플로우:: 작전:: 형태 보장

#include <array_ops.h>

텐서의 모양이 예상되는 모양과 일치하는지 확인합니다.

요약

입력 텐서의 모양이 지정된 모양과 일치하지 않으면 오류가 발생합니다. 그렇지 않으면 입력 텐서를 반환합니다.

인수:

  • 범위: 범위 개체
  • 입력: 모양을 검증할 텐서입니다.
  • 모양: 입력 텐서의 예상되는(부분적으로 지정될 수 있는) 모양입니다.

보고:

  • Output : 입력 텐서나 값과 모양과 내용이 동일한 텐서입니다.

생성자와 소멸자

EnsureShape (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

공공 기능

형태 보장

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

마디

::tensorflow::Node * node() const 

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

 operator::tensorflow::Input() const 

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

 operator::tensorflow::Output() const