GraphDef

clase final pública GraphDef

 Represents the graph of operations
 
Protobuf tipo tensorflow.GraphDef

Clases anidadas

clase GraphDef.Builder
 Represents the graph of operations
 
Protobuf tipo tensorflow.GraphDef

Constantes

En t BIBLIOTECA_CAMPO_NÚMERO
En t NODE_FIELD_NUMBER
En t VERSIONS_FIELD_NUMBER
En t 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;
En t
getNodeCount ()
repeated .tensorflow.NodeDef node = 1;
Lista <NodeDef>
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;
En t
com.google.protobuf.UnknownFieldSet final
En t
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.
En t
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
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)

GraphDef estático público getDefaultInstance ()

público GraphDef getDefaultInstanceForType ()

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 NodeDef getNode (índice int)

repeated .tensorflow.NodeDef node = 1;

público int getNodeCount ()

repeated .tensorflow.NodeDef node = 1;

Lista pública <NodeDef> getNodeList ()

repeated .tensorflow.NodeDef node = 1;

público NodeDefOrBuilder getNodeOrBuilder (índice int)

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.Builder estático público newBuilder ()

GraphDef.Builder estático público newBuilder (prototipo GraphDef )

público GraphDef.Builder newBuilderForType ()

GraphDef estático público parseDelimitedFrom (entrada de InputStream)

Lanza
IOExcepción

GraphDef estático público parseDelimitedFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOExcepción

parseFrom público estático de GraphDef (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 GraphDef estático público (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 ()

público GraphDef.Builder toBuilder ()

escritura vacía pública (salida de com.google.protobuf.CodedOutputStream)

Lanza
IOExcepción