FunctionSpec.ExperimentalCompile

enumeración final estática pública 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 enumeración tensorflow.FunctionSpec.ExperimentalCompile

Constantes

En t VALOR POR DEFECTO DEFAULT = 0;
En t OFF_VALUE OFF = 2;
En t 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