Core Tensorflow API

Core Tensorflow API

Summary

Typedefs
OutputList typedef
std::vector< Output >
A type for representing the output of ops that produce more than one output, or a list of tensors.
Functions
operator<<(std::ostream & os, const Status & x)
std::ostream &
Classes
tensorflow::ClientSession

A ClientSession object lets the caller drive the evaluation of the TensorFlow graph constructed with the C++ API.

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 Scope object represents a set of related TensorFlow ops that have the same properties such as a common name prefix.

tensorflow::Status

Denotes success or failure of a call in Tensorflow.

tensorflow::Tensor

Represents an n-dimensional array of values.

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

operator<<

std::ostream & operator<
    
  

© 2017 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/api_docs/cc/group/core.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部