FunctionSpec

classe final pública FunctionSpec

 Represents `FunctionSpec` used in `Function`. This represents a
 function that has been wrapped as a TensorFlow `Function`.
 
Protobuf tipo tensorflow.FunctionSpec

Classes aninhadas

aula FunçãoSpec.Builder
 Represents `FunctionSpec` used in `Function`. 
enumeração FunctionSpec.ExperimentalCompile
 Whether the function should be compiled by XLA. 

Constantes

interno EXPERIMENTAL_COMPILE_FIELD_NUMBER
interno FULLARGSPEC_FIELD_NUMBER
interno INPUT_SIGNATURE_FIELD_NUMBER
interno IS_METHOD_FIELD_NUMBER

Métodos Públicos

boleano
é igual (objeto obj)
FunctionSpec estática
FunçãoSpec
final estático com.google.protobuf.Descriptors.Descriptor
FunctionSpec.ExperimentalCompile
getExperimentalCompile ()
.tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6;
interno
getExperimentalCompileValue ()
.tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6;
Valor Estruturado
getFullargspec ()
 Full arg spec from inspect.getfullargspec().
StructuredValueOrBuilder
getFullargspecOrBuilder ()
 Full arg spec from inspect.getfullargspec().
Valor Estruturado
getInputSignature ()
 The input signature, if specified.
StructuredValueOrBuilder
getInputSignatureOrBuilder ()
 The input signature, if specified.
boleano
getIsMethod ()
 Whether this represents a class method.
interno
final com.google.protobuf.UnknownFieldSet
boleano
hasFullargspec ()
 Full arg spec from inspect.getfullargspec().
boleano
hasInputSignature ()
 The input signature, if specified.
interno
booleano final
FunctionSpec.Builder estático
newBuilder (protótipo FunctionSpec )
FunctionSpec.Builder estático
FunçãoSpec.Builder
FunctionSpec estática
parseDelimitedFrom (entrada InputStream)
FunctionSpec estática
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
FunctionSpec estática
parseFrom (dados de ByteBuffer)
FunctionSpec estática
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
FunctionSpec estática
parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
FunctionSpec estática
parseFrom (entrada com.google.protobuf.CodedInputStream)
FunctionSpec estática
parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
FunctionSpec estática
parseFrom (dados com.google.protobuf.ByteString)
FunctionSpec estática
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
FunctionSpec estática
parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
FunçãoSpec.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

público estático final int EXPERIMENTAL_COMPILE_FIELD_NUMBER

Valor Constante: 6

público estático final int FULLARGSPEC_FIELD_NUMBER

Valor Constante: 1

público estático final int INPUT_SIGNATURE_FIELD_NUMBER

Valor Constante: 5

público estático final int IS_METHOD_FIELD_NUMBER

Valor Constante: 2

Métodos Públicos

booleano público é igual (Object obj)

função estática pública getDefaultInstance ()

public FunctionSpec getDefaultInstanceForType ()

final estático público 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;

getIsMethod booleano público ()

 Whether this represents a class method.
 
bool is_method = 2;

público getParserForType ()

público int getSerializedSize ()

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

hasFullargspec booleano público ()

 Full arg spec from inspect.getfullargspec().
 
.tensorflow.StructuredValue fullargspec = 1;

hasInputSignature booleano público ()

 The input signature, if specified.
 
.tensorflow.StructuredValue input_signature = 5;

hashCode int público ()

público final booleano isInitialized ()

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

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

função públicaSpec.Builder newBuilderForType ()

public static FunctionSpec parseDelimitedFrom (entrada InputStream)

Lança
IOException

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

Lança
IOException

public static FunctionSpec parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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