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
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