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

tensorflow :: ops :: ParseTensor

#include <parsing_ops.h>

직렬화 된 tensorflow.TensorProto proto를 Tensor 로 변환합니다.

요약

인수 :

  • 범위 : 범위 개체
  • serialized : 직렬화 된 TensorProto proto를 포함하는 스칼라 문자열입니다.
  • out_type : 직렬화 된 텐서의 유형입니다. 제공된 유형은 직렬화 된 텐서의 유형과 일치해야하며 암시 적 변환이 발생하지 않습니다.

보고:

생성자와 소멸자

ParseTensor (const :: tensorflow::Scope & scope, :: tensorflow::Input serialized, DataType out_type)

공용 속성

operation
output

공공 기능

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

공용 속성

조작

Operation operation

산출

::tensorflow::Output output

공공 기능

ParseTensor

 ParseTensor(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input serialized,
  DataType out_type
)

마디

::tensorflow::Node * node() const 

연산자 :: tensorflow :: 입력

 operator::tensorflow::Input() const 

연산자 :: tensorflow :: 출력

 operator::tensorflow::Output() const