SavedFunction

public final class SavedFunction

 A function with multiple signatures, possibly with non-Tensor arguments.
 
Protobuf type 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
final boolean
static SavedFunction.Builder
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 SavedFunction getDefaultInstance ()

public SavedFunction getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public FunctionSpec getFunctionSpec ()

.tensorflow.FunctionSpec function_spec = 2;

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.Builder newBuilder (SavedFunction prototype)

public static SavedFunction.Builder newBuilder ()

public SavedFunction.Builder newBuilderForType ()

public static SavedFunction parseDelimitedFrom (InputStream input)

Throws
IOException

public static SavedFunction parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
IOException

public static SavedFunction parseFrom (ByteBuffer data)

Throws
InvalidProtocolBufferException

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 SavedFunction.Builder toBuilder ()

public void writeTo (com.google.protobuf.CodedOutputStream output)

Throws
IOException