GraphDefOrBuilder

giao diện công cộng GraphDefOrBuilder
Các lớp con gián tiếp đã biết

Phương pháp công khai

hàm trừu tượngDefLibrary
getLibrary ()
 EXPERIMENTAL.
hàm trừu tượngDefLibraryOrBuilder
getLibraryOrBuilder ()
 EXPERIMENTAL.
NodeDef trừu tượng
getNode (chỉ số int)
repeated .tensorflow.NodeDef node = 1;
int trừu tượng
getNodeCount ()
repeated .tensorflow.NodeDef node = 1;
Danh sách trừu tượng< NodeDef >
getNodeList ()
repeated .tensorflow.NodeDef node = 1;
trừu tượng NodeDefOrBuilder
getNodeOrBuilder (chỉ mục int)
repeated .tensorflow.NodeDef node = 1;
Danh sách trừu tượng<? mở rộng NodeDefOrBuilder >
getNodeOrBuilderList ()
repeated .tensorflow.NodeDef node = 1;
int trừu tượng
getVersion ()
 Deprecated single version field; use versions above instead.
Phiên bản trừu tượngDef
getVersions ()
 Compatibility versions of the graph.
Phiên bản trừu tượngDefOrBuilder
getVersionsOrBuilder ()
 Compatibility versions of the graph.
trừu tượng boolean
hasLibrary ()
 EXPERIMENTAL.
trừu tượng boolean
hasVersions ()
 Compatibility versions of the graph.

Phương pháp công khai

tóm tắt công khai FunctionDefLibrary getLibrary ()

 EXPERIMENTAL. DO NOT USE OR DEPEND ON THIS YET.
 "library" provides user-defined functions.
 Naming:
   * library.function.name are in a flat namespace.
     NOTE: We may need to change it to be hierarchical to support
     different orgs. E.g.,
     { "/google/nn", { ... } },
     { "/google/vision", { ... } }
     { "/org_foo/module_bar", { ... } }
     map<string, FunctionDefLib> named_lib;
   * If node[i].op is the name of one function in "library",
     node[i] is deemed as a function call. Otherwise, node[i].op
     must be a primitive operation supported by the runtime.
 Function call semantics:
   * The callee may start execution as soon as some of its inputs
     are ready. The caller may want to use Tuple() mechanism to
     ensure all inputs are ready in the same time.
   * The consumer of return values may start executing as soon as
     the return values the consumer depends on are ready.  The
     consumer may want to use Tuple() mechanism to ensure the
     consumer does not start until all return values of the callee
     function are ready.
 
.tensorflow.FunctionDefLibrary library = 2;

trừu tượng công khai FunctionDefLibraryOrBuilder getLibraryOrBuilder ()

 EXPERIMENTAL. DO NOT USE OR DEPEND ON THIS YET.
 "library" provides user-defined functions.
 Naming:
   * library.function.name are in a flat namespace.
     NOTE: We may need to change it to be hierarchical to support
     different orgs. E.g.,
     { "/google/nn", { ... } },
     { "/google/vision", { ... } }
     { "/org_foo/module_bar", { ... } }
     map<string, FunctionDefLib> named_lib;
   * If node[i].op is the name of one function in "library",
     node[i] is deemed as a function call. Otherwise, node[i].op
     must be a primitive operation supported by the runtime.
 Function call semantics:
   * The callee may start execution as soon as some of its inputs
     are ready. The caller may want to use Tuple() mechanism to
     ensure all inputs are ready in the same time.
   * The consumer of return values may start executing as soon as
     the return values the consumer depends on are ready.  The
     consumer may want to use Tuple() mechanism to ensure the
     consumer does not start until all return values of the callee
     function are ready.
 
.tensorflow.FunctionDefLibrary library = 2;

tóm tắt công khai NodeDef getNode (chỉ mục int)

repeated .tensorflow.NodeDef node = 1;

tóm tắt công khai int getNodeCount ()

repeated .tensorflow.NodeDef node = 1;

Danh sách tóm tắt công khai< NodeDef > getNodeList ()

repeated .tensorflow.NodeDef node = 1;

tóm tắt công khai NodeDefOrBuilder getNodeOrBuilder (chỉ mục int)

repeated .tensorflow.NodeDef node = 1;

Danh sách tóm tắt công khai<? mở rộng NodeDefOrBuilder > getNodeOrBuilderList ()

repeated .tensorflow.NodeDef node = 1;

tóm tắt công khai int getVersion ()

phiên bản

 Deprecated single version field; use versions above instead.  Since all
 GraphDef changes before "versions" was introduced were forward
 compatible, this field is entirely ignored.
 
int32 version = 3 [deprecated = true];

bản tóm tắt công khai VersionDef getVersions ()

 Compatibility versions of the graph.  See core/public/version.h for version
 history.  The GraphDef version is distinct from the TensorFlow version, and
 each release of TensorFlow will support a range of GraphDef versions.
 
.tensorflow.VersionDef versions = 4;

bản tóm tắt công khai VersionDefOrBuilder getVersionsOrBuilder ()

 Compatibility versions of the graph.  See core/public/version.h for version
 history.  The GraphDef version is distinct from the TensorFlow version, and
 each release of TensorFlow will support a range of GraphDef versions.
 
.tensorflow.VersionDef versions = 4;

boolean trừu tượng công khai hasLibrary ()

 EXPERIMENTAL. DO NOT USE OR DEPEND ON THIS YET.
 "library" provides user-defined functions.
 Naming:
   * library.function.name are in a flat namespace.
     NOTE: We may need to change it to be hierarchical to support
     different orgs. E.g.,
     { "/google/nn", { ... } },
     { "/google/vision", { ... } }
     { "/org_foo/module_bar", { ... } }
     map<string, FunctionDefLib> named_lib;
   * If node[i].op is the name of one function in "library",
     node[i] is deemed as a function call. Otherwise, node[i].op
     must be a primitive operation supported by the runtime.
 Function call semantics:
   * The callee may start execution as soon as some of its inputs
     are ready. The caller may want to use Tuple() mechanism to
     ensure all inputs are ready in the same time.
   * The consumer of return values may start executing as soon as
     the return values the consumer depends on are ready.  The
     consumer may want to use Tuple() mechanism to ensure the
     consumer does not start until all return values of the callee
     function are ready.
 
.tensorflow.FunctionDefLibrary library = 2;

các phiên bản boolean trừu tượng công khai ( )

 Compatibility versions of the graph.  See core/public/version.h for version
 history.  The GraphDef version is distinct from the TensorFlow version, and
 each release of TensorFlow will support a range of GraphDef versions.
 
.tensorflow.VersionDef versions = 4;