Package tensorflow
Interface SavedObjectGraphOuterClass.SavedBareConcreteFunctionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SavedObjectGraphOuterClass.SavedBareConcreteFunction,SavedObjectGraphOuterClass.SavedBareConcreteFunction.Builder
- Enclosing class:
- SavedObjectGraphOuterClass
public static interface SavedObjectGraphOuterClass.SavedBareConcreteFunctionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and Type Method Description longgetAllowedPositionalArguments()The prefix of `argument_keywords` which may be identified by position.java.lang.StringgetArgumentKeywords(int index)A sequence of unique strings, one per Tensor argument.com.google.protobuf.ByteStringgetArgumentKeywordsBytes(int index)A sequence of unique strings, one per Tensor argument.intgetArgumentKeywordsCount()A sequence of unique strings, one per Tensor argument.java.util.List<java.lang.String>getArgumentKeywordsList()A sequence of unique strings, one per Tensor argument.java.lang.StringgetConcreteFunctionName()Identifies a SavedConcreteFunction.com.google.protobuf.ByteStringgetConcreteFunctionNameBytes()Identifies a SavedConcreteFunction.Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getConcreteFunctionName
java.lang.String getConcreteFunctionName()Identifies a SavedConcreteFunction.
string concrete_function_name = 1;- Returns:
- The concreteFunctionName.
-
getConcreteFunctionNameBytes
com.google.protobuf.ByteString getConcreteFunctionNameBytes()Identifies a SavedConcreteFunction.
string concrete_function_name = 1;- Returns:
- The bytes for concreteFunctionName.
-
getArgumentKeywordsList
java.util.List<java.lang.String> getArgumentKeywordsList()A sequence of unique strings, one per Tensor argument.
repeated string argument_keywords = 2;- Returns:
- A list containing the argumentKeywords.
-
getArgumentKeywordsCount
int getArgumentKeywordsCount()A sequence of unique strings, one per Tensor argument.
repeated string argument_keywords = 2;- Returns:
- The count of argumentKeywords.
-
getArgumentKeywords
java.lang.String getArgumentKeywords(int index)A sequence of unique strings, one per Tensor argument.
repeated string argument_keywords = 2;- Parameters:
index- The index of the element to return.- Returns:
- The argumentKeywords at the given index.
-
getArgumentKeywordsBytes
com.google.protobuf.ByteString getArgumentKeywordsBytes(int index)A sequence of unique strings, one per Tensor argument.
repeated string argument_keywords = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the argumentKeywords at the given index.
-
getAllowedPositionalArguments
long getAllowedPositionalArguments()The prefix of `argument_keywords` which may be identified by position.
int64 allowed_positional_arguments = 3;- Returns:
- The allowedPositionalArguments.
-