FunctionSpec

classe finale pubblica FunctionSpec

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

Classi nidificate

classe FunctionSpec.Builder
 Represents `FunctionSpec` used in `Function`. 
enum FunctionSpec.ExperimentalCompile
 Whether the function should be compiled by XLA. 

Costanti

int EXPERIMENTAL_COMPILE_FIELD_NUMBER
int FULLARGSPEC_FIELD_NUMBER
int INPUT_SIGNATURE_FIELD_NUMBER
int IS_METHOD_FIELD_NUMBER

Metodi pubblici

booleano
è uguale a (Oggetto oggetto)
Specifica funzione statica
FunzioneSpecifica
com.google.protobuf.Descriptors.Descriptor statico finale
FunctionSpec.ExperimentalCompile
getExperimentalCompile ()
.tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6;
int
getExperimentalCompileValue ()
.tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6;
Valore strutturato
getFullargspec ()
 Full arg spec from inspect.getfullargspec().
ValorestrutturatoOrBuilder
getFullargspecOrBuilder ()
 Full arg spec from inspect.getfullargspec().
Valore strutturato
getInputSignature ()
 The input signature, if specified.
ValorestrutturatoOrBuilder
getInputSignatureOrBuilder ()
 The input signature, if specified.
booleano
getIsMethod ()
 Whether this represents a class method.
int
finale com.google.protobuf.UnknownFieldSet
booleano
hasFullargspec ()
 Full arg spec from inspect.getfullargspec().
booleano
hasInputSignature ()
 The input signature, if specified.
int
booleano finale
FunctionSpec.Builder statico
newBuilder (prototipo FunctionSpec )
FunctionSpec.Builder statico
FunctionSpec.Builder
Specifica funzione statica
parseDelimitedFrom (input InputStream)
Specifica funzione statica
parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Specifica funzione statica
parseFrom (dati ByteBuffer)
Specifica funzione statica
parseFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
Specifica funzione statica
parseFrom (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Specifica funzione statica
parseFrom (ingresso com.google.protobuf.CodedInputStream)
Specifica funzione statica
parseFrom (byte[] dati, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Specifica funzione statica
parseFrom (dati com.google.protobuf.ByteString)
Specifica funzione statica
parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Specifica funzione statica
parseFrom (dati com.google.protobuf.ByteString, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
statico
FunctionSpec.Builder
vuoto
writeTo (output com.google.protobuf.CodedOutputStream)

Metodi ereditati

Costanti

public static final int EXPERIMENTAL_COMPILE_FIELD_NUMBER

Valore costante: 6

public static final int FULLARGSPEC_FIELD_NUMBER

Valore costante: 1

public static final int INPUT_SIGNATURE_FIELD_NUMBER

Valore costante: 5

public static final int IS_METHOD_FIELD_NUMBER

Valore costante: 2

Metodi pubblici

booleano pubblico è uguale a (Oggetto obj)

public static FunctionSpec getDefaultInstance ()

public FunctionSpec getDefaultInstanceForType ()

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;

pubblico booleano getIsMethod ()

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

pubblico getParserForType ()

public int getSerializedSize ()

pubblico finale com.google.protobuf.UnknownFieldSet getUnknownFields ()

hasFullargspec pubblico booleano ()

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

pubblico booleano hasInputSignature ()

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

public int hashCode ()

public final booleano isInitialized ()

public static FunctionSpec.Builder newBuilder (prototipo FunctionSpec )

public static FunctionSpec.Builder newBuilder ()

public FunctionSpec.Builder newBuilderForType ()

public static FunctionSpec parseDelimitedFrom (input InputStream)

Lancia
IOException

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

Lancia
IOException

parseFrom pubblico statico FunctionSpec (dati ByteBuffer)

Lancia
InvalidProtocolBufferException

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

Lancia
IOException

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

Lancia
InvalidProtocolBufferException

parseFrom pubblico statico FunctionSpec (input com.google.protobuf.CodedInputStream)

Lancia
IOException

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

Lancia
InvalidProtocolBufferException

parseFrom pubblico statico FunctionSpec (dati com.google.protobuf.ByteString)

Lancia
InvalidProtocolBufferException

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

Lancia
IOException

public static FunctionSpec parseFrom (dati com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

pubblico statico analizzatore ()

public FunctionSpec.Builder toBuilder ()

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

Lancia
IOException