FunctionSpec

FunctionSpec de clase final pública

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

Clases anidadas

clase FunctionSpec.Builder
 Represents `FunctionSpec` used in `Function`. 
enumeración FunctionSpec.ExperimentalCompile
 Whether the function should be compiled by XLA. 

Constantes

En t EXPERIMENTAL_COMPILE_FIELD_NUMBER
En t FULLARGSPEC_FIELD_NUMBER
En t INPUT_SIGNATURE_FIELD_NUMBER
En t IS_METHOD_FIELD_NUMBER

Métodos públicos

booleano
es igual a (Objeto obj)
FunctionSpec estática
FunctionSpec
com.google.protobuf.Descriptors.Descriptor estático final
FunctionSpec.ExperimentalCompile
getExperimentalCompile ()
.tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6;
En t
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.
booleano
getIsMethod ()
 Whether this represents a class method.
En t
final com.google.protobuf.UnknownFieldSet
booleano
hasFullargspec ()
 Full arg spec from inspect.getfullargspec().
booleano
hasInputSignature ()
 The input signature, if specified.
En t
booleano final
estático FunctionSpec.Builder
newBuilder (prototipo FunctionSpec )
estático FunctionSpec.Builder
FunctionSpec.Builder
FunctionSpec estática
parseDelimitedFrom (entrada InputStream)
FunctionSpec estática
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
FunctionSpec estática
parseFrom (datos ByteBuffer)
FunctionSpec estática
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
FunctionSpec estática
parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
FunctionSpec estática
parseFrom (entrada com.google.protobuf.CodedInputStream)
FunctionSpec estática
parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
FunctionSpec estática
parseFrom (datos com.google.protobuf.ByteString)
FunctionSpec estática
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
FunctionSpec estática
parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
FunctionSpec.Builder
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

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

público estático final int IS_METHOD_FIELD_NUMBER

Valor constante: 2

Métodos públicos

public boolean es igual a (Object obj)

FunctionSpec estática pública getDefaultInstance ()

public FunctionSpec getDefaultInstanceForType ()

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

getIsMethod booleano público ()

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

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

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

public FunctionSpec.Builder newBuilderForType ()

public static FunctionSpec parseDelimitedFrom (entrada InputStream)

Lanza
IOException

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

Lanza
IOException

público estático FunctionSpec parseFrom (ByteBuffer datos)

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

público estático FunctionSpec parseFrom (ByteBuffer datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

FunctionSpec estática pública parseFrom (entrada com.google.protobuf.CodedInputStream)

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

FunctionSpec estática pública parseFrom (datos de com.google.protobuf.ByteString)

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

público estático FunctionSpec parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

público estático analizador ()

public FunctionSpec.Builder toBuilder ()

public void writeTo (salida de com.google.protobuf.CodedOutputStream)

Lanza
IOException