FunctionSpec.ExperimentalCompile

สาธารณะคง enum สุดท้าย 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

ค่าคงที่

ภายใน DEFAULT_VALUE DEFAULT = 0;
ภายใน ปิด_VALUE OFF = 2;
ภายใน ON_VALUE ON = 1;

วิธีการสืบทอด

ค่าแจงนับ

FunctionSpec.ExperimentalCompile DEFAULT สุดท้ายแบบคงที่สาธารณะ

DEFAULT = 0;

สาธารณะคงสุดท้าย FunctionSpec.ExperimentalCompile ปิด

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