public interface ApiDefOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getArgOrder(int index)
List of original in_arg names to specify new argument order.
|
com.google.protobuf.ByteString |
getArgOrderBytes(int index)
List of original in_arg names to specify new argument order.
|
int |
getArgOrderCount()
List of original in_arg names to specify new argument order.
|
List<String> |
getArgOrderList()
List of original in_arg names to specify new argument order.
|
ApiDef.Attr |
getAttr(int index)
repeated .tensorflow.ApiDef.Attr attr = 6; |
int |
getAttrCount()
repeated .tensorflow.ApiDef.Attr attr = 6; |
List<ApiDef.Attr> |
getAttrList()
repeated .tensorflow.ApiDef.Attr attr = 6; |
ApiDef.AttrOrBuilder |
getAttrOrBuilder(int index)
repeated .tensorflow.ApiDef.Attr attr = 6; |
List<? extends ApiDef.AttrOrBuilder> |
getAttrOrBuilderList()
repeated .tensorflow.ApiDef.Attr attr = 6; |
String |
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.
|
String |
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.
|
String |
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.
|
String |
getDescriptionSuffix()
string description_suffix = 10; |
com.google.protobuf.ByteString |
getDescriptionSuffixBytes()
string description_suffix = 10; |
ApiDef.Endpoint |
getEndpoint(int index)
repeated .tensorflow.ApiDef.Endpoint endpoint = 3; |
int |
getEndpointCount()
repeated .tensorflow.ApiDef.Endpoint endpoint = 3; |
List<ApiDef.Endpoint> |
getEndpointList()
repeated .tensorflow.ApiDef.Endpoint endpoint = 3; |
ApiDef.EndpointOrBuilder |
getEndpointOrBuilder(int index)
repeated .tensorflow.ApiDef.Endpoint endpoint = 3; |
List<? extends ApiDef.EndpointOrBuilder> |
getEndpointOrBuilderList()
repeated .tensorflow.ApiDef.Endpoint endpoint = 3; |
String |
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 index)
repeated .tensorflow.ApiDef.Arg in_arg = 4; |
int |
getInArgCount()
repeated .tensorflow.ApiDef.Arg in_arg = 4; |
List<ApiDef.Arg> |
getInArgList()
repeated .tensorflow.ApiDef.Arg in_arg = 4; |
ApiDef.ArgOrBuilder |
getInArgOrBuilder(int index)
repeated .tensorflow.ApiDef.Arg in_arg = 4; |
List<? extends ApiDef.ArgOrBuilder> |
getInArgOrBuilderList()
repeated .tensorflow.ApiDef.Arg in_arg = 4; |
ApiDef.Arg |
getOutArg(int index)
repeated .tensorflow.ApiDef.Arg out_arg = 5; |
int |
getOutArgCount()
repeated .tensorflow.ApiDef.Arg out_arg = 5; |
List<ApiDef.Arg> |
getOutArgList()
repeated .tensorflow.ApiDef.Arg out_arg = 5; |
ApiDef.ArgOrBuilder |
getOutArgOrBuilder(int index)
repeated .tensorflow.ApiDef.Arg out_arg = 5; |
List<? extends ApiDef.ArgOrBuilder> |
getOutArgOrBuilderList()
repeated .tensorflow.ApiDef.Arg out_arg = 5; |
String |
getSummary()
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.Visibility |
getVisibility()
.tensorflow.ApiDef.Visibility visibility = 2; |
int |
getVisibilityValue()
.tensorflow.ApiDef.Visibility visibility = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String 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;
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;
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 getVisibilityValue()
.tensorflow.ApiDef.Visibility visibility = 2;
ApiDef.Visibility getVisibility()
.tensorflow.ApiDef.Visibility visibility = 2;
List<ApiDef.Endpoint> getEndpointList()
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
ApiDef.Endpoint getEndpoint(int index)
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
int getEndpointCount()
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
List<? extends ApiDef.EndpointOrBuilder> getEndpointOrBuilderList()
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
ApiDef.EndpointOrBuilder getEndpointOrBuilder(int index)
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
List<ApiDef.Arg> getInArgList()
repeated .tensorflow.ApiDef.Arg in_arg = 4;
ApiDef.Arg getInArg(int index)
repeated .tensorflow.ApiDef.Arg in_arg = 4;
int getInArgCount()
repeated .tensorflow.ApiDef.Arg in_arg = 4;
List<? extends ApiDef.ArgOrBuilder> getInArgOrBuilderList()
repeated .tensorflow.ApiDef.Arg in_arg = 4;
ApiDef.ArgOrBuilder getInArgOrBuilder(int index)
repeated .tensorflow.ApiDef.Arg in_arg = 4;
List<ApiDef.Arg> getOutArgList()
repeated .tensorflow.ApiDef.Arg out_arg = 5;
ApiDef.Arg getOutArg(int index)
repeated .tensorflow.ApiDef.Arg out_arg = 5;
int getOutArgCount()
repeated .tensorflow.ApiDef.Arg out_arg = 5;
List<? extends ApiDef.ArgOrBuilder> getOutArgOrBuilderList()
repeated .tensorflow.ApiDef.Arg out_arg = 5;
ApiDef.ArgOrBuilder getOutArgOrBuilder(int index)
repeated .tensorflow.ApiDef.Arg out_arg = 5;
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;
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;
String getArgOrder(int index)
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 index)
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;
List<ApiDef.Attr> getAttrList()
repeated .tensorflow.ApiDef.Attr attr = 6;
ApiDef.Attr getAttr(int index)
repeated .tensorflow.ApiDef.Attr attr = 6;
int getAttrCount()
repeated .tensorflow.ApiDef.Attr attr = 6;
List<? extends ApiDef.AttrOrBuilder> getAttrOrBuilderList()
repeated .tensorflow.ApiDef.Attr attr = 6;
ApiDef.AttrOrBuilder getAttrOrBuilder(int index)
repeated .tensorflow.ApiDef.Attr attr = 6;
String 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;
String 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;
String 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;
String getDescriptionSuffix()
string description_suffix = 10;
com.google.protobuf.ByteString getDescriptionSuffixBytes()
string description_suffix = 10;
Copyright © 2015–2018. All rights reserved.