핵심 Tensorflow API
요약
Typedef | |
---|---|
OutputList | typedefstd::vector< Output > 둘 이상의 출력 또는 텐서 목록을 생성하는 작업의 출력을 나타내는 유형입니다. |
기능 | |
---|---|
CreateOutputWithScope (string op_name, absl::Span< const :: tensorflow::Input > inputs, const Scope & scope, Output *output) | Status |
operator<< (std::ostream & os, const Status & x) | std::ostream & |
클래스 | |
---|---|
tensorflow :: ClientSession | |
tensorflow :: 입력 | Operation에 대한 피연산자로 사용할 수있는 텐서 값을 나타냅니다. |
tensorflow :: InputList | 텐서 목록이 필요한 연산에 대한 입력을 나타내는 유형입니다. |
tensorflow :: 작업 | 계산 그래프의 노드를 나타냅니다. |
tensorflow :: 출력 | Operation에 의해 생성 된 텐서 값을 나타냅니다. |
tensorflow :: 범위 | |
tensorflow :: 상태 | Tensorflow에서 호출의 성공 또는 실패를 나타냅니다. |
tensorflow :: TensorBuffer |
Typedef
OutputList
std::vector< Output > OutputList
둘 이상의 출력 또는 텐서 목록을 생성하는 작업의 출력을 나타내는 유형입니다.
기능
CreateOutputWithScope
Status CreateOutputWithScope( string op_name, absl::Span< const ::tensorflow::Input > inputs, const Scope & scope, Output *output )
연산자 <<
std::ostream & operator<<( std::ostream & os, const Status & x )