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

Public static final FunctionSpec.ExperimentalCompile DEFAULT

DEFAULT = 0;

FunctionSpec.ExperimentalCompile final estática pública OFF

OFF = 2;

FunctionSpec.ExperimentalCompile final estática pública ON

ON = 1;

Public static final FunctionSpec.ExperimentalCompile NO RECONOCIDO

Constantes

public static final int DEFAULT_VALUE

DEFAULT = 0;

Valor constante: 0

public static final int OFF_VALUE

OFF = 2;

Valor constante: 2

public static final int ON_VALUE

ON = 1;

Valor constante: 1