SavedFunction

public final class SavedFunction

 A function with multiple signatures, possibly with non-Tensor arguments.
 
tensorflow.SavedFunction tipo tensorflow.SavedFunction

Classes aninhadas

aula SavedFunction.Builder
 A function with multiple signatures, possibly with non-Tensor arguments. 

Constantes

int CONCRETE_FUNCTIONS_FIELD_NUMBER
int FUNCTION_SPEC_FIELD_NUMBER

Métodos Públicos

boleano
igual a (objeto obj)
Fragmento
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;
SavedFunction estático
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
boleano
hasFunctionSpec ()
.tensorflow.FunctionSpec function_spec = 2;
int
final booleano
static SavedFunction.Builder
newBuilder (protótipo SavedFunction )
static SavedFunction.Builder
SavedFunction.Builder
SavedFunction estático
parseDelimitedFrom (input InputStream)
SavedFunction estático
parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SavedFunction estático
parseFrom (dados ByteBuffer)
SavedFunction estático
parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SavedFunction estático
parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SavedFunction estático
parseFrom (com.google.protobuf.CodedInputStream input)
SavedFunction estático
parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SavedFunction estático
parseFrom (com.google.protobuf.ByteString data)
SavedFunction estático
parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SavedFunction estático
parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
SavedFunction.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

public static final int CONCRETE_FUNCTIONS_FIELD_NUMBER

Valor Constante: 1

public static final int FUNCTION_SPEC_FIELD_NUMBER

Valor constante: 2

Métodos Públicos

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;

público 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 (protótipo SavedFunction )

public static SavedFunction.Builder newBuilder ()

public SavedFunction.Builder newBuilderForType ()

public static SavedFunction parseDelimitedFrom (InputStream input)

Lança
IOException

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

Lança
IOException

public static SavedFunction parseFrom (dados de ByteBuffer)

Lança
InvalidProtocolBufferException

public static SavedFunction parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static SavedFunction parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

public static SavedFunction parseFrom (com.google.protobuf.CodedInputStream input)

Lança
IOException

public static SavedFunction parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

public static SavedFunction parseFrom (com.google.protobuf.ByteString data)

Lança
InvalidProtocolBufferException

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

Lança
IOException

public static SavedFunction parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

estática pública analisador ()

public SavedFunction.Builder toBuilder ()

public void writeTo (saída com.google.protobuf.CodedOutputStream)

Lança
IOException