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 | hashCode () |
| final booleano | |
| static SavedFunction.Builder | newBuilder (protótipo SavedFunction ) |
| static SavedFunction.Builder | newBuilder () |
| 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 | analisador () |
| SavedFunction.Builder | toBuilder () |
| 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 final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
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 parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
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 void writeTo (saída com.google.protobuf.CodedOutputStream)
Lança
| IOException |
|---|