GraphDef

публичный финальный класс GraphDef

 Represents the graph of operations
 
тип Protobuf tensorflow.GraphDef

Вложенные классы

сорт GraphDef.Builder
 Represents the graph of operations
 
Тип Protobuf tensorflow.GraphDef

Константы

интервал LIBRARY_FIELD_NUMBER
интервал NODE_FIELD_NUMBER
интервал VERSIONS_FIELD_NUMBER
интервал VERSION_FIELD_NUMBER

Публичные методы

логическое значение
равно (Объект obj)
статический GraphDef
ГрафDef
окончательный статический com.google.protobuf.Descriptors.Descriptor
ФункцияDefLibrary
ФункцияDefLibraryOrBuilder
getLibraryOrBuilder ()
 EXPERIMENTAL.
NodeDef
getNode (целочисленный индекс)
repeated .tensorflow.NodeDef node = 1;
интервал
получитьNodeCount ()
repeated .tensorflow.NodeDef node = 1;
Список < NodeDef >
получитьСписокНодов ()
repeated .tensorflow.NodeDef node = 1;
NodeDefOrBuilder
getNodeOrBuilder (индекс целого числа)
repeated .tensorflow.NodeDef node = 1;
Список<? расширяет NodeDefOrBuilder >
getNodeOrBuilderList ()
repeated .tensorflow.NodeDef node = 1;
интервал
окончательный com.google.protobuf.UnknownFieldSet
интервал
получить версию ()
 Deprecated single version field; use versions above instead.
ВерсияDef
получить версии ()
 Compatibility versions of the graph.
ВерсияDefOrBuilder
getVersionsOrBuilder ()
 Compatibility versions of the graph.
логическое значение
логическое значение
имеет версии ()
 Compatibility versions of the graph.
интервал
последнее логическое значение
статический GraphDef.Builder
статический GraphDef.Builder
newBuilder (прототип GraphDef )
GraphDef.Builder
статический GraphDef
parseDelimitedFrom (входной поток)
статический GraphDef
parseDelimitedFrom (ввод InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
статический GraphDef
parseFrom (данные ByteBuffer)
статический GraphDef
parseFrom (ввод com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
статический GraphDef
parseFrom (данные ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
статический GraphDef
parseFrom (вход com.google.protobuf.CodedInputStream)
статический GraphDef
parseFrom (данные byte[], com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
статический GraphDef
parseFrom (данные com.google.protobuf.ByteString)
статический GraphDef
parseFrom (ввод входного потока, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
статический GraphDef
parseFrom (данные com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
статический
GraphDef.Builder
пустота
writeTo (вывод com.google.protobuf.CodedOutputStream)

Унаследованные методы

Константы

общедоступный статический окончательный int LIBRARY_FIELD_NUMBER

Постоянное значение: 2

общедоступный статический окончательный int NODE_FIELD_NUMBER

Постоянное значение: 1

общедоступный статический окончательный int VERSIONS_FIELD_NUMBER

Постоянное значение: 4

общедоступный статический окончательный int VERSION_FIELD_NUMBER

Постоянное значение: 3

Публичные методы

общедоступное логическое значение равно (Object obj)

общедоступный статический GraphDef getDefaultInstance ()

общедоступный GraphDef getDefaultInstanceForType ()

общедоступный статический окончательный com.google.protobuf.Descriptors.Descriptor getDescriptor ()

общественная 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;

public NodeDef getNode (индекс int)

repeated .tensorflow.NodeDef node = 1;

public int getNodeCount ()

repeated .tensorflow.NodeDef node = 1;

общедоступный список < NodeDef > getNodeList ()

repeated .tensorflow.NodeDef node = 1;

общедоступный NodeDefOrBuilder getNodeOrBuilder (индекс int)

repeated .tensorflow.NodeDef node = 1;

общедоступный список<? расширяет NodeDefOrBuilder > getNodeOrBuilderList ()

repeated .tensorflow.NodeDef node = 1;

общественный getParserForType ()

public int getSerializedSize ()

публичный финал com.google.protobuf.UnknownFieldSet getUnknownFields ()

public 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;

public int hashCode ()

публичное финальное логическое значение isInitialized ()

общедоступный статический GraphDef.Builder newBuilder ()

общедоступный статический GraphDef.Builder newBuilder (прототип GraphDef )

общедоступный GraphDef.Builder newBuilderForType ()

общедоступный статический GraphDef parseDelimitedFrom (вход InputStream)

Броски
Исключение IO

общедоступный статический GraphDef parseDelimitedFrom (ввод InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Броски
Исключение IO

общедоступный статический GraphDef parseFrom (данные ByteBuffer)

Броски
Инвалидпротоколбуфферисключение

общедоступный статический GraphDef parseFrom (вход com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Броски
Исключение IO

общедоступный статический GraphDef parseFrom (данные ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Броски
Инвалидпротоколбуфферисключение

общедоступный статический GraphDef parseFrom (вход com.google.protobuf.CodedInputStream)

Броски
Исключение IO

общедоступный статический GraphDef parseFrom (данные byte[], com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Броски
Инвалидпротоколбуфферисключение

общедоступный статический GraphDef parseFrom (данные com.google.protobuf.ByteString)

Броски
Инвалидпротоколбуфферисключение

общедоступный статический GraphDef parseFrom (вход InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Броски
Исключение IO

общедоступный статический GraphDef parseFrom (данные com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Броски
Инвалидпротоколбуфферисключение

общественный статический парсер ()

общедоступный GraphDef.Builder toBuilder ()

public void writeTo (вывод com.google.protobuf.CodedOutputStream)

Броски
Исключение IO