Package org.tensorflow.framework
Interface ApiDefOrBuilder
-
- All Superinterfaces:
org.nd4j.shade.protobuf.MessageLiteOrBuilder,org.nd4j.shade.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ApiDef,ApiDef.Builder
public interface ApiDefOrBuilder extends org.nd4j.shade.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetArgOrder(int index)List of original in_arg names to specify new argument order.org.nd4j.shade.protobuf.ByteStringgetArgOrderBytes(int index)List of original in_arg names to specify new argument order.intgetArgOrderCount()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.AttrgetAttr(int index)repeated .tensorflow.ApiDef.Attr attr = 6;intgetAttrCount()repeated .tensorflow.ApiDef.Attr attr = 6;List<ApiDef.Attr>getAttrList()repeated .tensorflow.ApiDef.Attr attr = 6;ApiDef.AttrOrBuildergetAttrOrBuilder(int index)repeated .tensorflow.ApiDef.Attr attr = 6;List<? extends ApiDef.AttrOrBuilder>getAttrOrBuilderList()repeated .tensorflow.ApiDef.Attr attr = 6;StringgetDescription()Additional, longer human-readable description of what the Op does.org.nd4j.shade.protobuf.ByteStringgetDescriptionBytes()Additional, longer human-readable description of what the Op does.StringgetDescriptionPrefix()Modify an existing/inherited description by adding text to the beginning or end.org.nd4j.shade.protobuf.ByteStringgetDescriptionPrefixBytes()Modify an existing/inherited description by adding text to the beginning or end.StringgetDescriptionSuffix()string description_suffix = 10;org.nd4j.shade.protobuf.ByteStringgetDescriptionSuffixBytes()string description_suffix = 10;ApiDef.EndpointgetEndpoint(int index)repeated .tensorflow.ApiDef.Endpoint endpoint = 3;intgetEndpointCount()repeated .tensorflow.ApiDef.Endpoint endpoint = 3;List<ApiDef.Endpoint>getEndpointList()repeated .tensorflow.ApiDef.Endpoint endpoint = 3;ApiDef.EndpointOrBuildergetEndpointOrBuilder(int index)repeated .tensorflow.ApiDef.Endpoint endpoint = 3;List<? extends ApiDef.EndpointOrBuilder>getEndpointOrBuilderList()repeated .tensorflow.ApiDef.Endpoint endpoint = 3;StringgetGraphOpName()Name of the op (in the OpDef) to specify the API for.org.nd4j.shade.protobuf.ByteStringgetGraphOpNameBytes()Name of the op (in the OpDef) to specify the API for.ApiDef.ArggetInArg(int index)repeated .tensorflow.ApiDef.Arg in_arg = 4;intgetInArgCount()repeated .tensorflow.ApiDef.Arg in_arg = 4;List<ApiDef.Arg>getInArgList()repeated .tensorflow.ApiDef.Arg in_arg = 4;ApiDef.ArgOrBuildergetInArgOrBuilder(int index)repeated .tensorflow.ApiDef.Arg in_arg = 4;List<? extends ApiDef.ArgOrBuilder>getInArgOrBuilderList()repeated .tensorflow.ApiDef.Arg in_arg = 4;ApiDef.ArggetOutArg(int index)repeated .tensorflow.ApiDef.Arg out_arg = 5;intgetOutArgCount()repeated .tensorflow.ApiDef.Arg out_arg = 5;List<ApiDef.Arg>getOutArgList()repeated .tensorflow.ApiDef.Arg out_arg = 5;ApiDef.ArgOrBuildergetOutArgOrBuilder(int index)repeated .tensorflow.ApiDef.Arg out_arg = 5;List<? extends ApiDef.ArgOrBuilder>getOutArgOrBuilderList()repeated .tensorflow.ApiDef.Arg out_arg = 5;StringgetSummary()One-line human-readable description of what the Op does.org.nd4j.shade.protobuf.ByteStringgetSummaryBytes()One-line human-readable description of what the Op does.ApiDef.VisibilitygetVisibility().tensorflow.ApiDef.Visibility visibility = 2;intgetVisibilityValue().tensorflow.ApiDef.Visibility visibility = 2;-
Methods inherited from interface org.nd4j.shade.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getGraphOpName
String getGraphOpName()
Name of the op (in the OpDef) to specify the API for.
string graph_op_name = 1;- Returns:
- The graphOpName.
-
getGraphOpNameBytes
org.nd4j.shade.protobuf.ByteString getGraphOpNameBytes()
Name of the op (in the OpDef) to specify the API for.
string graph_op_name = 1;- Returns:
- The bytes for graphOpName.
-
getVisibilityValue
int getVisibilityValue()
.tensorflow.ApiDef.Visibility visibility = 2;- Returns:
- The enum numeric value on the wire for visibility.
-
getVisibility
ApiDef.Visibility getVisibility()
.tensorflow.ApiDef.Visibility visibility = 2;- Returns:
- The visibility.
-
getEndpointList
List<ApiDef.Endpoint> getEndpointList()
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
-
getEndpoint
ApiDef.Endpoint getEndpoint(int index)
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
-
getEndpointCount
int getEndpointCount()
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
-
getEndpointOrBuilderList
List<? extends ApiDef.EndpointOrBuilder> getEndpointOrBuilderList()
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
-
getEndpointOrBuilder
ApiDef.EndpointOrBuilder getEndpointOrBuilder(int index)
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
-
getInArgList
List<ApiDef.Arg> getInArgList()
repeated .tensorflow.ApiDef.Arg in_arg = 4;
-
getInArg
ApiDef.Arg getInArg(int index)
repeated .tensorflow.ApiDef.Arg in_arg = 4;
-
getInArgCount
int getInArgCount()
repeated .tensorflow.ApiDef.Arg in_arg = 4;
-
getInArgOrBuilderList
List<? extends ApiDef.ArgOrBuilder> getInArgOrBuilderList()
repeated .tensorflow.ApiDef.Arg in_arg = 4;
-
getInArgOrBuilder
ApiDef.ArgOrBuilder getInArgOrBuilder(int index)
repeated .tensorflow.ApiDef.Arg in_arg = 4;
-
getOutArgList
List<ApiDef.Arg> getOutArgList()
repeated .tensorflow.ApiDef.Arg out_arg = 5;
-
getOutArg
ApiDef.Arg getOutArg(int index)
repeated .tensorflow.ApiDef.Arg out_arg = 5;
-
getOutArgCount
int getOutArgCount()
repeated .tensorflow.ApiDef.Arg out_arg = 5;
-
getOutArgOrBuilderList
List<? extends ApiDef.ArgOrBuilder> getOutArgOrBuilderList()
repeated .tensorflow.ApiDef.Arg out_arg = 5;
-
getOutArgOrBuilder
ApiDef.ArgOrBuilder getOutArgOrBuilder(int index)
repeated .tensorflow.ApiDef.Arg out_arg = 5;
-
getArgOrderList
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;- Returns:
- A list containing the argOrder.
-
getArgOrderCount
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;- Returns:
- The count of argOrder.
-
getArgOrder
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;- Parameters:
index- The index of the element to return.- Returns:
- The argOrder at the given index.
-
getArgOrderBytes
org.nd4j.shade.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;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the argOrder at the given index.
-
getAttrList
List<ApiDef.Attr> getAttrList()
repeated .tensorflow.ApiDef.Attr attr = 6;
-
getAttr
ApiDef.Attr getAttr(int index)
repeated .tensorflow.ApiDef.Attr attr = 6;
-
getAttrCount
int getAttrCount()
repeated .tensorflow.ApiDef.Attr attr = 6;
-
getAttrOrBuilderList
List<? extends ApiDef.AttrOrBuilder> getAttrOrBuilderList()
repeated .tensorflow.ApiDef.Attr attr = 6;
-
getAttrOrBuilder
ApiDef.AttrOrBuilder getAttrOrBuilder(int index)
repeated .tensorflow.ApiDef.Attr attr = 6;
-
getSummary
String getSummary()
One-line human-readable description of what the Op does.
string summary = 7;- Returns:
- The summary.
-
getSummaryBytes
org.nd4j.shade.protobuf.ByteString getSummaryBytes()
One-line human-readable description of what the Op does.
string summary = 7;- Returns:
- The bytes for summary.
-
getDescription
String getDescription()
Additional, longer human-readable description of what the Op does.
string description = 8;- Returns:
- The description.
-
getDescriptionBytes
org.nd4j.shade.protobuf.ByteString getDescriptionBytes()
Additional, longer human-readable description of what the Op does.
string description = 8;- Returns:
- The bytes for description.
-
getDescriptionPrefix
String getDescriptionPrefix()
Modify an existing/inherited description by adding text to the beginning or end.
string description_prefix = 9;- Returns:
- The descriptionPrefix.
-
getDescriptionPrefixBytes
org.nd4j.shade.protobuf.ByteString getDescriptionPrefixBytes()
Modify an existing/inherited description by adding text to the beginning or end.
string description_prefix = 9;- Returns:
- The bytes for descriptionPrefix.
-
getDescriptionSuffix
String getDescriptionSuffix()
string description_suffix = 10;- Returns:
- The descriptionSuffix.
-
getDescriptionSuffixBytes
org.nd4j.shade.protobuf.ByteString getDescriptionSuffixBytes()
string description_suffix = 10;- Returns:
- The bytes for descriptionSuffix.
-
-