공용 인터페이스 GraphDefOrBuilder
알려진 간접 하위 클래스 |
공개 방법
추상 함수DefLibrary | getLibrary () EXPERIMENTAL. |
추상 FunctionDefLibraryOrBuilder | getLibraryOrBuilder () EXPERIMENTAL. |
추상 NodeDef | getNode (정수 인덱스) repeated .tensorflow.NodeDef node = 1; |
추상 정수 | getNodeCount () repeated .tensorflow.NodeDef node = 1; |
추상 목록< NodeDef > | getNodeList () repeated .tensorflow.NodeDef node = 1; |
추상 NodeDefOrBuilder | getNodeOrBuilder (정수 인덱스) repeated .tensorflow.NodeDef node = 1; |
추상 목록<? NodeDefOrBuilder 확장 > | getNodeOrBuilderList () repeated .tensorflow.NodeDef node = 1; |
추상 정수 | 버전 획득 () Deprecated single version field; use versions above instead. |
추상 버전 정의 | get버전 () Compatibility versions of the graph. |
추상 VersionDefOrBuilder | getVersionsOrBuilder () Compatibility versions of the graph. |
추상 부울 | hasLibrary () EXPERIMENTAL. |
추상 부울 | 버전 () Compatibility versions of the graph. |
공개 방법
공개 추상 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;
공개 추상 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;
공개 추상 int getNodeCount ()
repeated .tensorflow.NodeDef node = 1;
공개 요약 목록<? NodeDefOrBuilder > getNodeOrBuilderList () 를 확장합니다.
repeated .tensorflow.NodeDef node = 1;
공개 추상 int getVersion ()
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];
공개 추상 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;
공개 추상 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;
공개 추상 부울 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;
공개 추상 부울 hasVersions ()
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;