public static interface SavedObjectGraphOuterClass.SavedBareConcreteFunctionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getAllowedPositionalArguments()
The prefix of `argument_keywords` which may be identified by position.
|
java.lang.String |
getArgumentKeywords(int index)
A sequence of unique strings, one per Tensor argument.
|
com.google.protobuf.ByteString |
getArgumentKeywordsBytes(int index)
A sequence of unique strings, one per Tensor argument.
|
int |
getArgumentKeywordsCount()
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.String |
getConcreteFunctionName()
Identifies a SavedConcreteFunction.
|
com.google.protobuf.ByteString |
getConcreteFunctionNameBytes()
Identifies a SavedConcreteFunction.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getConcreteFunctionName()
Identifies a SavedConcreteFunction.
string concrete_function_name = 1;com.google.protobuf.ByteString getConcreteFunctionNameBytes()
Identifies a SavedConcreteFunction.
string concrete_function_name = 1;java.util.List<java.lang.String> getArgumentKeywordsList()
A sequence of unique strings, one per Tensor argument.
repeated string argument_keywords = 2;int getArgumentKeywordsCount()
A sequence of unique strings, one per Tensor argument.
repeated string argument_keywords = 2;java.lang.String getArgumentKeywords(int index)
A sequence of unique strings, one per Tensor argument.
repeated string argument_keywords = 2;index - The index of the element to return.com.google.protobuf.ByteString getArgumentKeywordsBytes(int index)
A sequence of unique strings, one per Tensor argument.
repeated string argument_keywords = 2;index - The index of the value to return.long getAllowedPositionalArguments()
The prefix of `argument_keywords` which may be identified by position.
int64 allowed_positional_arguments = 3;