GraphDef

পাবলিক ফাইনাল ক্লাস GraphDef

 Represents the graph of operations
 
Protobuf টাইপ tensorflow.GraphDef

নেস্টেড ক্লাস

ক্লাস GraphDef.Builder
 Represents the graph of operations
 
Protobuf টাইপ tensorflow.GraphDef

ধ্রুবক

int LIBRARY_FIELD_NUMBER
int NODE_FIELD_NUMBER
int VERSIONS_FIELD_NUMBER
int VERSION_FIELD_NUMBER

পাবলিক পদ্ধতি

বুলিয়ান
সমান (অবজেক্ট অবজেক্ট)
স্ট্যাটিক গ্রাফডিফ
গ্রাফডিফ
চূড়ান্ত স্ট্যাটিক com.google.protobuf.Descriptors.Descriptor
ফাংশনডিফলাইব্রেরি
getLibrary ()
 EXPERIMENTAL.
FunctionDefLibraryOrBuilder
getLibraryOrBuilder ()
 EXPERIMENTAL.
নোডডিফ
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;
int
চূড়ান্ত com.google.protobuf.UnknownFieldSet
int
getVersion ()
 Deprecated single version field; use versions above instead.
VersionDef
getVersions ()
 Compatibility versions of the graph.
VersionDefOrBuilder
getVersionsOrBuilder ()
 Compatibility versions of the graph.
বুলিয়ান
বুলিয়ান
আছে সংস্করণ ()
 Compatibility versions of the graph.
int
চূড়ান্ত বুলিয়ান
স্ট্যাটিক GraphDef.Builder
স্ট্যাটিক GraphDef.Builder
GraphDef.Builder
স্ট্যাটিক গ্রাফডিফ
পার্স ডিলিমিটেডফ্রম (ইনপুটস্ট্রিম ইনপুট)
স্ট্যাটিক গ্রাফডিফ
parseDelimitedFrom (ইনপুটস্ট্রীম ইনপুট, com.google.protobuf.ExtensionRegistryLite এক্সটেনশনরেজিস্ট্রি)
স্ট্যাটিক গ্রাফডিফ
পার্সফ্রম (বাইটবাফার ডেটা)
স্ট্যাটিক গ্রাফডিফ
parseFrom (com.google.protobuf.CodedInputStream ইনপুট, com.google.protobuf.ExtensionRegistryLite এক্সটেনশন রেজিস্ট্রি)
স্ট্যাটিক গ্রাফডিফ
parseFrom (ByteBuffer ডেটা, com.google.protobuf.ExtensionRegistryLite এক্সটেনশন রেজিস্ট্রি)
স্ট্যাটিক গ্রাফডিফ
parseFrom (com.google.protobuf.CodedInputStream ইনপুট)
স্ট্যাটিক গ্রাফডিফ
পার্সফ্রম (বাইট[] ডেটা, com.google.protobuf.ExtensionRegistryLite এক্সটেনশন রেজিস্ট্রি)
স্ট্যাটিক গ্রাফডিফ
parseFrom (com.google.protobuf.ByteString ডেটা)
স্ট্যাটিক গ্রাফডিফ
পার্সফ্রম (ইনপুটস্ট্রিম ইনপুট, com.google.protobuf.ExtensionRegistryLite এক্সটেনশনরেজিস্ট্রি)
স্ট্যাটিক গ্রাফডিফ
parseFrom (com.google.protobuf.ByteString ডেটা, com.google.protobuf.ExtensionRegistryLite এক্সটেনশন রেজিস্ট্রি)
স্থির
GraphDef.Builder
অকার্যকর
writeTo (com.google.protobuf.CodedOutputStream আউটপুট)

উত্তরাধিকারসূত্রে প্রাপ্ত পদ্ধতি

ধ্রুবক

LIBRARY_FIELD_NUMBER int পাবলিক স্ট্যাটিক ফাইনাল

ধ্রুবক মান: 2

সর্বজনীন স্ট্যাটিক চূড়ান্ত int NODE_FIELD_NUMBER

ধ্রুবক মান: 1

পাবলিক স্ট্যাটিক ফাইনাল int VERSIONS_FIELD_NUMBER

ধ্রুবক মান: 4

পাবলিক স্ট্যাটিক ফাইনাল int VERSION_FIELD_NUMBER

ধ্রুবক মান: 3

পাবলিক পদ্ধতি

পাবলিক বুলিয়ান সমান (অবজেক্ট অবজেক্ট)

পাবলিক স্ট্যাটিক GraphDef getDefaultInstance ()

সর্বজনীন GraphDef getDefaultInstanceForType ()

পাবলিক স্ট্যাটিক ফাইনাল com.google.protobuf.Descriptors.Descriptor getDescriptor ()

পাবলিক ফাংশনডিফলাইব্রেরি 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;

পাবলিক ফাংশনডিফলাইব্রেরিঅরবিল্ডার 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;

পাবলিক বুলিয়ান আছে লাইব্রেরি ()

 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;

পাবলিক বুলিয়ান আছে সংস্করণ ()

 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 হ্যাশকোড ()

সর্বজনীন চূড়ান্ত বুলিয়ান শুরু হয়েছে ()

পাবলিক স্ট্যাটিক GraphDef.Builder newBuilder ()

পাবলিক স্ট্যাটিক GraphDef.Builder newBuilder ( GraphDef প্রোটোটাইপ)

সর্বজনীন GraphDef.Builder newBuilderForType ()

পাবলিক স্ট্যাটিক গ্রাফডিফ পার্স ডিলিমিটেডফ্রম (ইনপুটস্ট্রিম ইনপুট)

নিক্ষেপ করে
IOException

পাবলিক স্ট্যাটিক GraphDef পার্সডিলিমিটেডফ্রম (ইনপুটস্ট্রীম ইনপুট, com.google.protobuf.ExtensionRegistryLite এক্সটেনশনরেজিস্ট্রি)

নিক্ষেপ করে
IOException

পাবলিক স্ট্যাটিক গ্রাফডিফ পার্সফ্রম (বাইটবাফার ডেটা)

নিক্ষেপ করে
অবৈধ প্রোটোকলবাফার ব্যতিক্রম

পাবলিক স্ট্যাটিক GraphDef পার্সফ্রম (com.google.protobuf.CodedInputStream ইনপুট, com.google.protobuf.ExtensionRegistryLite এক্সটেনশন রেজিস্ট্রি)

নিক্ষেপ করে
IOException

পাবলিক স্ট্যাটিক GraphDef parseFrom (ByteBuffer ডেটা, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

নিক্ষেপ করে
অবৈধ প্রোটোকলবাফার ব্যতিক্রম

পাবলিক স্ট্যাটিক GraphDef parseFrom (com.google.protobuf.CodedInputStream ইনপুট)

নিক্ষেপ করে
IOException

পাবলিক স্ট্যাটিক গ্রাফডিফ পার্সফ্রম (বাইট[] ডেটা, com.google.protobuf.ExtensionRegistryLite এক্সটেনশন রেজিস্ট্রি)

নিক্ষেপ করে
অবৈধ প্রোটোকলবাফার ব্যতিক্রম

পাবলিক স্ট্যাটিক GraphDef parseFrom (com.google.protobuf.ByteString ডেটা)

নিক্ষেপ করে
অবৈধ প্রোটোকলবাফার ব্যতিক্রম

পাবলিক স্ট্যাটিক গ্রাফডিফ পার্সফ্রম (ইনপুটস্ট্রিম ইনপুট, com.google.protobuf.ExtensionRegistryLite এক্সটেনশন রেজিস্ট্রি)

নিক্ষেপ করে
IOException

পাবলিক স্ট্যাটিক গ্রাফডিফ পার্সফ্রম (com.google.protobuf.ByteString ডেটা, com.google.protobuf.ExtensionRegistryLite এক্সটেনশন রেজিস্ট্রি)

নিক্ষেপ করে
অবৈধ প্রোটোকলবাফার ব্যতিক্রম

পাবলিক স্ট্যাটিক পার্সার ()

পাবলিক GraphDef.Builder to Builder ()

public void writeTo (com.google.protobuf.CodedOutputStream আউটপুট)

নিক্ষেপ করে
IOException