สาธารณะคง enum สุดท้าย 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; |
ภายใน | ปิด_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