enum final estático público FunctionSpec.ExperimentalCompile
Whether the function should be compiled by XLA. The public interface totf.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. Seetf.function
for details.
tensorflow.FunctionSpec.ExperimentalCompile
Constantes
interno | DEFAULT_VALUE | DEFAULT = 0; |
interno | OFF_VALUE | OFF = 2; |
interno | ON_VALUE | ON = 1; |
Métodos herdados
int final | compareTo ( FunctionSpec.ExperimentalCompile arg0) |
interno | compareTo (objeto arg0) |
booleano final | é igual (objeto arg0) |
Classe final< FunctionSpec.ExperimentalCompile > | getDeclaringClass () |
int final | código hash () |
sequência final | nome () |
int final | ordinal () |
Corda | toString () |
estático <T estende Enum<T>> T | valorOf (Classe<T> arg0, String arg1) |
booleano | é igual (objeto arg0) |
aula final<?> | getClass () |
interno | código hash () |
vazio final | notificar () |
vazio final | notificar todos () |
Corda | toString () |
vazio final | espere (long arg0, int arg1) |
vazio final | espere (arg0 longo) |
vazio final | espere () |
abstrato int | compareTo ( FunctionSpec.ExperimentalCompile arg0) |
Valores de Enum
final estático público FunctionSpec.ExperimentalCompile DEFAULT
DEFAULT = 0;
final estático público FunctionSpec.ExperimentalCompile OFF
OFF = 2;
final estático público FunctionSpec.ExperimentalCompile ON
ON = 1;
final estático público FunctionSpec.ExperimentalCompile UNRECOGNIZED
Constantes
público estático final int DEFAULT_VALUE
DEFAULT = 0;
Valor Constante: 0
público estático final int OFF_VALUE
OFF = 2;
Valor Constante: 2
público estático final int ON_VALUE
ON = 1;
Valor Constante: 1