Stay organized with collections
Save and categorize content based on your preferences.
tensorflow
Summary
Typedefs
|
OutputList
|
typedef A type for representing the output of ops that produce more than one output, or a list of tensors. |
StatusCallback
|
typedef
std::function< void(const Status &)>
|
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
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
)
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2020-04-20 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2020-04-20 UTC."],[],[],null,["# tensorflow Namespace\n\ntensorflow\n==========\n\nSummary\n-------\n\n| ### Typedefs ||\n|---------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [OutputList](#group__core_1gab449e6a3abd500c2f4ea93f9e89ba96c) | typedef `std::vector\u003c `[Output](/versions/r2.0/api_docs/cc/class/tensorflow/output#classtensorflow_1_1_output)` \u003e` A type for representing the output of ops that produce more than one output, or a list of tensors. |\n| [StatusCallback](#namespacetensorflow_1a2fd9a161775bcd2d94ae8d2278eb3c46) | typedef `std::function\u003c void(const `[Status](/versions/r2.0/api_docs/cc/class/tensorflow/status#classtensorflow_1_1_status)` &)\u003e` |\n\n| ### Functions ||\n|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------|\n| [CreateOutputWithScope](#group__core_1gaef88caf2b9d160822f9641a621dbb5c4)`(string op_name, absl::Span\u003c const ::`[tensorflow::Input](/versions/r2.0/api_docs/cc/class/tensorflow/input#classtensorflow_1_1_input)` \u003e inputs, const `[Scope](/versions/r2.0/api_docs/cc/class/tensorflow/scope#classtensorflow_1_1_scope)` & scope, `[Output](/versions/r2.0/api_docs/cc/class/tensorflow/output#classtensorflow_1_1_output)` *output)` | [Status](/versions/r2.0/api_docs/cc/class/tensorflow/status#classtensorflow_1_1_status) |\n| [TfCheckOpHelper](#namespacetensorflow_1af23a072fc7763e196aeca230ebf0b41a)`(::`[tensorflow::Status](/versions/r2.0/api_docs/cc/class/tensorflow/status#classtensorflow_1_1_status)` v, const char *msg)` | `tensorflow::string *` |\n| [TfCheckOpHelperOutOfLine](#namespacetensorflow_1a8d7567af53c83ed87fd86a626a873cc8)`(const ::`[tensorflow::Status](/versions/r2.0/api_docs/cc/class/tensorflow/status#classtensorflow_1_1_status)` & v, const char *msg)` | `tensorflow::string *` |\n| [operator\u003c\u003c](#group__core_1gab11ba3b5186118ae745aa50ee43a759f)`(std::ostream & os, const `[Status](/versions/r2.0/api_docs/cc/class/tensorflow/status#classtensorflow_1_1_status)` & x)` | `std::ostream &` |\n\n| ### Classes ||\n|-----------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [tensorflow::ClientSession](/versions/r2.0/api_docs/cc/class/tensorflow/client-session) | A [ClientSession](/versions/r2.0/api_docs/cc/class/tensorflow/client-session#classtensorflow_1_1_client_session) object lets the caller drive the evaluation of the TensorFlow graph constructed with the C++ API. |\n| [tensorflow::Input](/versions/r2.0/api_docs/cc/class/tensorflow/input) | Represents a tensor value that can be used as an operand to an [Operation](/versions/r2.0/api_docs/cc/class/tensorflow/operation#classtensorflow_1_1_operation). |\n| [tensorflow::InputList](/versions/r2.0/api_docs/cc/class/tensorflow/input-list) | A type for representing the input to ops that require a list of tensors. |\n| [tensorflow::Operation](/versions/r2.0/api_docs/cc/class/tensorflow/operation) | Represents a node in the computation graph. |\n| [tensorflow::Output](/versions/r2.0/api_docs/cc/class/tensorflow/output) | Represents a tensor value produced by an [Operation](/versions/r2.0/api_docs/cc/class/tensorflow/operation#classtensorflow_1_1_operation). |\n| [tensorflow::Scope](/versions/r2.0/api_docs/cc/class/tensorflow/scope) | A [Scope](/versions/r2.0/api_docs/cc/class/tensorflow/scope#classtensorflow_1_1_scope) object represents a set of related TensorFlow ops that have the same properties such as a common name prefix. |\n| [tensorflow::Status](/versions/r2.0/api_docs/cc/class/tensorflow/status) | Denotes success or failure of a call in Tensorflow. |\n| [tensorflow::StatusGroup](/versions/r2.0/api_docs/cc/class/tensorflow/status-group) | |\n| [tensorflow::Tensor](/versions/r2.0/api_docs/cc/class/tensorflow/tensor) | Represents an n-dimensional array of values. |\n\n| ### Structs ||\n|---------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------|\n| [tensorflow::CompositeOpScopes](/versions/r2.0/api_docs/cc/struct/tensorflow/composite-op-scopes) | A helper struct to hold the scopes that would be used by a function constructing a composite op. |\n| [tensorflow::OutputHash](/versions/r2.0/api_docs/cc/struct/tensorflow/output-hash) | Hash class that can be used for e.g. storing Outputs in an unordered_map. |\n\n| ### Namespaces ||\n|--------------------------------------------------------------------------------------|---|\n| [tensorflow::batch_util](/versions/r2.0/api_docs/cc/namespace/tensorflow/batch-util) | |\n| [tensorflow::ops](/versions/r2.0/api_docs/cc/namespace/tensorflow/ops) | |\n| [tensorflow::thread](/versions/r2.0/api_docs/cc/namespace/tensorflow/thread) | |\n\nTypedefs\n--------\n\n### OutputList\n\n```text\nstd::vector\u003c Output \u003e OutputList\n``` \nA type for representing the output of ops that produce more than one output, or a list of tensors. \n\n### StatusCallback\n\n```gdscript\nstd::function\u003c void(const Status &)\u003e StatusCallback\n``` \n\nFunctions\n---------\n\n### CreateOutputWithScope\n\n```gdscript\nStatus CreateOutputWithScope(\n string op_name,\n absl::Span\u003c const ::tensorflow::Input \u003e inputs,\n const Scope & scope,\n Output *output\n)\n``` \n\n### TfCheckOpHelper\n\n```gdscript\ntensorflow::string * TfCheckOpHelper(\n ::tensorflow::Status v,\n const char *msg\n)\n``` \n\n### TfCheckOpHelperOutOfLine\n\n```gdscript\ntensorflow::string * TfCheckOpHelperOutOfLine(\n const ::tensorflow::Status & v,\n const char *msg\n)\n``` \n\n### operator\\\u003c\\\u003c\n\n```gdscript\nstd::ostream & operator\u003c\u003c(\n std::ostream & os,\n const Status & x\n)\n```"]]