public final class
SavedBareConcreteFunction
Protobuf type tensorflow.SavedBareConcreteFunction
Nested Classes
class | SavedBareConcreteFunction.Builder | Protobuf type tensorflow.SavedBareConcreteFunction
|
Constants
int | ALLOWED_POSITIONAL_ARGUMENTS_FIELD_NUMBER | |
int | ARGUMENT_KEYWORDS_FIELD_NUMBER | |
int | CONCRETE_FUNCTION_NAME_FIELD_NUMBER | |
int | FUNCTION_SPEC_FIELD_NUMBER |
Public Methods
boolean |
equals(Object obj)
|
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. |
com.google.protobuf.ProtocolStringList |
getArgumentKeywordsList()
A sequence of unique strings, one per Tensor argument. |
String |
getConcreteFunctionName()
Identifies a SavedConcreteFunction. |
com.google.protobuf.ByteString |
getConcreteFunctionNameBytes()
Identifies a SavedConcreteFunction. |
static SavedBareConcreteFunction | |
SavedBareConcreteFunction | |
final static com.google.protobuf.Descriptors.Descriptor | |
FunctionSpec |
getFunctionSpec()
The spec of the function that this ConcreteFunction is traced from. |
FunctionSpecOrBuilder |
getFunctionSpecOrBuilder()
The spec of the function that this ConcreteFunction is traced from. |
|
|
int | |
final com.google.protobuf.UnknownFieldSet | |
boolean |
hasFunctionSpec()
The spec of the function that this ConcreteFunction is traced from. |
int |
hashCode()
|
final boolean | |
static SavedBareConcreteFunction.Builder |
newBuilder(SavedBareConcreteFunction prototype)
|
static SavedBareConcreteFunction.Builder | |
SavedBareConcreteFunction.Builder | |
static SavedBareConcreteFunction |
parseDelimitedFrom(InputStream input)
|
static SavedBareConcreteFunction |
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static SavedBareConcreteFunction |
parseFrom(ByteBuffer data)
|
static SavedBareConcreteFunction |
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static SavedBareConcreteFunction |
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static SavedBareConcreteFunction |
parseFrom(com.google.protobuf.CodedInputStream input)
|
static SavedBareConcreteFunction |
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static SavedBareConcreteFunction |
parseFrom(com.google.protobuf.ByteString data)
|
static SavedBareConcreteFunction |
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static SavedBareConcreteFunction |
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static
|
parser()
|
SavedBareConcreteFunction.Builder | |
void |
writeTo(com.google.protobuf.CodedOutputStream output)
|
Inherited Methods
Constants
public static final int ALLOWED_POSITIONAL_ARGUMENTS_FIELD_NUMBER
Constant Value:
3
public static final int ARGUMENT_KEYWORDS_FIELD_NUMBER
Constant Value:
2
public static final int CONCRETE_FUNCTION_NAME_FIELD_NUMBER
Constant Value:
1
public static final int FUNCTION_SPEC_FIELD_NUMBER
Constant Value:
4
Public Methods
public boolean equals (Object obj)
public long getAllowedPositionalArguments ()
The prefix of `argument_keywords` which may be identified by position.
int64 allowed_positional_arguments = 3;
public String getArgumentKeywords (int index)
A sequence of unique strings, one per Tensor argument.
repeated string argument_keywords = 2;
public com.google.protobuf.ByteString getArgumentKeywordsBytes (int index)
A sequence of unique strings, one per Tensor argument.
repeated string argument_keywords = 2;
public int getArgumentKeywordsCount ()
A sequence of unique strings, one per Tensor argument.
repeated string argument_keywords = 2;
public com.google.protobuf.ProtocolStringList getArgumentKeywordsList ()
A sequence of unique strings, one per Tensor argument.
repeated string argument_keywords = 2;
public String getConcreteFunctionName ()
Identifies a SavedConcreteFunction.
string concrete_function_name = 1;
public com.google.protobuf.ByteString getConcreteFunctionNameBytes ()
Identifies a SavedConcreteFunction.
string concrete_function_name = 1;
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public FunctionSpec getFunctionSpec ()
The spec of the function that this ConcreteFunction is traced from. This allows the ConcreteFunction to be called with nest structure inputs. This field may not be populated. If this field is absent, the concrete function can only be called with flat inputs. TODO(b/169361281): support calling saved ConcreteFunction with structured inputs in C++ SavedModel API.
.tensorflow.FunctionSpec function_spec = 4;
public FunctionSpecOrBuilder getFunctionSpecOrBuilder ()
The spec of the function that this ConcreteFunction is traced from. This allows the ConcreteFunction to be called with nest structure inputs. This field may not be populated. If this field is absent, the concrete function can only be called with flat inputs. TODO(b/169361281): support calling saved ConcreteFunction with structured inputs in C++ SavedModel API.
.tensorflow.FunctionSpec function_spec = 4;
public
getParserForType
()
public int getSerializedSize ()
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public boolean hasFunctionSpec ()
The spec of the function that this ConcreteFunction is traced from. This allows the ConcreteFunction to be called with nest structure inputs. This field may not be populated. If this field is absent, the concrete function can only be called with flat inputs. TODO(b/169361281): support calling saved ConcreteFunction with structured inputs in C++ SavedModel API.
.tensorflow.FunctionSpec function_spec = 4;
public int hashCode ()
public final boolean isInitialized ()
public static SavedBareConcreteFunction parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static SavedBareConcreteFunction parseFrom (ByteBuffer data)
Throws
InvalidProtocolBufferException |
---|
public static SavedBareConcreteFunction parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static SavedBareConcreteFunction parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static SavedBareConcreteFunction parseFrom (com.google.protobuf.CodedInputStream input)
Throws
IOException |
---|
public static SavedBareConcreteFunction parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static SavedBareConcreteFunction parseFrom (com.google.protobuf.ByteString data)
Throws
InvalidProtocolBufferException |
---|
public static SavedBareConcreteFunction parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static SavedBareConcreteFunction parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public
static
parser
()
public void writeTo (com.google.protobuf.CodedOutputStream output)
Throws
IOException |
---|