FunctionSpec

classe finale publique FunctionSpec

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

Classes imbriquées

classe FunctionSpec.Builder
 Represents `FunctionSpec` used in `Function`. 
énumération 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éthodes publiques

booléen
est égal (Obj objet)
Spécification de fonction statique
FonctionSpec
final statique com.google.protobuf.Descriptors.Descriptor
FunctionSpec.ExperimentalCompile
getExperimentalCompile ()
.tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6;
int
getExperimentalCompileValue ()
.tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6;
Valeur structurée
getFullargspec ()
 Full arg spec from inspect.getfullargspec().
StructuredValueOrBuilder
getFullargspecOrBuilder ()
 Full arg spec from inspect.getfullargspec().
Valeur structurée
getInputSignature ()
 The input signature, if specified.
StructuredValueOrBuilder
getInputSignatureOrBuilder ()
 The input signature, if specified.
booléen
getIsMethod ()
 Whether this represents a class method.
int
final com.google.protobuf.UnknownFieldSet
booléen
hasFullargspec ()
 Full arg spec from inspect.getfullargspec().
booléen
hasInputSignature ()
 The input signature, if specified.
int
booléen final
FunctionSpec.Builder statique
newBuilder (prototype FunctionSpec )
FunctionSpec.Builder statique
FunctionSpec.Builder
Spécification de fonction statique
parseDelimitedFrom (entrée InputStream)
Spécification de fonction statique
parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Spécification de fonction statique
parseFrom (données ByteBuffer)
Spécification de fonction statique
parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Spécification de fonction statique
parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Spécification de fonction statique
parseFrom (entrée com.google.protobuf.CodedInputStream)
Spécification de fonction statique
parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Spécification de fonction statique
parseFrom (données com.google.protobuf.ByteString)
Spécification de fonction statique
parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Spécification de fonction statique
parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statique
FunctionSpec.Builder
vide
writeTo (sortie com.google.protobuf.CodedOutputStream)

Méthodes héritées

Constantes

public statique final int EXPERIMENTAL_COMPILE_FIELD_NUMBER

Valeur constante : 6

public statique final int FULLARGSPEC_FIELD_NUMBER

Valeur constante : 1

public statique final int INPUT_SIGNATURE_FIELD_NUMBER

Valeur constante : 5

public statique final int IS_METHOD_FIELD_NUMBER

Valeur constante : 2

Méthodes publiques

public booléen égal (Objet obj)

FunctionSpec public statique getDefaultInstance ()

public FunctionSpec getDefaultInstanceForType ()

public statique 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 booléen getIsMethod ()

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

publique getParserForType ()

public int getSerializedSize ()

public final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public booléen hasFullargspec ()

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

public booléen hasInputSignature ()

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

code de hachage int public ()

public final booléen isInitialized ()

public static FunctionSpec.Builder newBuilder (prototype FunctionSpec )

public statique FunctionSpec.Builder newBuilder ()

public FunctionSpec.Builder newBuilderForType ()

public static FunctionSpec parseDelimitedFrom (entrée InputStream)

Jetés
IOException

public static FunctionSpec parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public static FunctionSpec parseFrom (données ByteBuffer)

Jetés
InvalidProtocolBufferException

public static FunctionSpec parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public static FunctionSpec parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public static FunctionSpec parseFrom (entrée com.google.protobuf.CodedInputStream)

Jetés
IOException

public static FunctionSpec parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public static FunctionSpec parseFrom (données com.google.protobuf.ByteString)

Jetés
InvalidProtocolBufferException

public static FunctionSpec parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public static FunctionSpec parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public statique analyseur ()

public FunctionSpec.Builder toBuilder ()

public void writeTo (sortie com.google.protobuf.CodedOutputStream)

Jetés
IOException