本文档为TensorFlow参考文档,本转载已得到TensorFlow中文社区授权。TensorFlow C++ Session API reference documentation TensorFlow's public C++ API includes only the API for executing graphs,as of version ...
本文档为TensorFlow参考文档,本转载已得到TensorFlow中文社区授权。Struct tensorflow:TensorShapeDim Member Summary int tensorflow:TensorShapeDim:size tensorflow:TensorShapeDim:TensorShapeDim(int64 s) ...
本文档为TensorFlow参考文档,本转载已得到TensorFlow中文社区授权。Class tensorflow:Thread Member Summary tensorflow:Thread:Thread() virtual tensorflow:Thread:~Thread() Blocks until the thread of ...
本文档为TensorFlow参考文档,本转载已得到TensorFlow中文社区授权。Class tensorflow:WritableFile A file abstraction for sequential writing. The implementation must provide buffering since callers may ...
本文档为TensorFlow参考文档,本转载已得到TensorFlow中文社区授权。Struct tensorflow:ThreadOptions Options to configure a Thread. Note that the options are all hints,and the underlying implementation ...
本文档为TensorFlow参考文档,本转载已得到TensorFlow中文社区授权。Configuration information for a Session. Member Summary Env*tensorflow:SessionOptions:env The environment to use. string tensorflow:...
本文档为TensorFlow参考文档,本转载已得到TensorFlow中文社区授权。Class tensorflow:TensorShapeUtils Static helper routines for TensorShape.Includes a few common predicates on a tensor shape. Member ...
本文档为TensorFlow参考文档,本转载已得到TensorFlow中文社区授权。Class tensorflow:RandomAccessFile A file abstraction for randomly reading the contents of a file. Member Summary tensorflow:...
本文档为TensorFlow参考文档,本转载已得到TensorFlow中文社区授权。Class tensorflow:TensorShape Manages the dimensions of a Tensor and their sizes. Member Summary tensorflow:TensorShape:TensorShape(gtl:...
本文档为TensorFlow参考文档,本转载已得到TensorFlow中文社区授权。Class tensorflow:EnvWrapper An implementation of Env that forwards all calls to another Env. May be useful to clients who wish to ...
本文档为TensorFlow参考文档,本转载已得到TensorFlow中文社区授权。Class tensorflow:Env An interface used by the tensorflow implementation to access operating system functionality like the filesystem ...
本文档为TensorFlow参考文档,本转载已得到TensorFlow中文社区授权。Class tensorflow:Session A Session instance lets a caller drive a TensorFlow graph computation. When a Session is created with a given ...
本文档为TensorFlow参考文档,本转载已得到TensorFlow中文社区授权。Class tensorflow:Tensor Represents an n-dimensional array of values. Member Summary tensorflow:Tensor:Tensor() Default Tensor ...