Subclases indirectas conocidas |
Métodos públicos
cadena abstracta | getArgOrder (índice int) List of original in_arg names to specify new argument order. |
resumen com.google.protobuf.ByteString | getArgOrderBytes (índice int) List of original in_arg names to specify new argument order. |
resumen entero | getArgOrderCount () List of original in_arg names to specify new argument order. |
Lista abstracta<Cadena> | getArgOrderList () List of original in_arg names to specify new argument order. |
resumen ApiDef.Attr | getAttr (índice int) repeated .tensorflow.ApiDef.Attr attr = 6; |
resumen entero | getAttrCount () repeated .tensorflow.ApiDef.Attr attr = 6; |
Lista abstracta< ApiDef.Attr > | obtenerListaDeAtributos () repeated .tensorflow.ApiDef.Attr attr = 6; |
resumen ApiDef.AttrOrBuilder | getAttrOrBuilder (índice int) repeated .tensorflow.ApiDef.Attr attr = 6; |
Lista abstracta<? extiende ApiDef.AttrOrBuilder > | getAttrOrBuilderList () repeated .tensorflow.ApiDef.Attr attr = 6; |
cadena abstracta | getDeprecationMessage () If this op is deprecated, set deprecation message to the message that should be logged when this op is used. |
resumen 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. |
resumen entero | getDeprecationVersion () Major version when the op will be deleted. |
cadena abstracta | obtener descripción () Additional, longer human-readable description of what the Op does. |
resumen com.google.protobuf.ByteString | obtenerDescripciónBytes () Additional, longer human-readable description of what the Op does. |
cadena abstracta | obtenerPrefijoDescripción () Modify an existing/inherited description by adding text to the beginning or end. |
resumen com.google.protobuf.ByteString | getDescriptionPrefixBytes () Modify an existing/inherited description by adding text to the beginning or end. |
cadena abstracta | getDescriptionSuffix () string description_suffix = 10; |
resumen com.google.protobuf.ByteString | getDescriptionSuffixBytes () string description_suffix = 10; |
resumen ApiDef.Endpoint | getEndpoint (índice int) repeated .tensorflow.ApiDef.Endpoint endpoint = 3; |
resumen entero | getEndpointCount () repeated .tensorflow.ApiDef.Endpoint endpoint = 3; |
Lista abstracta< ApiDef.Endpoint > | obtener lista de puntos finales () repeated .tensorflow.ApiDef.Endpoint endpoint = 3; |
resumen ApiDef.EndpointOrBuilder | getEndpointOrBuilder (índice int) repeated .tensorflow.ApiDef.Endpoint endpoint = 3; |
Lista abstracta<? extiende ApiDef.EndpointOrBuilder > | getEndpointOrBuilderList () repeated .tensorflow.ApiDef.Endpoint endpoint = 3; |
cadena abstracta | getGraphOpName () Name of the op (in the OpDef) to specify the API for. |
resumen com.google.protobuf.ByteString | getGraphOpNameBytes () Name of the op (in the OpDef) to specify the API for. |
resumen ApiDef.Arg | getInArg (índice int) repeated .tensorflow.ApiDef.Arg in_arg = 4; |
resumen entero | getInArgCount () repeated .tensorflow.ApiDef.Arg in_arg = 4; |
Lista abstracta< ApiDef.Arg > | getInArgList () repeated .tensorflow.ApiDef.Arg in_arg = 4; |
resumen ApiDef.ArgOrBuilder | getInArgOrBuilder (índice int) repeated .tensorflow.ApiDef.Arg in_arg = 4; |
Lista abstracta<? extiende ApiDef.ArgOrBuilder > | getInArgOrBuilderList () repeated .tensorflow.ApiDef.Arg in_arg = 4; |
resumen ApiDef.Arg | getOutArg (índice int) repeated .tensorflow.ApiDef.Arg out_arg = 5; |
resumen entero | getOutArgCount () repeated .tensorflow.ApiDef.Arg out_arg = 5; |
Lista abstracta< ApiDef.Arg > | getOutArgList () repeated .tensorflow.ApiDef.Arg out_arg = 5; |
resumen ApiDef.ArgOrBuilder | getOutArgOrBuilder (índice int) repeated .tensorflow.ApiDef.Arg out_arg = 5; |
Lista abstracta<? extiende ApiDef.ArgOrBuilder > | getOutArgOrBuilderList () repeated .tensorflow.ApiDef.Arg out_arg = 5; |
cadena abstracta | obtenerResumen () One-line human-readable description of what the Op does. |
resumen com.google.protobuf.ByteString | getSummaryBytes () One-line human-readable description of what the Op does. |
resumen ApiDef.Visibilidad | obtenerVisibilidad () .tensorflow.ApiDef.Visibility visibility = 2; |
resumen entero | obtenerVisibilidadValor () .tensorflow.ApiDef.Visibility visibility = 2; |
Métodos públicos
Cadena abstracta pública getArgOrder (índice 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;
resumen público com.google.protobuf.ByteString getArgOrderBytes (índice 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;
resumen público 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;
Lista abstracta pública<Cadena> 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;
resumen público int getAttrCount ()
repeated .tensorflow.ApiDef.Attr attr = 6;
resumen público ApiDef.AttrOrBuilder getAttrOrBuilder (índice int)
repeated .tensorflow.ApiDef.Attr attr = 6;
Lista de resúmenes públicos <? extiende ApiDef.AttrOrBuilder > getAttrOrBuilderList ()
repeated .tensorflow.ApiDef.Attr attr = 6;
Cadena abstracta pública 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;
resumen público 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;
resumen público 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;
Cadena abstracta pública getDescription ()
Additional, longer human-readable description of what the Op does.
string description = 8;
resumen público com.google.protobuf.ByteString getDescriptionBytes ()
Additional, longer human-readable description of what the Op does.
string description = 8;
Cadena abstracta pública getDescriptionPrefix ()
Modify an existing/inherited description by adding text to the beginning or end.
string description_prefix = 9;
resumen público com.google.protobuf.ByteString getDescriptionPrefixBytes ()
Modify an existing/inherited description by adding text to the beginning or end.
string description_prefix = 9;
Cadena abstracta pública getDescriptionSuffix ()
string description_suffix = 10;
resumen público com.google.protobuf.ByteString getDescriptionSuffixBytes ()
string description_suffix = 10;
resumen público ApiDef.Endpoint getEndpoint (índice int)
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
resumen público int getEndpointCount ()
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
Lista abstracta pública< ApiDef.Endpoint > getEndpointList ()
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
resumen público ApiDef.EndpointOrBuilder getEndpointOrBuilder (índice int)
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
Lista de resúmenes públicos <? extiende ApiDef.EndpointOrBuilder > getEndpointOrBuilderList ()
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
Cadena abstracta pública getGraphOpName ()
Name of the op (in the OpDef) to specify the API for.
string graph_op_name = 1;
resumen público com.google.protobuf.ByteString getGraphOpNameBytes ()
Name of the op (in the OpDef) to specify the API for.
string graph_op_name = 1;
resumen público int getInArgCount ()
repeated .tensorflow.ApiDef.Arg in_arg = 4;
resumen público ApiDef.ArgOrBuilder getInArgOrBuilder (índice int)
repeated .tensorflow.ApiDef.Arg in_arg = 4;
Lista de resúmenes públicos <? extiende ApiDef.ArgOrBuilder > getInArgOrBuilderList ()
repeated .tensorflow.ApiDef.Arg in_arg = 4;
resumen público int getOutArgCount ()
repeated .tensorflow.ApiDef.Arg out_arg = 5;
resumen público ApiDef.ArgOrBuilder getOutArgOrBuilder (índice int)
repeated .tensorflow.ApiDef.Arg out_arg = 5;
Lista de resúmenes públicos <? extiende ApiDef.ArgOrBuilder > getOutArgOrBuilderList ()
repeated .tensorflow.ApiDef.Arg out_arg = 5;
Cadena abstracta pública getSummary ()
One-line human-readable description of what the Op does.
string summary = 7;
resumen público com.google.protobuf.ByteString getSummaryBytes ()
One-line human-readable description of what the Op does.
string summary = 7;
resumen público int getVisibilityValue ()
.tensorflow.ApiDef.Visibility visibility = 2;