Sottoclassi indirette conosciute |
Metodi pubblici
stringa astratta | getArgOrder (indice int) List of original in_arg names to specify new argument order. |
astratto com.google.protobuf.ByteString | getArgOrderBytes (indice int) List of original in_arg names to specify new argument order. |
astratto int | getArgOrderCount () List of original in_arg names to specify new argument order. |
Elenco astratto<String> | getArgOrderList () List of original in_arg names to specify new argument order. |
abstract ApiDef.Attr | getAttr (indice int) repeated .tensorflow.ApiDef.Attr attr = 6; |
astratto int | getAttrCount () repeated .tensorflow.ApiDef.Attr attr = 6; |
Lista astratta< ApiDef.Attr > | getAttrList () repeated .tensorflow.ApiDef.Attr attr = 6; |
abstract ApiDef.AttrOrBuilder | getAttrOrBuilder (indice int) repeated .tensorflow.ApiDef.Attr attr = 6; |
Elenco astratto<? estende ApiDef.AttrOrBuilder > | getAttrOrBuilderList () repeated .tensorflow.ApiDef.Attr attr = 6; |
stringa astratta | getDeprecationMessage () If this op is deprecated, set deprecation message to the message that should be logged when this op is used. |
astratto 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. |
astratto int | getDeprecationVersion () Major version when the op will be deleted. |
stringa astratta | getDescrizione () Additional, longer human-readable description of what the Op does. |
astratto com.google.protobuf.ByteString | getDescrizioneBytes () Additional, longer human-readable description of what the Op does. |
stringa astratta | getDescrizionePrefisso () Modify an existing/inherited description by adding text to the beginning or end. |
astratto com.google.protobuf.ByteString | getDescriptionPrefixBytes () Modify an existing/inherited description by adding text to the beginning or end. |
stringa astratta | getDescrizioneSuffisso () string description_suffix = 10; |
astratto com.google.protobuf.ByteString | getDescrizioneSuffixBytes () string description_suffix = 10; |
abstract ApiDef.Endpoint | getEndpoint (indice int) repeated .tensorflow.ApiDef.Endpoint endpoint = 3; |
astratto int | getEndpointCount () repeated .tensorflow.ApiDef.Endpoint endpoint = 3; |
Elenco astratto< ApiDef.Endpoint > | getEndpointList () repeated .tensorflow.ApiDef.Endpoint endpoint = 3; |
abstract ApiDef.EndpointOrBuilder | getEndpointOrBuilder (indice int) repeated .tensorflow.ApiDef.Endpoint endpoint = 3; |
Elenco astratto<? estende ApiDef.EndpointOrBuilder > | getEndpointOrBuilderList () repeated .tensorflow.ApiDef.Endpoint endpoint = 3; |
stringa astratta | getGraphOpName () Name of the op (in the OpDef) to specify the API for. |
astratto com.google.protobuf.ByteString | getGraphOpNameBytes () Name of the op (in the OpDef) to specify the API for. |
astratto ApiDef.Arg | getInArg (indice int) repeated .tensorflow.ApiDef.Arg in_arg = 4; |
astratto int | getInArgCount () repeated .tensorflow.ApiDef.Arg in_arg = 4; |
Lista astratta< ApiDef.Arg > | getInArgList () repeated .tensorflow.ApiDef.Arg in_arg = 4; |
abstract ApiDef.ArgOrBuilder | getInArgOrBuilder (indice int) repeated .tensorflow.ApiDef.Arg in_arg = 4; |
Elenco astratto<? estende ApiDef.ArgOrBuilder > | getInArgOrBuilderList () repeated .tensorflow.ApiDef.Arg in_arg = 4; |
astratto ApiDef.Arg | getOutArg (indice int) repeated .tensorflow.ApiDef.Arg out_arg = 5; |
astratto int | getOutArgCount () repeated .tensorflow.ApiDef.Arg out_arg = 5; |
Lista astratta< ApiDef.Arg > | getOutArgList () repeated .tensorflow.ApiDef.Arg out_arg = 5; |
abstract ApiDef.ArgOrBuilder | getOutArgOrBuilder (indice int) repeated .tensorflow.ApiDef.Arg out_arg = 5; |
Elenco astratto<? estende ApiDef.ArgOrBuilder > | getOutArgOrBuilderList () repeated .tensorflow.ApiDef.Arg out_arg = 5; |
stringa astratta | getRiepilogo () One-line human-readable description of what the Op does. |
astratto com.google.protobuf.ByteString | getSummaryBytes () One-line human-readable description of what the Op does. |
abstract ApiDef.Visibility | getVisibilità () .tensorflow.ApiDef.Visibility visibility = 2; |
astratto int | getVisibilityValue () .tensorflow.ApiDef.Visibility visibility = 2; |
Metodi pubblici
public abstract String getArgOrder (indice 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;
public abstract com.google.protobuf.ByteString getArgOrderBytes (indice 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;
public abstract 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;
public abstract List<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;
public abstract int getAttrCount ()
repeated .tensorflow.ApiDef.Attr attr = 6;
public abstract ApiDef.AttrOrBuilder getAttrOrBuilder (indice int)
repeated .tensorflow.ApiDef.Attr attr = 6;
Elenco abstract pubblico<? estende ApiDef.AttrOrBuilder > getAttrOrBuilderList ()
repeated .tensorflow.ApiDef.Attr attr = 6;
public abstract 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;
public 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. The message should indicate alternative op to use, if any.
string deprecation_message = 12;
public abstract 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;
stringa astratta pubblica getDescription ()
Additional, longer human-readable description of what the Op does.
string description = 8;
estratto pubblico com.google.protobuf.ByteString getDescriptionBytes ()
Additional, longer human-readable description of what the Op does.
string description = 8;
stringa astratta pubblica getDescriptionPrefix ()
Modify an existing/inherited description by adding text to the beginning or end.
string description_prefix = 9;
abstract pubblico com.google.protobuf.ByteString getDescriptionPrefixBytes ()
Modify an existing/inherited description by adding text to the beginning or end.
string description_prefix = 9;
public abstract String getDescriptionSuffix ()
string description_suffix = 10;
abstract pubblico com.google.protobuf.ByteString getDescriptionSuffixBytes ()
string description_suffix = 10;
public abstract ApiDef.Endpoint getEndpoint (indice int)
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
public abstract int getEndpointCount ()
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
elenco astratto pubblico< ApiDef.Endpoint > getEndpointList ()
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
public abstract ApiDef.EndpointOrBuilder getEndpointOrBuilder (indice int)
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
Elenco abstract pubblico<? estende ApiDef.EndpointOrBuilder > getEndpointOrBuilderList ()
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
public abstract String getGraphOpName ()
Name of the op (in the OpDef) to specify the API for.
string graph_op_name = 1;
estratto pubblico com.google.protobuf.ByteString getGraphOpNameBytes ()
Name of the op (in the OpDef) to specify the API for.
string graph_op_name = 1;
public abstract int getInArgCount ()
repeated .tensorflow.ApiDef.Arg in_arg = 4;
public abstract ApiDef.ArgOrBuilder getInArgOrBuilder (indice int)
repeated .tensorflow.ApiDef.Arg in_arg = 4;
Elenco abstract pubblico<? estende ApiDef.ArgOrBuilder > getInArgOrBuilderList ()
repeated .tensorflow.ApiDef.Arg in_arg = 4;
public abstract int getOutArgCount ()
repeated .tensorflow.ApiDef.Arg out_arg = 5;
elenco astratto pubblico< ApiDef.Arg > getOutArgList ()
repeated .tensorflow.ApiDef.Arg out_arg = 5;
public abstract ApiDef.ArgOrBuilder getOutArgOrBuilder (indice int)
repeated .tensorflow.ApiDef.Arg out_arg = 5;
Elenco abstract pubblico<? estende ApiDef.ArgOrBuilder > getOutArgOrBuilderList ()
repeated .tensorflow.ApiDef.Arg out_arg = 5;
estratto pubblico String getSummary ()
One-line human-readable description of what the Op does.
string summary = 7;
estratto pubblico com.google.protobuf.ByteString getSummaryBytes ()
One-line human-readable description of what the Op does.
string summary = 7;
public abstract int getVisibilityValue ()
.tensorflow.ApiDef.Visibility visibility = 2;