التعداد النهائي العام الثابت 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
الثوابت
كثافة العمليات | DEFAULT_VALUE | 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