public final class
SavedFunction
A function with multiple signatures, possibly with non-Tensor arguments.
tensorflow.SavedFunction
Nested Classes
class | SavedFunction.Builder | A function with multiple signatures, possibly with non-Tensor arguments. |
Constants
int | CONCRETE_FUNCTIONS_FIELD_NUMBER | |
int | FUNCTION_SPEC_FIELD_NUMBER |
Public Methods
boolean |
equals(Object obj)
|
String |
getConcreteFunctions(int index)
repeated string concrete_functions = 1;
|
com.google.protobuf.ByteString |
getConcreteFunctionsBytes(int index)
repeated string concrete_functions = 1;
|
int |
getConcreteFunctionsCount()
repeated string concrete_functions = 1;
|
com.google.protobuf.ProtocolStringList |
getConcreteFunctionsList()
repeated string concrete_functions = 1;
|
static SavedFunction | |
SavedFunction | |
final static com.google.protobuf.Descriptors.Descriptor | |
FunctionSpec |
getFunctionSpec()
.tensorflow.FunctionSpec function_spec = 2;
|
FunctionSpecOrBuilder |
getFunctionSpecOrBuilder()
.tensorflow.FunctionSpec function_spec = 2;
|
|
|
int | |
final com.google.protobuf.UnknownFieldSet | |
boolean |
hasFunctionSpec()
.tensorflow.FunctionSpec function_spec = 2;
|
int |
hashCode()
|
final boolean | |
static SavedFunction.Builder |
newBuilder(SavedFunction prototype)
|
static SavedFunction.Builder | |
SavedFunction.Builder | |
static SavedFunction |
parseDelimitedFrom(InputStream input)
|
static SavedFunction |
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static SavedFunction |
parseFrom(ByteBuffer data)
|
static SavedFunction |
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static SavedFunction |
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static SavedFunction |
parseFrom(com.google.protobuf.CodedInputStream input)
|
static SavedFunction |
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static SavedFunction |
parseFrom(com.google.protobuf.ByteString data)
|
static SavedFunction |
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static SavedFunction |
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static
|
parser()
|
SavedFunction.Builder | |
void |
writeTo(com.google.protobuf.CodedOutputStream output)
|
Inherited Methods
Constants
public static final int CONCRETE_FUNCTIONS_FIELD_NUMBER
Constant Value:
1
public static final int FUNCTION_SPEC_FIELD_NUMBER
Constant Value:
2
Public Methods
public boolean equals (Object obj)
public String getConcreteFunctions (int index)
repeated string concrete_functions = 1;
public com.google.protobuf.ByteString getConcreteFunctionsBytes (int index)
repeated string concrete_functions = 1;
public int getConcreteFunctionsCount ()
repeated string concrete_functions = 1;
public com.google.protobuf.ProtocolStringList getConcreteFunctionsList ()
repeated string concrete_functions = 1;
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public FunctionSpecOrBuilder getFunctionSpecOrBuilder ()
.tensorflow.FunctionSpec function_spec = 2;
public
getParserForType
()
public int getSerializedSize ()
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public boolean hasFunctionSpec ()
.tensorflow.FunctionSpec function_spec = 2;
public int hashCode ()
public final boolean isInitialized ()
public static SavedFunction parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static SavedFunction parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static SavedFunction parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static SavedFunction parseFrom (com.google.protobuf.CodedInputStream input)
Throws
IOException |
---|
public static SavedFunction parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static SavedFunction parseFrom (com.google.protobuf.ByteString data)
Throws
InvalidProtocolBufferException |
---|
public static SavedFunction parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static SavedFunction 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 |
---|