enumeración final estática pública 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
entero | DEFAULT_VALUE | DEFAULT = 0; |
entero | OFF_VALUE | OFF = 2; |
entero | ON_VALUE | ON = 1; |
Métodos heredados
Valores de enumeración
Función final estática públicaSpec.ExperimentalCompile DEFAULT
DEFAULT = 0;
Función final estática públicaSpec.ExperimentalCompile APAGADO
OFF = 2;
Función final estática públicaSpec.ExperimentalCompile ON
ON = 1;
Función final estática públicaSpec.ExperimentalCompile NO RECONOCIDO
Constantes
int final estático público DEFAULT_VALUE
DEFAULT = 0;
Valor constante: 0
int final estático público OFF_VALUE
OFF = 2;
Valor constante: 2
int final estático público ON_VALUE
ON = 1;
Valor constante: 1