classe final pública FunctionSpec
Represents `FunctionSpec` used in `Function`. This represents a function that has been wrapped as a TensorFlow `Function`.
tensorflow.FunctionSpec tipo tensorflow.FunctionSpec Classes aninhadas
| aula | FunctionSpec.Builder | Represents `FunctionSpec` used in `Function`. | |
| enum | FunctionSpec.ExperimentalCompile | Whether the function should be compiled by XLA. | |
Constantes
| int | EXPERIMENTAL_COMPILE_FIELD_NUMBER | |
| int | FULLARGSPEC_FIELD_NUMBER | |
| int | INPUT_SIGNATURE_FIELD_NUMBER | |
| int | IS_METHOD_FIELD_NUMBER |
Métodos Públicos
| boleano | igual a (objeto obj) |
| FunctionSpec estático | |
| FunctionSpec | |
| final static com.google.protobuf.Descriptors.Descriptor | |
| FunctionSpec.ExperimentalCompile | getExperimentalCompile () .tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6; |
| int | getExperimentalCompileValue () .tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6; |
| StructuredValue | getFullargspec () Full arg spec from inspect.getfullargspec(). |
| StructuredValueOrBuilder | getFullargspecOrBuilder () Full arg spec from inspect.getfullargspec(). |
| StructuredValue | getInputSignature () The input signature, if specified. |
| StructuredValueOrBuilder | getInputSignatureOrBuilder () The input signature, if specified. |
| boleano | getIsMethod () Whether this represents a class method. |
| int | |
| final com.google.protobuf.UnknownFieldSet | |
| boleano | hasFullargspec () Full arg spec from inspect.getfullargspec(). |
| boleano | hasInputSignature () The input signature, if specified. |
| int | hashCode () |
| final booleano | |
| static FunctionSpec.Builder | newBuilder (protótipo FunctionSpec ) |
| static FunctionSpec.Builder | newBuilder () |
| FunctionSpec.Builder | |
| FunctionSpec estático | parseDelimitedFrom (input InputStream) |
| estática FunctionSpec | parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| FunctionSpec estático | parseFrom (dados ByteBuffer) |
| estática FunctionSpec | parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| FunctionSpec estático | parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| estática FunctionSpec | parseFrom (com.google.protobuf.CodedInputStream input) |
| FunctionSpec estático | parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| FunctionSpec estático | parseFrom (com.google.protobuf.ByteString data) |
| FunctionSpec estático | parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| estática FunctionSpec | parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| estático | analisador () |
| FunctionSpec.Builder | toBuilder () |
| vazio | writeTo (saída com.google.protobuf.CodedOutputStream) |
Métodos herdados
Constantes
public static final int EXPERIMENTAL_COMPILE_FIELD_NUMBER
Valor constante: 6
public static final int FULLARGSPEC_FIELD_NUMBER
Valor Constante: 1
public static final int INPUT_SIGNATURE_FIELD_NUMBER
Valor constante: 5
public static final int IS_METHOD_FIELD_NUMBER
Valor constante: 2
Métodos Públicos
public boolean equals (Object obj)
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public FunctionSpec.ExperimentalCompile getExperimentalCompile ()
.tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6;
public int getExperimentalCompileValue ()
.tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6;
public StructuredValue getFullargspec ()
Full arg spec from inspect.getfullargspec().
.tensorflow.StructuredValue fullargspec = 1;public StructuredValueOrBuilder getFullargspecOrBuilder ()
Full arg spec from inspect.getfullargspec().
.tensorflow.StructuredValue fullargspec = 1;public StructuredValue getInputSignature ()
The input signature, if specified.
.tensorflow.StructuredValue input_signature = 5;public StructuredValueOrBuilder getInputSignatureOrBuilder ()
The input signature, if specified.
.tensorflow.StructuredValue input_signature = 5;public boolean getIsMethod ()
Whether this represents a class method.
bool is_method = 2; público getParserForType ()
public int getSerializedSize ()
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public boolean hasFullargspec ()
Full arg spec from inspect.getfullargspec().
.tensorflow.StructuredValue fullargspec = 1;public boolean hasInputSignature ()
The input signature, if specified.
.tensorflow.StructuredValue input_signature = 5;public int hashCode ()
public final boolean isInitialized ()
public static FunctionSpec parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static FunctionSpec parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static FunctionSpec parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
public static FunctionSpec parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
public static FunctionSpec parseFrom (com.google.protobuf.ByteString data)
Lança
| InvalidProtocolBufferException |
|---|
public static FunctionSpec parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static FunctionSpec 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 |
|---|