GraphDef

classe finale pubblica GraphDef

 Represents the graph of operations
 
Tipo protobuf tensorflow.GraphDef

Classi nidificate

classe GraphDef.Builder
 Represents the graph of operations
 
Tipo protobuf tensorflow.GraphDef

Costanti

int LIBRARY_FIELD_NUMBER
int NODO_FIELD_NUMBER
int VERSIONS_FIELD_NUMBER
int VERSION_FIELD_NUMBER

Metodi pubblici

booleano
è uguale a (Oggetto oggetto)
GraphDef statico
GraficoDef
com.google.protobuf.Descriptors.Descriptor statico finale
Libreria FunctionDef
getLibreria ()
 EXPERIMENTAL.
FunctionDefLibraryOrBuilder
getLibraryOrBuilder ()
 EXPERIMENTAL.
NodoDef
getNode (indice int)
repeated .tensorflow.NodeDef node = 1;
int
getNodeCount ()
repeated .tensorflow.NodeDef node = 1;
Elenco< NodeDef >
getNodeList ()
repeated .tensorflow.NodeDef node = 1;
NodeDefOrBuilder
getNodeOrBuilder (indice int)
repeated .tensorflow.NodeDef node = 1;
Elenco<? estende NodeDefOrBuilder >
getNodeOrBuilderList ()
repeated .tensorflow.NodeDef node = 1;
int
finale com.google.protobuf.UnknownFieldSet
int
getVersione ()
 Deprecated single version field; use versions above instead.
VersioneDef
getVersions ()
 Compatibility versions of the graph.
VersioneDefOrBuilder
getVersionsOrBuilder ()
 Compatibility versions of the graph.
booleano
haLibreria ()
 EXPERIMENTAL.
booleano
haVersioni ()
 Compatibility versions of the graph.
int
booleano finale
GraphDef.Builder statico
GraphDef.Builder statico
newBuilder (prototipo GraphDef )
GraphDef.Builder
GraphDef statico
parseDelimitedFrom (input InputStream)
GraphDef statico
parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
GraphDef statico
parseFrom (dati ByteBuffer)
GraphDef statico
parseFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
GraphDef statico
parseFrom (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
GraphDef statico
parseFrom (ingresso com.google.protobuf.CodedInputStream)
GraphDef statico
parseFrom (byte[] dati, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
GraphDef statico
parseFrom (dati com.google.protobuf.ByteString)
GraphDef statico
parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
GraphDef statico
parseFrom (dati com.google.protobuf.ByteString, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
statico
GraphDef.Builder
vuoto
writeTo (output com.google.protobuf.CodedOutputStream)

Metodi ereditati

Costanti

public static final int LIBRARY_FIELD_NUMBER

Valore costante: 2

public static final int NODE_FIELD_NUMBER

Valore costante: 1

public static final int VERSIONS_FIELD_NUMBER

Valore costante: 4

public static final int VERSION_FIELD_NUMBER

Valore costante: 3

Metodi pubblici

booleano pubblico è uguale a (Oggetto obj)

pubblico statico GraphDef getDefaultInstance ()

pubblico GraphDef getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public FunctionDefLibrary getLibrary ()

libreria

 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 FunctionDefLibraryOrBuilder getLibraryOrBuilder ()

libreria

 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 (indice int)

repeated .tensorflow.NodeDef node = 1;

pubblico int getNodeCount ()

repeated .tensorflow.NodeDef node = 1;

Elenco pubblico< NodeDef > getNodeList ()

repeated .tensorflow.NodeDef node = 1;

public NodeDefOrBuilder getNodeOrBuilder (indice int)

repeated .tensorflow.NodeDef node = 1;

Elenco pubblico<? estende NodeDefOrBuilder > getNodeOrBuilderList ()

repeated .tensorflow.NodeDef node = 1;

pubblico getParserForType ()

public int getSerializedSize ()

pubblico finale 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];

public VersionDef getVersions ()

versioni

 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;

versione pubblicaDefOrBuilder getVersionsOrBuilder ()

versioni

 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 booleano hasLibrary ()

libreria

 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 booleano pubblico ()

versioni

 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 ()

public final booleano isInitialized ()

pubblico statico GraphDef.Builder newBuilder ()

public static GraphDef.Builder newBuilder (prototipo GraphDef )

public GraphDef.Builder newBuilderForType ()

public static GraphDef parseDelimitedFrom (input InputStream)

Lancia
IOException

public static GraphDef parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

parseFrom GraphDef statico pubblico (dati ByteBuffer)

Lancia
InvalidProtocolBufferException

parseFrom GraphDef statico pubblico (input com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

parseFrom GraphDef statico pubblico (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

parseFrom GraphDef statico pubblico (input com.google.protobuf.CodedInputStream)

Lancia
IOException

parseFrom GraphDef statico pubblico (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

parseFrom GraphDef statico pubblico (dati com.google.protobuf.ByteString)

Lancia
InvalidProtocolBufferException

parseFrom GraphDef statico pubblico (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

parseFrom GraphDef statico pubblico (dati com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

pubblico statico analizzatore ()

pubblico GraphDef.Builder toBuilder ()

public void writeTo (output com.google.protobuf.CodedOutputStream)

Lancia
IOException