classe final pública GraphDef
Represents the graph of operations
tensorflow.GraphDef Classes aninhadas
| aula | GraphDef.Builder | Represents the graph of operations tensorflow.GraphDef | |
Constantes
| interno | LIBRARY_FIELD_NUMBER | |
| interno | NODE_FIELD_NUMBER | |
| interno | VERSIONS_FIELD_NUMBER | |
| interno | VERSION_FIELD_NUMBER |
Métodos Públicos
| booleano | é igual (objeto obj) |
| GraphDef estático | |
| GráficoDef | |
| final estático com.google.protobuf.Descriptors.Descriptor | |
| FunçãoDefLibrary | obter Biblioteca () EXPERIMENTAL. |
| FunctionDefLibraryOrBuilder | getLibraryOrBuilder () EXPERIMENTAL. |
| NodeDef | getNode (índice interno) repeated .tensorflow.NodeDef node = 1; |
| interno | getNodeCount () repeated .tensorflow.NodeDef node = 1; |
| Lista <NodeDef> | getNodeList () repeated .tensorflow.NodeDef node = 1; |
| NodeDefOrBuilder | getNodeOrBuilder (índice interno) repeated .tensorflow.NodeDef node = 1; |
| Lista<? estende NodeDefOrBuilder > | getNodeOrBuilderList () repeated .tensorflow.NodeDef node = 1; |
| interno | |
| final com.google.protobuf.UnknownFieldSet | |
| interno | getVersão () Deprecated single version field; use versions above instead. |
| VersãoDef | getVersões () Compatibility versions of the graph. |
| VersãoDefOrBuilder | getVersionsOrBuilder () Compatibility versions of the graph. |
| booleano | tem Biblioteca () EXPERIMENTAL. |
| booleano | hasVersões () Compatibility versions of the graph. |
| interno | código hash () |
| booleano final | |
| GraphDef.Builder estático | |
| GraphDef.Builder estático | newBuilder (protótipo GraphDef ) |
| GraphDef.Builder | |
| GraphDef estático | parseDelimitedFrom (entrada InputStream) |
| GraphDef estático | parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| GraphDef estático | parseFrom (dados de ByteBuffer) |
| GraphDef estático | parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| GraphDef estático | parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| GraphDef estático | parseFrom (entrada com.google.protobuf.CodedInputStream) |
| GraphDef estático | parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| GraphDef estático | parseFrom (dados com.google.protobuf.ByteString) |
| GraphDef estático | parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| GraphDef estático | parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| estático | analisador () |
| GraphDef.Builder | |
| vazio | writeTo (saída com.google.protobuf.CodedOutputStream) |
Métodos herdados
Constantes
público estático final int LIBRARY_FIELD_NUMBER
Valor Constante: 2
público estático final int NODE_FIELD_NUMBER
Valor Constante: 1
público estático final int VERSIONS_FIELD_NUMBER
Valor Constante: 4
público estático final int VERSION_FIELD_NUMBER
Valor Constante: 3
Métodos Públicos
booleano público é igual (Object obj)
final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()
Função 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; função públicaDefLibraryOrBuildergetLibraryOrBuilder ( )
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<? estende NodeDefOrBuilder > getNodeOrBuilderList ()
repeated .tensorflow.NodeDef node = 1;
público getParserForType ()
público int getSerializedSize ()
final público com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int getVersão ()
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 ()
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 booleano público ()
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; hashCode int público ()
público final booleano isInitialized ()
public static GraphDef parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static GraphDef parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static GraphDef parseFrom (dados ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
público estático GraphDef parseFrom (entrada com.google.protobuf.CodedInputStream)
Lança
| IOException |
|---|
public static GraphDef parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
público estático GraphDef parseFrom (dados com.google.protobuf.ByteString)
Lança
| InvalidProtocolBufferException |
|---|
public static GraphDef parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static GraphDef parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
estática pública analisador ()
public void writeTo (saída com.google.protobuf.CodedOutputStream)
Lança
| IOException |
|---|