Core Tensorflow API
Summary
Typedefs | |
---|---|
OutputList | typedefstd::vector< Output > A type for representing the output of ops that produce more than one output, or a list of tensors.
|
Functions | |
---|---|
CreateOutputWithScope(string op_name, absl::Span< const ::tensorflow::Input > inputs, const Scope & scope, Output *output) | Status |
Classes | |
---|---|
tensorflow::ClientSession | A |
tensorflow::Input | Represents a tensor value that can be used as an operand to an Operation. |
tensorflow::InputList | A type for representing the input to ops that require a list of tensors. |
tensorflow::Operation | Represents a node in the computation graph. |
tensorflow::Output | Represents a tensor value produced by an Operation. |
tensorflow::Scope | A |
tensorflow::TensorBuffer |
Typedefs
OutputList
std::vector< Output > OutputList
A type for representing the output of ops that produce more than one output, or a list of tensors.
Functions
CreateOutputWithScope
Status CreateOutputWithScope( string op_name, absl::Span< const ::tensorflow::Input > inputs, const Scope & scope, Output *output )
© 2020 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 4.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/versions/r2.4/api_docs/cc/group/core