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

الأساليب العامة

منطقية
يساوي (كائن كائن)
GraphDef ثابت
GraphDef
النهائي الثابت com.google.protobuf.Descriptors.Descriptor
FunctionDefLibrary
FunctionDefLibraryOrBuilder
NodeDef
getNode (فهرس كثافة العمليات)
repeated .tensorflow.NodeDef node = 1;
كثافة العمليات
الحصول على NodeCount ()
repeated .tensorflow.NodeDef node = 1;
القائمة< NodeDef >
قائمة العقدة ()
repeated .tensorflow.NodeDef node = 1;
NodeDefOrBuilder
getNodeOrBuilder (فهرس كثافة العمليات)
repeated .tensorflow.NodeDef node = 1;
القائمة<؟ يمتد NodeDefOrBuilder >
getNodeOrBuilderList ()
repeated .tensorflow.NodeDef node = 1;
كثافة العمليات
النهائي com.google.protobuf.UnknownFieldSet
كثافة العمليات
الحصول على النسخة ()
 Deprecated single version field; use versions above instead.
VersionDef
الحصول على الإصدارات ()
 Compatibility versions of the graph.
VersionDefOrBuilder
getVersionsOrBuilder ()
 Compatibility versions of the graph.
منطقية
مكتبة ()
 EXPERIMENTAL.
منطقية
لديهإصدارات ()
 Compatibility versions of the graph.
كثافة العمليات
منطقية نهائية
ثابت GraphDef.Builder
ثابت GraphDef.Builder
newBuilder (النموذج الأولي لـ GraphDef )
GraphDef.Builder
GraphDef ثابت
parseDelimitedFrom (إدخال InputStream)
GraphDef ثابت
parseDelimitedFrom (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
GraphDef ثابت
parseFrom (بيانات ByteBuffer)
GraphDef ثابت
parseFrom (com.google.protobuf.CodedInputStream input، 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 data، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
ثابتة
GraphDef.Builder
فارغ
writeTo (com.google.protobuf.CodedOutputStream الإخراج)

الطرق الموروثة

الثوابت

العدد النهائي الثابت العام LIBRARY_FIELD_NUMBER

القيمة الثابتة: 2

العدد النهائي الثابت العام NODE_FIELD_NUMBER

القيمة الثابتة: 1

العدد النهائي الثابت العام VERSIONS_FIELD_NUMBER

القيمة الثابتة: 4

العدد النهائي الثابت العام VERSION_FIELD_NUMBER

القيمة الثابتة: 3

الأساليب العامة

القيمة المنطقية العامة تساوي (Object obj)

GraphDef العام الثابت getDefaultInstance ()

GraphDef العام getDefaultInstanceForType ()

النهائي العام الثابت com.google.protobuf.Descriptors.Descriptor getDescriptor ()

الوظيفة العامة DefLibrary 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;

الوظيفة العامة DefLibraryOrBuilder 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;

public NodeDef getNode (مؤشر int)

repeated .tensorflow.NodeDef node = 1;

int public 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;

عام الحصول على بارسيرفورتيب ()

int public getSerializedSize ()

النهائي العام com.google.protobuf.UnknownFieldSet getUnknownFields ()

int public 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];

النسخة العامة 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;

الإصدار العام DefOrBuilder 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;

كود التجزئة الدولي العام ()

تمت تهيئة القيمة المنطقية النهائية العامة ()

GraphDef.Builder العام الثابت newBuilder ()

GraphDef.Builder العام الثابت newBuilder (النموذج الأولي لـ GraphDef )

GraphDef.Builder العام newBuilderForType ()

تحليل GraphDef العام الثابت (إدخال InputStream)

رميات
IOEException

GraphDef parseDelimitedFrom الثابت العام (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

رميات
IOEException

تحليل GraphDef العام الثابت (بيانات ByteBuffer)

رميات
InvalidProtocolBufferException

تحليل GraphDef العام الثابت (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

رميات
IOEException

تحليل GraphDef العام الثابت (بيانات ByteBuffer، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

رميات
InvalidProtocolBufferException

تحليل GraphDef العام الثابت (com.google.protobuf.CodedInputStream input)

رميات
IOEException

تحليل GraphDef العام الثابت (بيانات البايت []، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

رميات
InvalidProtocolBufferException

تحليل GraphDef العام الثابت (بيانات com.google.protobuf.ByteString)

رميات
InvalidProtocolBufferException

تحليل GraphDef العام الثابت (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

رميات
IOEException

تحليل GraphDef العام الثابت (com.google.protobuf.ByteString data، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

رميات
InvalidProtocolBufferException

ساكنة عامة محلل ()

GraphDef.Builder العام إلىBuilder ()

الكتابة إلى الفراغ العام (إخراج com.google.protobuf.CodedOutputStream)

رميات
IOEException