FunctionSpec.ExperimentalCompile

publiczne statyczne wyliczenie końcowe 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

Stałe

wew DOMYŚLNA WARTOŚĆ DEFAULT = 0;
wew WYŁ_WARTOŚĆ OFF = 2;
wew ON_VALUE ON = 1;

Metody dziedziczone

Wartości wyliczeniowe

public static final Specyfikacja funkcji.ExperimentalCompile DEFAULT

DEFAULT = 0;

public static final FunctionSpec.ExperimentalCompile WYŁ

OFF = 2;

public static final FunctionSpec.ExperimentalCompile ON

ON = 1;

public static final FunctionSpec.ExperimentalCompile NIEROZPOZNANY

Stałe

publiczny statyczny końcowy int DEFAULT_VALUE

DEFAULT = 0;

Wartość stała: 0

publiczny statyczny końcowy int OFF_VALUE

OFF = 2;

Wartość stała: 2

publiczny statyczny końcowy int ON_VALUE

ON = 1;

Wartość stała: 1