Bilinen Dolaylı Alt Sınıflar |
Genel Yöntemler
soyut Dize | getArgOrder (int dizini) List of original in_arg names to specify new argument order. |
abstract com.google.protobuf.ByteString | getArgOrderBytes (int dizini) List of original in_arg names to specify new argument order. |
soyut int | getArgOrderCount () List of original in_arg names to specify new argument order. |
özet Liste<String> | getArgOrderList () List of original in_arg names to specify new argument order. |
özet ApiDef.Attr | getAttr (int dizini) repeated .tensorflow.ApiDef.Attr attr = 6; |
soyut int | getAttrCount () repeated .tensorflow.ApiDef.Attr attr = 6; |
özet Listesi< ApiDef.Attr > | getAttrList () repeated .tensorflow.ApiDef.Attr attr = 6; |
özet ApiDef.AttrOrBuilder | getAttrOrBuilder (int dizini) repeated .tensorflow.ApiDef.Attr attr = 6; |
Özet Liste<? ApiDef.AttrOrBuilder'ı genişletir > | getAttrOrBuilderList () repeated .tensorflow.ApiDef.Attr attr = 6; |
soyut Dize | getDeprecationMessage () If this op is deprecated, set deprecation message to the message that should be logged when this op is used. |
abstract 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. |
soyut int | getDeprecationVersion () Major version when the op will be deleted. |
soyut Dize | getDescription () Additional, longer human-readable description of what the Op does. |
abstract com.google.protobuf.ByteString | getDescriptionBytes () Additional, longer human-readable description of what the Op does. |
soyut Dize | getDescriptionPrefix () Modify an existing/inherited description by adding text to the beginning or end. |
abstract com.google.protobuf.ByteString | getDescriptionPrefixBytes () Modify an existing/inherited description by adding text to the beginning or end. |
soyut Dize | getDescriptionSuffix () string description_suffix = 10; |
abstract com.google.protobuf.ByteString | getDescriptionSuffixBytes () string description_suffix = 10; |
özet ApiDef.Endpoint | getEndpoint (int dizini) repeated .tensorflow.ApiDef.Endpoint endpoint = 3; |
soyut int | getEndpointCount () repeated .tensorflow.ApiDef.Endpoint endpoint = 3; |
özet Listesi< ApiDef.Endpoint > | getEndpointList () repeated .tensorflow.ApiDef.Endpoint endpoint = 3; |
özet ApiDef.EndpointOrBuilder | getEndpointOrBuilder (int dizini) repeated .tensorflow.ApiDef.Endpoint endpoint = 3; |
Özet Liste<? ApiDef.EndpointOrBuilder'ı genişletir > | getEndpointOrBuilderList () repeated .tensorflow.ApiDef.Endpoint endpoint = 3; |
soyut Dize | getGraphOpName () Name of the op (in the OpDef) to specify the API for. |
abstract com.google.protobuf.ByteString | getGraphOpNameBytes () Name of the op (in the OpDef) to specify the API for. |
soyut ApiDef.Arg | getInArg (int dizini) repeated .tensorflow.ApiDef.Arg in_arg = 4; |
soyut int | getInArgCount () repeated .tensorflow.ApiDef.Arg in_arg = 4; |
özet Listesi< ApiDef.Arg > | getInArgList () repeated .tensorflow.ApiDef.Arg in_arg = 4; |
özet ApiDef.ArgOrBuilder | getInArgOrBuilder (int dizini) repeated .tensorflow.ApiDef.Arg in_arg = 4; |
Özet Liste<? ApiDef.ArgOrBuilder'ı genişletir > | getInArgOrBuilderList () repeated .tensorflow.ApiDef.Arg in_arg = 4; |
soyut ApiDef.Arg | getOutArg (int dizini) repeated .tensorflow.ApiDef.Arg out_arg = 5; |
soyut int | getOutArgCount () repeated .tensorflow.ApiDef.Arg out_arg = 5; |
özet Listesi< ApiDef.Arg > | getOutArgList () repeated .tensorflow.ApiDef.Arg out_arg = 5; |
özet ApiDef.ArgOrBuilder | getOutArgOrBuilder (int dizini) repeated .tensorflow.ApiDef.Arg out_arg = 5; |
Özet Liste<? ApiDef.ArgOrBuilder'ı genişletir > | getOutArgOrBuilderList () repeated .tensorflow.ApiDef.Arg out_arg = 5; |
soyut Dize | getÖzet () One-line human-readable description of what the Op does. |
abstract com.google.protobuf.ByteString | getSummaryBytes () One-line human-readable description of what the Op does. |
soyut ApiDef.Visibility | getVisibility () .tensorflow.ApiDef.Visibility visibility = 2; |
soyut int | getVisibilityValue () .tensorflow.ApiDef.Visibility visibility = 2; |
Genel Yöntemler
genel özet String getArgOrder (int indeksi)
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;
genel özet com.google.protobuf.ByteString getArgOrderBytes (int dizini)
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;
genel özet 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;
genel özet Listesi<String> 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;
genel özet int getAttrCount ()
repeated .tensorflow.ApiDef.Attr attr = 6;
genel özet ApiDef.AttrOrBuilder getAttrOrBuilder (int dizini)
repeated .tensorflow.ApiDef.Attr attr = 6;
genel özet listesi<? ApiDef.AttrOrBuilder'ı genişletir > getAttrOrBuilderList ()
repeated .tensorflow.ApiDef.Attr attr = 6;
genel özet String 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;
genel özet 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;
genel özet 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;
genel özet String getDescription ()
Additional, longer human-readable description of what the Op does.
string description = 8;
genel özet com.google.protobuf.ByteString getDescriptionBytes ()
Additional, longer human-readable description of what the Op does.
string description = 8;
genel özet Dize getDescriptionPrefix ()
Modify an existing/inherited description by adding text to the beginning or end.
string description_prefix = 9;
genel özet com.google.protobuf.ByteString getDescriptionPrefixBytes ()
Modify an existing/inherited description by adding text to the beginning or end.
string description_prefix = 9;
genel özet Dize getDescriptionSuffix ()
string description_suffix = 10;
genel özet com.google.protobuf.ByteString getDescriptionSuffixBytes ()
string description_suffix = 10;
genel özet ApiDef.Endpoint getEndpoint (int dizini)
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
genel özet int getEndpointCount ()
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
genel özet Listesi< ApiDef.Endpoint > getEndpointList ()
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
genel özet ApiDef.EndpointOrBuilder getEndpointOrBuilder (int dizini)
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
genel özet listesi<? ApiDef.EndpointOrBuilder'ı genişletir > getEndpointOrBuilderList ()
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
genel özet Dize getGraphOpName ()
Name of the op (in the OpDef) to specify the API for.
string graph_op_name = 1;
genel özet com.google.protobuf.ByteString getGraphOpNameBytes ()
Name of the op (in the OpDef) to specify the API for.
string graph_op_name = 1;
genel özet int getInArgCount ()
repeated .tensorflow.ApiDef.Arg in_arg = 4;
genel özet ApiDef.ArgOrBuilder getInArgOrBuilder (int dizini)
repeated .tensorflow.ApiDef.Arg in_arg = 4;
genel özet listesi<? ApiDef.ArgOrBuilder'ı genişletir > getInArgOrBuilderList ()
repeated .tensorflow.ApiDef.Arg in_arg = 4;
genel özet int getOutArgCount ()
repeated .tensorflow.ApiDef.Arg out_arg = 5;
genel özet ApiDef.ArgOrBuilder getOutArgOrBuilder (int dizini)
repeated .tensorflow.ApiDef.Arg out_arg = 5;
genel özet listesi<? ApiDef.ArgOrBuilder'ı genişletir > getOutArgOrBuilderList ()
repeated .tensorflow.ApiDef.Arg out_arg = 5;
genel özet String getSummary ()
One-line human-readable description of what the Op does.
string summary = 7;
genel özet com.google.protobuf.ByteString getSummaryBytes ()
One-line human-readable description of what the Op does.
string summary = 7;
genel özet int getVisibilityValue ()
.tensorflow.ApiDef.Visibility visibility = 2;