clase final pública GraphDef
Represents the graph of operations
tensorflow.GraphDef
Clases anidadas
clase | GraphDef.Builder | Represents the graph of operations tensorflow.GraphDef |
Constantes
entero | BIBLIOTECA_CAMPO_NÚMERO | |
entero | NODE_FIELD_NUMBER | |
entero | VERSIONS_FIELD_NUMBER | |
entero | VERSION_FIELD_NUMBER |
Métodos públicos
booleano | es igual (Objeto obj) |
GraphDef estático | |
GraphDef | |
com.google.protobuf.Descriptors.Descriptor estático final | |
FunciónDefBiblioteca | obtenerBiblioteca () EXPERIMENTAL. |
FunciónDefLibraryOrBuilder | getLibraryOrBuilder () EXPERIMENTAL. |
NodoDef | getNode (índice int) repeated .tensorflow.NodeDef node = 1; |
entero | getNodeCount () repeated .tensorflow.NodeDef node = 1; |
Lista <NodoDef> | obtener lista de nodos () repeated .tensorflow.NodeDef node = 1; |
NodoDefOrBuilder | getNodeOrBuilder (índice int) repeated .tensorflow.NodeDef node = 1; |
Lista<? extiende NodeDefOrBuilder > | getNodeOrBuilderList () repeated .tensorflow.NodeDef node = 1; |
entero | |
com.google.protobuf.UnknownFieldSet final | |
entero | obtener versión () Deprecated single version field; use versions above instead. |
VersiónDef | obtener versiones () Compatibility versions of the graph. |
VersiónDefOrBuilder | getVersionsOrBuilder () Compatibility versions of the graph. |
booleano | tieneBiblioteca () EXPERIMENTAL. |
booleano | tiene versiones () Compatibility versions of the graph. |
entero | código hash () |
booleano final | |
GraphDef.Builder estático | |
GraphDef.Builder estático | newBuilder (prototipo GraphDef ) |
GraphDef.Builder | |
GraphDef estático | parseDelimitedFrom (entrada de InputStream) |
GraphDef estático | parseDelimitedFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GraphDef estático | parseFrom (datos de ByteBuffer) |
GraphDef estático | parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry) |
GraphDef estático | parseFrom (datos de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GraphDef estático | parseFrom (entrada com.google.protobuf.CodedInputStream) |
GraphDef estático | parseFrom (byte[] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GraphDef estático | parseFrom (datos com.google.protobuf.ByteString) |
GraphDef estático | parseFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GraphDef estático | parseFrom (com.google.protobuf.ByteString datos, com.google.protobuf.ExtensionRegistryLite extensiónRegistry) |
estático | analizador () |
GraphDef.Builder | |
vacío | writeTo (salida de com.google.protobuf.CodedOutputStream) |
Métodos heredados
Constantes
int final estático público LIBRARY_FIELD_NUMBER
Valor constante: 2
int final estático público NODE_FIELD_NUMBER
Valor constante: 1
int final estático público VERSIONS_FIELD_NUMBER
Valor constante: 4
int final estático público VERSION_FIELD_NUMBER
Valor constante: 3
Métodos públicos
público booleano es igual (Objeto obj)
público estático final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
función públicaDefLibrary 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;
función públicaDefLibraryOrBuilder 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;
público int getNodeCount ()
repeated .tensorflow.NodeDef node = 1;
Lista pública<? extiende NodeDefOrBuilder > getNodeOrBuilderList ()
repeated .tensorflow.NodeDef node = 1;
público getParserForType ()
público int getSerializedSize ()
público final 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 publica 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;
public 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 booleano público ()
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 booleanos públicos ()
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;
código hash int público ()
público final booleano isInitialized ()
GraphDef estático público parseDelimitedFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
IOExcepción |
---|
GraphDef parseFrom estático público (datos ByteBuffer)
Lanza
Excepción de buffer de protocolo no válido |
---|
parseFrom público estático de GraphDef (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
IOExcepción |
---|
parseFrom público estático de GraphDef (datos de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
Excepción de buffer de protocolo no válido |
---|
parseFrom público estático de GraphDef (entrada com.google.protobuf.CodedInputStream)
Lanza
IOExcepción |
---|
parseFrom público estático de GraphDef (byte[] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
Excepción de buffer de protocolo no válido |
---|
parseFrom público estático de GraphDef (datos com.google.protobuf.ByteString)
Lanza
Excepción de buffer de protocolo no válido |
---|
parseFrom público estático de GraphDef (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
IOExcepción |
---|
parseFrom público estático de GraphDef (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
Excepción de buffer de protocolo no válido |
---|
estática pública analizador ()
escritura vacía pública (salida de com.google.protobuf.CodedOutputStream)
Lanza
IOExcepción |
---|