tensorflow
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. |
StatusCallback
|
typedefstd::function< void(const Status &)>
|
Functions |
|
---|---|
CreateOutputWithScope(string op_name, absl::Span< const ::tensorflow::Input > inputs, const Scope & scope, Output *output)
|
|
TfCheckOpHelper(::tensorflow::Status v, const char *msg)
|
tensorflow::string *
|
TfCheckOpHelperOutOfLine(const ::tensorflow::Status & v, const char *msg)
|
tensorflow::string *
|
operator<<(std::ostream & os, const Status & x)
|
std::ostream &
|
Classes |
|
---|---|
tensorflow:: |
A |
tensorflow:: |
Represents a tensor value that can be used as an operand to an Operation. |
tensorflow:: |
A type for representing the input to ops that require a list of tensors. |
tensorflow:: |
Represents a node in the computation graph. |
tensorflow:: |
Represents a tensor value produced by an Operation. |
tensorflow:: |
A |
tensorflow:: |
Denotes success or failure of a call in Tensorflow. |
tensorflow:: |
|
tensorflow:: |
Represents an n-dimensional array of values. |
tensorflow:: |
Structs |
|
---|---|
tensorflow:: |
A helper struct to hold the scopes that would be used by a function constructing a composite op. |
tensorflow:: |
Hash class that can be used for e.g. storing Outputs in an unordered_map. |
Namespaces |
|
---|---|
tensorflow:: |
|
tensorflow:: |
|
tensorflow:: |
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.
StatusCallback
std::function< void(const Status &)> StatusCallback
Functions
CreateOutputWithScope
Status CreateOutputWithScope( string op_name, absl::Span< const ::tensorflow::Input > inputs, const Scope & scope, Output *output )
TfCheckOpHelper
tensorflow::string * TfCheckOpHelper( ::tensorflow::Status v, const char *msg )
TfCheckOpHelperOutOfLine
tensorflow::string * TfCheckOpHelperOutOfLine( const ::tensorflow::Status & v, const char *msg )
operator<<
std::ostream & operator<<( std::ostream & os, const Status & x )