SavedFunction

classe final pública SavedFunction

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

Classes aninhadas

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

Constantes

interno CONCRETE_FUNCTIONS_FIELD_NUMBER
interno FUNCTION_SPEC_FIELD_NUMBER

Métodos Públicos

boleano
é igual (objeto obj)
Corda
getConcreteFunctions (índice interno)
repeated string concrete_functions = 1;
com.google.protobuf.ByteString
getConcreteFunctionsBytes (índice interno)
repeated string concrete_functions = 1;
interno
getConcreteFunctionsCount ()
repeated string concrete_functions = 1;
com.google.protobuf.ProtocolStringList
getConcreteFunctionsList ()
repeated string concrete_functions = 1;
função salva estática
Função salva
final estático com.google.protobuf.Descriptors.Descriptor
FunçãoSpec
getFunctionSpec ()
.tensorflow.FunctionSpec function_spec = 2;
FunctionSpecOrBuilder
getFunctionSpecOrBuilder ()
.tensorflow.FunctionSpec function_spec = 2;
interno
final com.google.protobuf.UnknownFieldSet
boleano
hasFunctionSpec ()
.tensorflow.FunctionSpec function_spec = 2;
interno
booleano final
SavedFunction.Builder estático
newBuilder (protótipo SavedFunction )
SavedFunction.Builder estático
SavedFunction.Builder
função salva estática
parseDelimitedFrom (entrada InputStream)
função salva estática
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
função salva estática
parseFrom (dados de ByteBuffer)
função salva estática
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
função salva estática
parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
função salva estática
parseFrom (entrada com.google.protobuf.CodedInputStream)
função salva estática
parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
função salva estática
parseFrom (dados com.google.protobuf.ByteString)
função salva estática
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
função salva estática
parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
SavedFunction.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

público estático final int CONCRETE_FUNCTIONS_FIELD_NUMBER

Valor Constante: 1

público estático final int FUNCTION_SPEC_FIELD_NUMBER

Valor Constante: 2

Métodos Públicos

booleano público é igual (Object obj)

string pública getConcreteFunctions (índice int)

repeated string concrete_functions = 1;

público com.google.protobuf.ByteString getConcreteFunctionsBytes (índice int)

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 ()

função salva pública getDefaultInstanceForType ()

final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public FunctionSpec getFunctionSpec ()

.tensorflow.FunctionSpec function_spec = 2;

função públicaSpecOrBuildergetFunctionSpecOrBuilder ()

.tensorflow.FunctionSpec function_spec = 2;

público getParserForType ()

público int getSerializedSize ()

final público com.google.protobuf.UnknownFieldSet getUnknownFields ()

hasFunctionSpec booleano público ()

.tensorflow.FunctionSpec function_spec = 2;

hashCode int público ()

público final booleano isInitialized ()

public static SavedFunction.Builder newBuilder ( protótipo SavedFunction )

público estático SavedFunction.Builder newBuilder ()

público SavedFunction.Builder newBuilderForType ()

public static SavedFunction parseDelimitedFrom (entrada InputStream)

Lança
IOException

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

Lança
IOException

public static SavedFunction parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

public static SavedFunction parseFrom (dados com.google.protobuf.ByteString, 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