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.
|
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.
|
List<String> |
getArgumentKeywordsList()
A sequence of unique strings, one per Tensor argument.
|
String |
getConcreteFunctionName()
Identifies a SavedConcreteFunction.
|
com.google.protobuf.ByteString |
getConcreteFunctionNameBytes()
Identifies a SavedConcreteFunction.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getConcreteFunctionName()
Identifies a SavedConcreteFunction.
string concrete_function_name = 1;
com.google.protobuf.ByteString getConcreteFunctionNameBytes()
Identifies a SavedConcreteFunction.
string concrete_function_name = 1;
List<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;
String getArgumentKeywords(int index)
A sequence of unique strings, one per Tensor argument.
repeated string argument_keywords = 2;
com.google.protobuf.ByteString getArgumentKeywordsBytes(int index)
A sequence of unique strings, one per Tensor argument.
repeated string argument_keywords = 2;
long getAllowedPositionalArguments()
The prefix of `argument_keywords` which may be identified by position.
int64 allowed_positional_arguments = 3;
Copyright © 2015–2019. All rights reserved.