Used to specify and override the default API & behavior in the generated code for client languages, from what you would get from the OpDef alone. There will be a set of ApiDefs that are common to all client languages, and another set per client language. The per-client-language ApiDefs will inherit values from the common ApiDefs which it can either replace or modify. We separate the API definition from the OpDef so we can evolve the API while remaining backwards compatible when interpretting old graphs. Overrides go in an "api_def.pbtxt" file with a text-format ApiDefs message. WARNING: Be *very* careful changing the API for any existing op -- you can change the semantics of existing code. These changes may need to wait until a major release of TensorFlow to avoid breaking our compatibility promises.
tensorflow.ApiDef
পাবলিক পদ্ধতি
ApiDef.Builder | addAllArgOrder (Iterable<String> মান) List of original in_arg names to specify new argument order. |
ApiDef.Builder | |
ApiDef.Builder | addAllEndpoint (Iterable<? ApiDef.Endpoint > মান প্রসারিত করে) repeated .tensorflow.ApiDef.Endpoint endpoint = 3; |
ApiDef.Builder | |
ApiDef.Builder | addAllOutArg (Iterable<? ApiDef.Arg > মান প্রসারিত করে) repeated .tensorflow.ApiDef.Arg out_arg = 5; |
ApiDef.Builder | addArgOrder (স্ট্রিং মান) List of original in_arg names to specify new argument order. |
ApiDef.Builder | addArgOrderBytes (com.google.protobuf.ByteString মান) List of original in_arg names to specify new argument order. |
ApiDef.Builder | |
ApiDef.Builder | |
ApiDef.Builder | |
ApiDef.Builder | |
ApiDef.Attr.Builder | addAttrBuilder () repeated .tensorflow.ApiDef.Attr attr = 6; |
ApiDef.Attr.Builder | addAttrBuilder (int সূচক) repeated .tensorflow.ApiDef.Attr attr = 6; |
ApiDef.Builder | addEndpoint (int index, ApiDef.Endpoint.Builder builderForValue) repeated .tensorflow.ApiDef.Endpoint endpoint = 3; |
ApiDef.Builder | |
ApiDef.Builder | addEndpoint ( ApiDef.Endpoint.Builder builderForValue) repeated .tensorflow.ApiDef.Endpoint endpoint = 3; |
ApiDef.Builder | |
ApiDef.Endpoint.Builder | AddEndpointBuilder (int সূচক) repeated .tensorflow.ApiDef.Endpoint endpoint = 3; |
ApiDef.Endpoint.Builder | AddEndpointBuilder () repeated .tensorflow.ApiDef.Endpoint endpoint = 3; |
ApiDef.Builder | |
ApiDef.Builder | addInArg (int index, ApiDef.Arg.Builder builderForValue) repeated .tensorflow.ApiDef.Arg in_arg = 4; |
ApiDef.Builder | |
ApiDef.Builder | |
ApiDef.Arg.Builder | addInArgBuilder (int সূচক) repeated .tensorflow.ApiDef.Arg in_arg = 4; |
ApiDef.Arg.Builder | addInArgBuilder () repeated .tensorflow.ApiDef.Arg in_arg = 4; |
ApiDef.Builder | |
ApiDef.Builder | |
ApiDef.Builder | addOutArg (int index, ApiDef.Arg.Builder builderForValue) repeated .tensorflow.ApiDef.Arg out_arg = 5; |
ApiDef.Builder | |
ApiDef.Arg.Builder | addOutArgBuilder () repeated .tensorflow.ApiDef.Arg out_arg = 5; |
ApiDef.Arg.Builder | addOutArgBuilder (int সূচক) repeated .tensorflow.ApiDef.Arg out_arg = 5; |
ApiDef.Builder | addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor ক্ষেত্র, বস্তুর মান) |
এপিডিফ | নির্মাণ () |
এপিডিফ | বিল্ড আংশিক () |
ApiDef.Builder | পরিষ্কার () |
ApiDef.Builder | clearArgOrder () List of original in_arg names to specify new argument order. |
ApiDef.Builder | clearAttr () repeated .tensorflow.ApiDef.Attr attr = 6; |
ApiDef.Builder | clearDrecationMessage () If this op is deprecated, set deprecation message to the message that should be logged when this op is used. |
ApiDef.Builder | সাফ অবচয় সংস্করণ () Major version when the op will be deleted. |
ApiDef.Builder | পরিষ্কার বর্ণনা () Additional, longer human-readable description of what the Op does. |
ApiDef.Builder | clearDescriptionPrefix () Modify an existing/inherited description by adding text to the beginning or end. |
ApiDef.Builder | clearDescriptionSuffix () string description_suffix = 10; |
ApiDef.Builder | পরিস্কার শেষবিন্দু () repeated .tensorflow.ApiDef.Endpoint endpoint = 3; |
ApiDef.Builder | clearField (com.google.protobuf.Descriptors.FieldDescriptor ক্ষেত্র) |
ApiDef.Builder | clearGraphOpName () Name of the op (in the OpDef) to specify the API for. |
ApiDef.Builder | clearInArg () repeated .tensorflow.ApiDef.Arg in_arg = 4; |
ApiDef.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ApiDef.Builder | clearOutArg () repeated .tensorflow.ApiDef.Arg out_arg = 5; |
ApiDef.Builder | পরিষ্কার সংক্ষিপ্তসার () One-line human-readable description of what the Op does. |
ApiDef.Builder | পরিষ্কার দৃশ্যমানতা () .tensorflow.ApiDef.Visibility visibility = 2; |
ApiDef.Builder | ক্লোন () |
স্ট্রিং | getArgOrder (int সূচক) List of original in_arg names to specify new argument order. |
com.google.protobuf.ByteString | getArgOrderBytes (int সূচক) List of original in_arg names to specify new argument order. |
int | getArgOrderCount () List of original in_arg names to specify new argument order. |
com.google.protobuf.ProtocolStringList | getArgOrderList () List of original in_arg names to specify new argument order. |
ApiDef.Attr | getAttr (int সূচক) repeated .tensorflow.ApiDef.Attr attr = 6; |
ApiDef.Attr.Builder | getAttrBuilder (int সূচক) repeated .tensorflow.ApiDef.Attr attr = 6; |
তালিকা< ApiDef.Attr.Builder > | getAttrBuilderList () repeated .tensorflow.ApiDef.Attr attr = 6; |
int | getAttrCount () repeated .tensorflow.ApiDef.Attr attr = 6; |
তালিকা< ApiDef.Attr > | getAttrList () repeated .tensorflow.ApiDef.Attr attr = 6; |
ApiDef.AttrOrBuilder | getAttrOrBuilder (int সূচক) repeated .tensorflow.ApiDef.Attr attr = 6; |
তালিকা <? ApiDef.AttrOrBuilder > প্রসারিত করে | getAttrOrBuilderList () repeated .tensorflow.ApiDef.Attr attr = 6; |
এপিডিফ | |
স্ট্রিং | getDeprecationMessage () If this op is deprecated, set deprecation message to the message that should be logged when this op is used. |
com.google.protobuf.ByteString | getDeprecationMessageBytes () If this op is deprecated, set deprecation message to the message that should be logged when this op is used. |
int | Get DeprecationVersion () Major version when the op will be deleted. |
স্ট্রিং | getDescription () Additional, longer human-readable description of what the Op does. |
com.google.protobuf.ByteString | getDescriptionBytes () Additional, longer human-readable description of what the Op does. |
স্ট্রিং | getDescriptionPrefix () Modify an existing/inherited description by adding text to the beginning or end. |
com.google.protobuf.ByteString | getDescriptionPrefixBytes () Modify an existing/inherited description by adding text to the beginning or end. |
স্ট্রিং | getDescriptionSuffix () string description_suffix = 10; |
com.google.protobuf.ByteString | getDescriptionSuffixBytes () string description_suffix = 10; |
চূড়ান্ত স্ট্যাটিক com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
ApiDef.Endpoint | getEndpoint (int সূচক) repeated .tensorflow.ApiDef.Endpoint endpoint = 3; |
ApiDef.Endpoint.Builder | getEndpointBuilder (int সূচক) repeated .tensorflow.ApiDef.Endpoint endpoint = 3; |
তালিকা< ApiDef.Endpoint.Builder > | getEndpointBuilderList () repeated .tensorflow.ApiDef.Endpoint endpoint = 3; |
int | getEndpointCount () repeated .tensorflow.ApiDef.Endpoint endpoint = 3; |
তালিকা< ApiDef.Endpoint > | getEndpointList () repeated .tensorflow.ApiDef.Endpoint endpoint = 3; |
ApiDef.EndpointOrBuilder | getEndpointOrBuilder (int সূচক) repeated .tensorflow.ApiDef.Endpoint endpoint = 3; |
তালিকা <? ApiDef.EndpointOrBuilder > প্রসারিত করে | getEndpointOrBuilderList () repeated .tensorflow.ApiDef.Endpoint endpoint = 3; |
স্ট্রিং | getGraphOpName () Name of the op (in the OpDef) to specify the API for. |
com.google.protobuf.ByteString | GetGraphOpNameBytes () Name of the op (in the OpDef) to specify the API for. |
ApiDef.Arg | getInArg (int সূচক) repeated .tensorflow.ApiDef.Arg in_arg = 4; |
ApiDef.Arg.Builder | getInArgBuilder (int সূচক) repeated .tensorflow.ApiDef.Arg in_arg = 4; |
তালিকা< ApiDef.Arg.Builder > | getInArgBuilderList () repeated .tensorflow.ApiDef.Arg in_arg = 4; |
int | getInArgCount () repeated .tensorflow.ApiDef.Arg in_arg = 4; |
তালিকা< ApiDef.Arg > | getInArgList () repeated .tensorflow.ApiDef.Arg in_arg = 4; |
ApiDef.ArgOrBuilder | getInArgOrBuilder (int সূচক) repeated .tensorflow.ApiDef.Arg in_arg = 4; |
তালিকা <? ApiDef.ArgOrBuilder > প্রসারিত করে | getInArgOrBuilderList () repeated .tensorflow.ApiDef.Arg in_arg = 4; |
ApiDef.Arg | getOutArg (int সূচক) repeated .tensorflow.ApiDef.Arg out_arg = 5; |
ApiDef.Arg.Builder | getOutArgBuilder (int সূচক) repeated .tensorflow.ApiDef.Arg out_arg = 5; |
তালিকা< ApiDef.Arg.Builder > | getOutArgBuilderList () repeated .tensorflow.ApiDef.Arg out_arg = 5; |
int | getOutArgCount () repeated .tensorflow.ApiDef.Arg out_arg = 5; |
তালিকা< ApiDef.Arg > | getOutArgList () repeated .tensorflow.ApiDef.Arg out_arg = 5; |
ApiDef.ArgOrBuilder | getOutArgOrBuilder (int সূচক) repeated .tensorflow.ApiDef.Arg out_arg = 5; |
তালিকা <? ApiDef.ArgOrBuilder > প্রসারিত করে | getOutArgOrBuilderList () repeated .tensorflow.ApiDef.Arg out_arg = 5; |
স্ট্রিং | সারসংক্ষেপ () One-line human-readable description of what the Op does. |
com.google.protobuf.ByteString | getSummaryBytes () One-line human-readable description of what the Op does. |
ApiDef.দৃশ্যমানতা | দৃশ্যমানতা () .tensorflow.ApiDef.Visibility visibility = 2; |
int | ভিজিবিলিটি ভ্যালু () .tensorflow.ApiDef.Visibility visibility = 2; |
চূড়ান্ত বুলিয়ান | |
ApiDef.Builder | mergeFrom (com.google.protobuf.অন্যান্য বার্তা পাঠান) |
ApiDef.Builder | mergeFrom (com.google.protobuf.CodedInputStream ইনপুট, com.google.protobuf.ExtensionRegistryLite এক্সটেনশন রেজিস্ট্রি) |
চূড়ান্ত ApiDef.Builder | একত্রিত করুন অজানাক্ষেত্র (com.google.protobuf.UnknownFieldSet অজানাক্ষেত্র) |
ApiDef.Builder | removeAttr (int সূচক) repeated .tensorflow.ApiDef.Attr attr = 6; |
ApiDef.Builder | রিমুভ এন্ডপয়েন্ট (int সূচক) repeated .tensorflow.ApiDef.Endpoint endpoint = 3; |
ApiDef.Builder | RemoveInArg (int সূচক) repeated .tensorflow.ApiDef.Arg in_arg = 4; |
ApiDef.Builder | removeOutArg (int সূচক) repeated .tensorflow.ApiDef.Arg out_arg = 5; |
ApiDef.Builder | setArgOrder (int সূচক, স্ট্রিং মান) List of original in_arg names to specify new argument order. |
ApiDef.Builder | |
ApiDef.Builder | |
ApiDef.Builder | setDeprecationMessage (স্ট্রিং মান) If this op is deprecated, set deprecation message to the message that should be logged when this op is used. |
ApiDef.Builder | setDeprecationMessageBytes (com.google.protobuf.ByteString মান) If this op is deprecated, set deprecation message to the message that should be logged when this op is used. |
ApiDef.Builder | setDeprecationVersion (int মান) Major version when the op will be deleted. |
ApiDef.Builder | setDescription (স্ট্রিং মান) Additional, longer human-readable description of what the Op does. |
ApiDef.Builder | setDescriptionBytes (com.google.protobuf.ByteString মান) Additional, longer human-readable description of what the Op does. |
ApiDef.Builder | setDescriptionPrefix (স্ট্রিং মান) Modify an existing/inherited description by adding text to the beginning or end. |
ApiDef.Builder | setDescriptionPrefixBytes (com.google.protobuf.ByteString মান) Modify an existing/inherited description by adding text to the beginning or end. |
ApiDef.Builder | setDescriptionSuffix (স্ট্রিং মান) string description_suffix = 10; |
ApiDef.Builder | setDescriptionSuffixBytes (com.google.protobuf.ByteString মান) string description_suffix = 10; |
ApiDef.Builder | |
ApiDef.Builder | setEndpoint (int index, ApiDef.Endpoint.Builder builderForValue) repeated .tensorflow.ApiDef.Endpoint endpoint = 3; |
ApiDef.Builder | setField (com.google.protobuf.Descriptors.FieldDescriptor ক্ষেত্র, বস্তুর মান) |
ApiDef.Builder | setGraphOpName (স্ট্রিং মান) Name of the op (in the OpDef) to specify the API for. |
ApiDef.Builder | setGraphOpNameBytes (com.google.protobuf.ByteString মান) Name of the op (in the OpDef) to specify the API for. |
ApiDef.Builder | |
ApiDef.Builder | setInArg (int index, ApiDef.Arg.Builder builderForValue) repeated .tensorflow.ApiDef.Arg in_arg = 4; |
ApiDef.Builder | |
ApiDef.Builder | setOutArg (int index, ApiDef.Arg.Builder builderForValue) repeated .tensorflow.ApiDef.Arg out_arg = 5; |
ApiDef.Builder | setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor ক্ষেত্র, int সূচক, অবজেক্ট মান) |
ApiDef.Builder | সেট সারাংশ (স্ট্রিং মান) One-line human-readable description of what the Op does. |
ApiDef.Builder | setSummaryBytes (com.google.protobuf.ByteString মান) One-line human-readable description of what the Op does. |
চূড়ান্ত ApiDef.Builder | সেটUnknownFields (com.google.protobuf.UnknownFieldসেট অজানাফিল্ড) |
ApiDef.Builder | |
ApiDef.Builder | সেট ভিজিবিলিটি ভ্যালু (int ভ্যালু) .tensorflow.ApiDef.Visibility visibility = 2; |
উত্তরাধিকারসূত্রে প্রাপ্ত পদ্ধতি
পাবলিক পদ্ধতি
সর্বজনীন ApiDef.Builder addAllArgOrder (Iterable<String> মান)
List of original in_arg names to specify new argument order. Length of arg_order should be either empty to keep current order or match size of in_arg.
repeated string arg_order = 11;
সর্বজনীন ApiDef.Builder addAllAttr (Iterable<? প্রসারিত করে ApiDef.Attr > মান)
repeated .tensorflow.ApiDef.Attr attr = 6;
সর্বজনীন ApiDef.Builder addAllEndpoint (Iterable<? প্রসারিত করে ApiDef.Endpoint > মান)
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
সর্বজনীন ApiDef.Builder addAllInArg (Iterable<? ApiDef.Arg > মান প্রসারিত করে)
repeated .tensorflow.ApiDef.Arg in_arg = 4;
সর্বজনীন ApiDef.Builder addAllOutArg (Iterable<? ApiDef.Arg > মান প্রসারিত করে)
repeated .tensorflow.ApiDef.Arg out_arg = 5;
সর্বজনীন ApiDef.Builder addArgOrder (স্ট্রিং মান)
List of original in_arg names to specify new argument order. Length of arg_order should be either empty to keep current order or match size of in_arg.
repeated string arg_order = 11;
সর্বজনীন ApiDef.Builder addArgOrderBytes (com.google.protobuf.ByteString মান)
List of original in_arg names to specify new argument order. Length of arg_order should be either empty to keep current order or match size of in_arg.
repeated string arg_order = 11;
সর্বজনীন ApiDef.Builder addAttr (int index, ApiDef.Attr মান)
repeated .tensorflow.ApiDef.Attr attr = 6;
সর্বজনীন ApiDef.Builder addAttr (int index, ApiDef.Attr.Builder builderForValue)
repeated .tensorflow.ApiDef.Attr attr = 6;
সর্বজনীন ApiDef.Builder addAttr ( ApiDef.Attr.Builder builderForValue)
repeated .tensorflow.ApiDef.Attr attr = 6;
সর্বজনীন ApiDef.Builder addEndpoint (int index, ApiDef.Endpoint.Builder builderForValue)
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
সর্বজনীন ApiDef.Builder addEndpoint (int index, ApiDef.Endpoint মান)
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
সর্বজনীন ApiDef.Builder addEndpoint ( ApiDef.Endpoint.Builder builderForValue)
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
সর্বজনীন ApiDef.Builder addEndpoint ( ApiDef.Endpoint মান)
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
সর্বজনীন ApiDef.Endpoint.Builder addEndpointBuilder (int index)
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
সর্বজনীন ApiDef.Endpoint.Builder addEndpointBuilder ()
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
সর্বজনীন ApiDef.Builder addInArg (int index, ApiDef.Arg.Builder builderForValue)
repeated .tensorflow.ApiDef.Arg in_arg = 4;
সর্বজনীন ApiDef.Builder addInArg ( ApiDef.Arg.Builder builderForValue)
repeated .tensorflow.ApiDef.Arg in_arg = 4;
সর্বজনীন ApiDef.Builder addInArg (int index, ApiDef.Arg মান)
repeated .tensorflow.ApiDef.Arg in_arg = 4;
সর্বজনীন ApiDef.Builder addOutArg (int index, ApiDef.Arg মান)
repeated .tensorflow.ApiDef.Arg out_arg = 5;
সর্বজনীন ApiDef.Builder addOutArg (int index, ApiDef.Arg.Builder builderForValue)
repeated .tensorflow.ApiDef.Arg out_arg = 5;
সর্বজনীন ApiDef.Builder addOutArg ( ApiDef.Arg.Builder builderForValue)
repeated .tensorflow.ApiDef.Arg out_arg = 5;
সর্বজনীন ApiDef.Arg.Builder addOutArgBuilder (int সূচক)
repeated .tensorflow.ApiDef.Arg out_arg = 5;
সর্বজনীন ApiDef.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor ক্ষেত্র, বস্তুর মান)
সর্বজনীন ApiDef.Builder clearArgOrder ()
List of original in_arg names to specify new argument order. Length of arg_order should be either empty to keep current order or match size of in_arg.
repeated string arg_order = 11;
সর্বজনীন ApiDef.Builder clearDeprecationMessage ()
If this op is deprecated, set deprecation message to the message that should be logged when this op is used. The message should indicate alternative op to use, if any.
string deprecation_message = 12;
সর্বজনীন ApiDef.Builder clearDeprecationVersion ()
Major version when the op will be deleted. For e.g. set this value to 2 if op API should be removed in TensorFlow 2.0 and deprecated in versions before that.
int32 deprecation_version = 13;
সর্বজনীন ApiDef.Builder clearDescription ()
Additional, longer human-readable description of what the Op does.
string description = 8;
সর্বজনীন ApiDef.Builder clearDescriptionPrefix ()
Modify an existing/inherited description by adding text to the beginning or end.
string description_prefix = 9;
সর্বজনীন ApiDef.Builder clearGraphOpName ()
Name of the op (in the OpDef) to specify the API for.
string graph_op_name = 1;
সর্বজনীন ApiDef.Builder clearSummary ()
One-line human-readable description of what the Op does.
string summary = 7;
পাবলিক স্ট্রিং getArgOrder (int সূচক)
List of original in_arg names to specify new argument order. Length of arg_order should be either empty to keep current order or match size of in_arg.
repeated string arg_order = 11;
সর্বজনীন com.google.protobuf.ByteString getArgOrderBytes (int সূচক)
List of original in_arg names to specify new argument order. Length of arg_order should be either empty to keep current order or match size of in_arg.
repeated string arg_order = 11;
পাবলিক int getArgOrderCount ()
List of original in_arg names to specify new argument order. Length of arg_order should be either empty to keep current order or match size of in_arg.
repeated string arg_order = 11;
সর্বজনীন com.google.protobuf.ProtocolStringList getArgOrderList ()
List of original in_arg names to specify new argument order. Length of arg_order should be either empty to keep current order or match size of in_arg.
repeated string arg_order = 11;
সর্বজনীন তালিকা< ApiDef.Attr.Builder > getAttrBuilderList ()
repeated .tensorflow.ApiDef.Attr attr = 6;
পাবলিক int getAttrCount ()
repeated .tensorflow.ApiDef.Attr attr = 6;
সর্বজনীন ApiDef.AttrOrBuilder getAttrOrBuilder (int সূচক)
repeated .tensorflow.ApiDef.Attr attr = 6;
সর্বজনীন তালিকা <? ApiDef.AttrOrBuilder > getAttrOrBuilderList () প্রসারিত করে
repeated .tensorflow.ApiDef.Attr attr = 6;
সর্বজনীন স্ট্রিং getDeprecationMessage ()
If this op is deprecated, set deprecation message to the message that should be logged when this op is used. The message should indicate alternative op to use, if any.
string deprecation_message = 12;
সর্বজনীন com.google.protobuf.ByteString getDeprecationMessageBytes ()
If this op is deprecated, set deprecation message to the message that should be logged when this op is used. The message should indicate alternative op to use, if any.
string deprecation_message = 12;
পাবলিক int getDeprecationVersion ()
Major version when the op will be deleted. For e.g. set this value to 2 if op API should be removed in TensorFlow 2.0 and deprecated in versions before that.
int32 deprecation_version = 13;
সর্বজনীন স্ট্রিং getDescription ()
Additional, longer human-readable description of what the Op does.
string description = 8;
সর্বজনীন com.google.protobuf.ByteString getDescriptionBytes ()
Additional, longer human-readable description of what the Op does.
string description = 8;
সর্বজনীন স্ট্রিং getDescriptionPrefix ()
Modify an existing/inherited description by adding text to the beginning or end.
string description_prefix = 9;
সর্বজনীন com.google.protobuf.ByteString getDescriptionPrefixBytes ()
Modify an existing/inherited description by adding text to the beginning or end.
string description_prefix = 9;
সর্বজনীন স্ট্রিং getDescriptionSuffix ()
string description_suffix = 10;
সর্বজনীন com.google.protobuf.ByteString getDescriptionSuffixBytes ()
string description_suffix = 10;
পাবলিক স্ট্যাটিক ফাইনাল com.google.protobuf.Descriptors.Descriptor getDescriptor ()
সর্বজনীন com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
সর্বজনীন ApiDef.Endpoint.Builder getEndpointBuilder (int index)
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
সর্বজনীন তালিকা< ApiDef.Endpoint.Builder > getEndpointBuilderList ()
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
পাবলিক int getEndpointCount ()
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
সর্বজনীন তালিকা< ApiDef.Endpoint > getEndpointList ()
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
সর্বজনীন ApiDef.EndpointOrBuilder getEndpointOrBuilder (int সূচক)
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
সর্বজনীন তালিকা <? ApiDef.EndpointOrBuilder > getEndpointOrBuilderList () প্রসারিত করে
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
সর্বজনীন স্ট্রিং getGraphOpName ()
Name of the op (in the OpDef) to specify the API for.
string graph_op_name = 1;
সর্বজনীন com.google.protobuf.ByteString getGraphOpNameBytes ()
Name of the op (in the OpDef) to specify the API for.
string graph_op_name = 1;
সর্বজনীন তালিকা< ApiDef.Arg.Builder > getInArgBuilderList ()
repeated .tensorflow.ApiDef.Arg in_arg = 4;
পাবলিক int getInArgCount ()
repeated .tensorflow.ApiDef.Arg in_arg = 4;
সর্বজনীন ApiDef.ArgOrBuilder getInArgOrBuilder (int সূচক)
repeated .tensorflow.ApiDef.Arg in_arg = 4;
সর্বজনীন তালিকা <? ApiDef.ArgOrBuilder > getInArgOrBuilderList () প্রসারিত করে
repeated .tensorflow.ApiDef.Arg in_arg = 4;
সর্বজনীন ApiDef.Arg.Builder getOutArgBuilder (int সূচক)
repeated .tensorflow.ApiDef.Arg out_arg = 5;
সর্বজনীন তালিকা< ApiDef.Arg.Builder > getOutArgBuilderList ()
repeated .tensorflow.ApiDef.Arg out_arg = 5;
পাবলিক int getOutArgCount ()
repeated .tensorflow.ApiDef.Arg out_arg = 5;
সর্বজনীন ApiDef.ArgOrBuilder getOutArgOrBuilder (int সূচক)
repeated .tensorflow.ApiDef.Arg out_arg = 5;
সর্বজনীন তালিকা <? ApiDef.ArgOrBuilder > getOutArgOrBuilderList () প্রসারিত করে
repeated .tensorflow.ApiDef.Arg out_arg = 5;
সর্বজনীন স্ট্রিং getSummary ()
One-line human-readable description of what the Op does.
string summary = 7;
সর্বজনীন com.google.protobuf.ByteString getSummaryBytes ()
One-line human-readable description of what the Op does.
string summary = 7;
পাবলিক int getVisibilityValue ()
.tensorflow.ApiDef.Visibility visibility = 2;
সর্বজনীন চূড়ান্ত বুলিয়ান শুরু হয়েছে ()
সর্বজনীন ApiDef.Builder mergeFrom (com.google.protobuf.CodedInputStream ইনপুট, com.google.protobuf.ExtensionRegistryLite এক্সটেনশন রেজিস্ট্রি)
নিক্ষেপ করে
IO ব্যতিক্রম |
---|
সর্বজনীন চূড়ান্ত ApiDef.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
সর্বজনীন ApiDef.Builder removeEndpoint (int index)
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
সর্বজনীন ApiDef.Builder setArgOrder (int সূচক, স্ট্রিং মান)
List of original in_arg names to specify new argument order. Length of arg_order should be either empty to keep current order or match size of in_arg.
repeated string arg_order = 11;
সর্বজনীন ApiDef.Builder setAttr (int index, ApiDef.Attr মান)
repeated .tensorflow.ApiDef.Attr attr = 6;
সর্বজনীন ApiDef.Builder setAttr (int index, ApiDef.Attr.Builder builderForValue)
repeated .tensorflow.ApiDef.Attr attr = 6;
সর্বজনীন ApiDef.Builder setDeprecationMessage (স্ট্রিং মান)
If this op is deprecated, set deprecation message to the message that should be logged when this op is used. The message should indicate alternative op to use, if any.
string deprecation_message = 12;
সর্বজনীন ApiDef.Builder setDeprecationMessageBytes (com.google.protobuf.ByteString মান)
If this op is deprecated, set deprecation message to the message that should be logged when this op is used. The message should indicate alternative op to use, if any.
string deprecation_message = 12;
সর্বজনীন ApiDef.Builder setDeprecationVersion (int মান)
Major version when the op will be deleted. For e.g. set this value to 2 if op API should be removed in TensorFlow 2.0 and deprecated in versions before that.
int32 deprecation_version = 13;
সর্বজনীন ApiDef.Builder setDescription (স্ট্রিং মান)
Additional, longer human-readable description of what the Op does.
string description = 8;
সর্বজনীন ApiDef.Builder setDescriptionBytes (com.google.protobuf.ByteString মান)
Additional, longer human-readable description of what the Op does.
string description = 8;
সর্বজনীন ApiDef.Builder setDescriptionPrefix (স্ট্রিং মান)
Modify an existing/inherited description by adding text to the beginning or end.
string description_prefix = 9;
সর্বজনীন ApiDef.Builder setDescriptionPrefixBytes (com.google.protobuf.ByteString মান)
Modify an existing/inherited description by adding text to the beginning or end.
string description_prefix = 9;
সর্বজনীন ApiDef.Builder setDescriptionSuffixBytes (com.google.protobuf.ByteString মান)
string description_suffix = 10;
সর্বজনীন ApiDef.Builder setEndpoint (int index, ApiDef.Endpoint মান)
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
সর্বজনীন ApiDef.Builder setEndpoint (int index, ApiDef.Endpoint.Builder builderForValue)
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
সর্বজনীন ApiDef.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor ক্ষেত্র, বস্তুর মান)
সর্বজনীন ApiDef.Builder setGraphOpName (স্ট্রিং মান)
Name of the op (in the OpDef) to specify the API for.
string graph_op_name = 1;
সর্বজনীন ApiDef.Builder setGraphOpNameBytes (com.google.protobuf.ByteString মান)
Name of the op (in the OpDef) to specify the API for.
string graph_op_name = 1;
সর্বজনীন ApiDef.Builder setInArg (int index, ApiDef.Arg মান)
repeated .tensorflow.ApiDef.Arg in_arg = 4;
সর্বজনীন ApiDef.Builder setInArg (int index, ApiDef.Arg.Builder builderForValue)
repeated .tensorflow.ApiDef.Arg in_arg = 4;
সর্বজনীন ApiDef.Builder setOutArg (int index, ApiDef.Arg মান)
repeated .tensorflow.ApiDef.Arg out_arg = 5;
সর্বজনীন ApiDef.Builder setOutArg (int index, ApiDef.Arg.Builder builderForValue)
repeated .tensorflow.ApiDef.Arg out_arg = 5;
সর্বজনীন ApiDef.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor ক্ষেত্র, int সূচক, অবজেক্ট মান)
সর্বজনীন ApiDef.Builder সেট সংক্ষিপ্তসার (স্ট্রিং মান)
One-line human-readable description of what the Op does.
string summary = 7;
সর্বজনীন ApiDef.Builder setSummaryBytes (com.google.protobuf.ByteString মান)
One-line human-readable description of what the Op does.
string summary = 7;
সর্বজনীন চূড়ান্ত ApiDef.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
সর্বজনীন ApiDef.Builder setVisibility ( ApiDef.Visibility মান)
.tensorflow.ApiDef.Visibility visibility = 2;
সর্বজনীন ApiDef.Builder setVisibilityValue (int value)
.tensorflow.ApiDef.Visibility visibility = 2;