FunctionSpec.ExperimentalCompile

التعداد النهائي العام الثابت 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 التعداد tensorflow.FunctionSpec.ExperimentalCompile

الثوابت

كثافة العمليات القيمة الافتراضية DEFAULT = 0;
كثافة العمليات OFF_VALUE OFF = 2;
كثافة العمليات ON_VALUE ON = 1;

الطرق الموروثة

قيم التعداد

الوظيفة النهائية العامة الثابتة FunctionSpec.ExperimentalCompile DEFAULT

DEFAULT = 0;

الوظيفة النهائية العامة الثابتة FunctionSpec.ExperimentalCompile OFF

OFF = 2;

الوظيفة العامة الثابتة النهائية FunctionSpec.ExperimentalCompile ON

ON = 1;

لم يتم التعرف على FunctionSpec.ExperimentalCompile النهائية العامة الثابتة

الثوابت

int النهائي الثابت العام DEFAULT_VALUE

DEFAULT = 0;

القيمة الثابتة: 0

int النهائي الثابت العام OFF_VALUE

OFF = 2;

القيمة الثابتة: 2

int النهائي الثابت العام ON_VALUE

ON = 1;

القيمة الثابتة: 1