GraphDef

kelas akhir publik GraphDef

 Represents the graph of operations
 
Protobuf tipe tensorflow.GraphDef

Kelas Bersarang

kelas GraphDef.Builder
 Represents the graph of operations
 
Protobuf tipe tensorflow.GraphDef

Konstanta

ke dalam LIBRARY_FIELD_NUMBER
ke dalam NODE_FIELD_NUMBER
ke dalam VERSIONS_FIELD_NUMBER
ke dalam VERSION_FIELD_NUMBER

Metode Publik

boolean
sama dengan (Objek objek)
GraphDef statis
GrafikDef
com.google.protobuf.Descriptors.Descriptor statis terakhir
FunctionDefLibrary
dapatkan Perpustakaan ()
 EXPERIMENTAL.
FunctionDefLibraryOrBuilder
dapatkan LibraryOrBuilder ()
 EXPERIMENTAL.
NodeDef
getNode (indeks int)
repeated .tensorflow.NodeDef node = 1;
ke dalam
dapatkanNodeCount ()
repeated .tensorflow.NodeDef node = 1;
Daftar< NodeDef >
dapatkanNodeList ()
repeated .tensorflow.NodeDef node = 1;
NodeDefOrBuilder
getNodeOrBuilder (indeks int)
repeated .tensorflow.NodeDef node = 1;
Daftar<? memperluas NodeDefOrBuilder >
getNodeOrBuilderList ()
repeated .tensorflow.NodeDef node = 1;
ke dalam
final com.google.protobuf.UnknownFieldSet
ke dalam
dapatkanVersi ()
 Deprecated single version field; use versions above instead.
VersiDef
dapatkan Versi ()
 Compatibility versions of the graph.
VersionDefOrBuilder
dapatkanVersionsOrBuilder ()
 Compatibility versions of the graph.
boolean
memiliki Perpustakaan ()
 EXPERIMENTAL.
boolean
memilikiVersi ()
 Compatibility versions of the graph.
ke dalam
boolean terakhir
GraphDef.Builder statis
GraphDef.Builder statis
newBuilder (prototipe GraphDef )
GraphDef.Builder
GraphDef statis
parseDelimitedFrom (masukan Aliran Masukan)
GraphDef statis
parseDelimitedFrom (masukan InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
GraphDef statis
parseFrom (data ByteBuffer)
GraphDef statis
parseFrom (com.google.protobuf.CodedInputStream masukan, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
GraphDef statis
parseFrom (data ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
GraphDef statis
parseFrom (com.google.protobuf.CodedInputStream masukan)
GraphDef statis
parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
GraphDef statis
parseFrom (com.google.protobuf.ByteString data)
GraphDef statis
parseFrom (masukan InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
GraphDef statis
parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statis
GraphDef.Builder
ruang kosong
writeTo (com.google.protobuf.CodedOutputStream keluaran)

Metode Warisan

Konstanta

int akhir statis publik LIBRARY_FIELD_NUMBER

Nilai Konstan: 2

int final statis publik NODE_FIELD_NUMBER

Nilai Konstan: 1

int final statis publik VERSIONS_FIELD_NUMBER

Nilai Konstan: 4

int akhir statis publik VERSION_FIELD_NUMBER

Nilai Konstan: 3

Metode Publik

boolean publik sama (Obj objek)

GraphDef statis publik getDefaultInstance ()

publik GraphDef getDefaultInstanceForType ()

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

Fungsi publikDefLibrary 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;

Fungsi publikDefLibraryOrBuilder 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;

getNode NodeDef publik (indeks int)

repeated .tensorflow.NodeDef node = 1;

publik int getNodeCount ()

repeated .tensorflow.NodeDef node = 1;

Daftar publik< NodeDef > getNodeList ()

repeated .tensorflow.NodeDef node = 1;

NodeDefOrBuilder publik getNodeOrBuilder (indeks int)

repeated .tensorflow.NodeDef node = 1;

Daftar Publik<? memperluas NodeDefOrBuilder > getNodeOrBuilderList ()

repeated .tensorflow.NodeDef node = 1;

publik dapatkanParserForType ()

publik int getSerializedSize ()

public final com.google.protobuf.UnknownFieldSet getUnknownFields ()

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

boolean publik 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;

boolean publik 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;

kode hash int publik ()

boolean akhir publik diinisialisasi ()

GraphDef.Builder statis publik newBuilder ()

GraphDef.Builder statis publik newBuilder (prototipe GraphDef )

publik GraphDef.Builder newBuilderForType ()

parseDelimitedFrom Statis publik GraphDef (input InputStream)

Melempar
Pengecualian IO

parseDelimitedFrom GraphDef statis publik (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Melempar
Pengecualian IO

parseFrom GraphDef statis publik (data ByteBuffer)

Melempar
InvalidProtocolBufferException

parseFrom GraphDef statis publik (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Melempar
Pengecualian IO

parseFrom GraphDef statis publik (data ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Melempar
InvalidProtocolBufferException

parseFrom GraphDef statis publik (com.google.protobuf.CodedInputStream input)

Melempar
Pengecualian IO

parseFrom GraphDef statis publik (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Melempar
InvalidProtocolBufferException

parseFrom GraphDef statis publik (com.google.protobuf.ByteString data)

Melempar
InvalidProtocolBufferException

parseFrom GraphDef statis publik (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Melempar
Pengecualian IO

parseFrom GraphDef statis publik (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Melempar
InvalidProtocolBufferException

statis publik pengurai ()

publik GraphDef.Builder toBuilder ()

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

Melempar
Pengecualian IO