GraphDef

GraphDef คลาสสุดท้ายสาธารณะ

 Represents the graph of operations
 
Protobuf ประเภท tensorflow.GraphDef

คลาสที่ซ้อนกัน

ระดับ GraphDef.Builder
 Represents the graph of operations
 
Protobuf ประเภท tensorflow.GraphDef

ค่าคงที่

ภายใน LIBRARY_FIELD_NUMBER
ภายใน NODE_FIELD_NUMBER
ภายใน VERSIONS_FIELD_NUMBER
ภายใน VERSION_FIELD_NUMBER

วิธีการสาธารณะ

บูลีน
เท่ากับ (วัตถุ obj)
GraphDef แบบคงที่
กราฟDef
com.google.protobuf.Descriptors.Descriptor แบบคงที่ขั้นสุดท้าย
FunctionDefLibrary
FunctionDefLibraryOrBuilder
getLibraryOrBuilder ()
 EXPERIMENTAL.
โหนดDef
getNode (ดัชนี int)
repeated .tensorflow.NodeDef node = 1;
ภายใน
getNodeCount ()
repeated .tensorflow.NodeDef node = 1;
รายการ < NodeDef >
getNodeList ()
repeated .tensorflow.NodeDef node = 1;
NodeDefOrBuilder
getNodeOrBuilder (ดัชนี int)
repeated .tensorflow.NodeDef node = 1;
รายการ<? ขยาย NodeDefOrBuilder >
getNodeOrBuilderList ()
repeated .tensorflow.NodeDef node = 1;
ภายใน
สุดท้าย com.google.protobuf.UnknownFieldSet
ภายใน
รับเวอร์ชัน ()
 Deprecated single version field; use versions above instead.
เวอร์ชันDef
รับเวอร์ชัน ()
 Compatibility versions of the graph.
VersionDefOrBuilder
getVersionsOrBuilder ()
 Compatibility versions of the graph.
บูลีน
บูลีน
มีเวอร์ชัน ()
 Compatibility versions of the graph.
ภายใน
บูลีนสุดท้าย
GraphDef.Builder แบบคงที่
GraphDef.Builder แบบคงที่
newBuilder (ต้นแบบ GraphDef )
GraphDef.Builder
GraphDef แบบคงที่
parseDelimitedFrom (อินพุต InputStream)
GraphDef แบบคงที่
parseDelimitedFrom (อินพุตสตรีม com.google.protobuf.ExtensionRegistryLite extensionRegistry)
GraphDef แบบคงที่
parseFrom (ข้อมูล ByteBuffer)
GraphDef แบบคงที่
parseFrom (อินพุต com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
GraphDef แบบคงที่
parseFrom (ข้อมูล ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
GraphDef แบบคงที่
parseFrom (com.google.protobuf.CodedInputStream อินพุต)
GraphDef แบบคงที่
parseFrom (ข้อมูลไบต์ [], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
GraphDef แบบคงที่
parseFrom (ข้อมูล com.google.protobuf.ByteString)
GraphDef แบบคงที่
parseFrom (อินพุต InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
GraphDef แบบคงที่
parseFrom (ข้อมูล com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
คงที่
GraphDef.Builder
เป็นโมฆะ
writeTo (com.google.protobuf.CodedOutputStream เอาต์พุต)

วิธีการสืบทอด

ค่าคงที่

รอบชิงชนะเลิศแบบคงที่สาธารณะ int LIBRARY_FIELD_NUMBER

ค่าคงที่: 2

สาธารณะคงสุดท้าย int NODE_FIELD_NUMBER

ค่าคงที่: 1

สาธารณะคงสุดท้าย int VERSIONS_FIELD_NUMBER

ค่าคงที่: 4

สาธารณะคงสุดท้าย int VERSION_FIELD_NUMBER

ค่าคงที่: 3

วิธีการสาธารณะ

บูลีนสาธารณะ เท่ากับ (Object obj)

GraphDef getDefaultInstance สาธารณะแบบคงที่ ()

GraphDef สาธารณะ getDefaultInstanceForType ()

สาธารณะคงที่สุดท้าย com.google.protobuf.Descriptors.Descriptor getDescriptor ()

FunctionDefLibrary สาธารณะ 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;

FunctionDefLibraryOrBuilder สาธารณะ 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;

NodeDef สาธารณะ getNode (ดัชนี int)

repeated .tensorflow.NodeDef node = 1;

สาธารณะ int getNodeCount ()

repeated .tensorflow.NodeDef node = 1;

รายการสาธารณะ < NodeDef > getNodeList ()

repeated .tensorflow.NodeDef node = 1;

NodeDefOrBuilder สาธารณะ getNodeOrBuilder (ดัชนี int)

repeated .tensorflow.NodeDef node = 1;

รายการสาธารณะ<? ขยาย NodeDefOrBuilder > getNodeOrBuilderList ()

repeated .tensorflow.NodeDef node = 1;

สาธารณะ getParserForType ()

สาธารณะ int getSerializedSize ()

สาธารณะสุดท้าย com.google.protobuf.UnknownFieldSet getUnknownFields ()

สาธารณะ 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 สาธารณะ 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 สาธารณะ 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 บูลีนสาธารณะ ()

 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 บูลีนสาธารณะ ()

 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;

สาธารณะ int hashCode ()

บูลีนสุดท้ายสาธารณะ isInitialized ()

GraphDef.Builder สาธารณะแบบคงที่ newBuilder ()

GraphDef.Builder แบบคงที่สาธารณะ newBuilder (ต้นแบบ GraphDef )

GraphDef.Builder สาธารณะ newBuilderForType ()

GraphDef แบบคงที่สาธารณะ parseDelimitedFrom (อินพุต InputStream)

ขว้าง
IOข้อยกเว้น

GraphDef แบบคงที่สาธารณะ parseDelimitedFrom (อินพุต InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
IOข้อยกเว้น

GraphDef parseFrom แบบคงที่สาธารณะ (ข้อมูล ByteBuffer)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

GraphDef แบบคงที่สาธารณะ parseFrom (com.google.protobuf.CodedInputStream อินพุต com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
IOข้อยกเว้น

GraphDef แบบคงที่สาธารณะ parseFrom (ข้อมูล ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

GraphDef parseFrom แบบคงที่สาธารณะ (อินพุต com.google.protobuf.CodedInputStream)

ขว้าง
IOข้อยกเว้น

GraphDef parseFrom แบบคงที่สาธารณะ (ข้อมูลไบต์ [], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

GraphDef parseFrom แบบคงที่สาธารณะ (ข้อมูล com.google.protobuf.ByteString)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

GraphDef parseFrom แบบคงที่สาธารณะ (อินพุต InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
IOข้อยกเว้น

GraphDef parseFrom แบบคงที่สาธารณะ (ข้อมูล com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

สาธารณะคงที่ ตัวแยกวิเคราะห์ ()

GraphDef.Builder สาธารณะ ถึง Builder ()

โมฆะสาธารณะ writeTo (com.google.protobuf.CodedOutputStream เอาต์พุต)

ขว้าง
IOข้อยกเว้น