텐서플로우:: 작전:: 텐서어레이읽기
#include <data_flow_ops.h>
TensorArray 의 요소를 출력 value
으로 읽어옵니다.
요약
인수:
- 범위: 범위 개체
- 핸들: TensorArray 에 대한 핸들입니다.
- flow_in: 작업의 적절한 연결을 강제하는 부동 소수점 스칼라입니다.
- dtype: 반환되는 요소의 유형입니다.
보고:
-
Output
: TensorArray 에서 읽은 텐서입니다.
생성자와 소멸자 | |
---|---|
TensorArrayRead (const :: tensorflow::Scope & scope, :: tensorflow::Input handle, :: tensorflow::Input index, :: tensorflow::Input flow_in, DataType dtype) |
공개 속성 | |
---|---|
operation | |
value |
공공 기능 | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
공개 속성
작업
Operation operation
값
::tensorflow::Output value
공공 기능
텐서어레이읽기
TensorArrayRead( const ::tensorflow::Scope & scope, ::tensorflow::Input handle, ::tensorflow::Input index, ::tensorflow::Input flow_in, DataType dtype )
마디
::tensorflow::Node * node() const
연산자::텐서플로우::입력
operator::tensorflow::Input() const
연산자::텐서플로우::출력
operator::tensorflow::Output() const