FunctionSpec.ExperimentalCompile

enumerazione finale statica pubblica FunctionSpec.ExperimentalCompile

 Whether the function should be compiled by XLA.
 The public interface to tf.function uses an optional boolean to
 represent three distinct states for this field.  Unfortunately, proto3
 removes the ability to explicitly check for the presence or absence of a
 field, so we instead map to an enum.
 See tf.function for details.
 
Protobuf enum tensorflow.FunctionSpec.ExperimentalCompile

Costanti

int VALORE DI DEFAULT DEFAULT = 0;
int OFF_VALORE OFF = 2;
int ON_VALUE ON = 1;

Metodi ereditati

Valori di enumerazione

public static final FunctionSpec.ExperimentalCompile DEFAULT

DEFAULT = 0;

public static final FunctionSpec.ExperimentalCompile OFF

OFF = 2;

public static final FunctionSpec.ExperimentalCompile ON

ON = 1;

public static final FunctionSpec.ExperimentalCompile NON RICONOSCIUTO

Costanti

public static final int DEFAULT_VALUE

DEFAULT = 0;

Valore costante: 0

public static final int OFF_VALUE

OFF = 2;

Valore costante: 2

pubblico statico finale int ON_VALUE

ON = 1;

Valore costante: 1