สาธารณะคง 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; |
วิธีการสืบทอด
int สุดท้าย | CompareTo ( FunctionSpec.ExperimentalCompile arg0) |
ภายใน | เปรียบเทียบถึง (วัตถุ arg0) |
บูลีนสุดท้าย | เท่ากับ (วัตถุ arg0) |
คลาสสุดท้าย < FunctionSpec.ExperimentalCompile > | getDeclaringClass () |
int สุดท้าย | แฮชโค้ด () |
สตริงสุดท้าย | ชื่อ () |
int สุดท้าย | ลำดับ () |
สตริง | toString () |
คงที่ <T ขยาย Enum <T>> T | valueOf (คลาส <T> arg0, สตริง arg1) |
บูลีน | เท่ากับ (วัตถุ arg0) |
คลาสสุดท้าย<?> | รับคลาส () |
ภายใน | แฮชโค้ด () |
โมฆะสุดท้าย | แจ้ง () |
โมฆะสุดท้าย | แจ้งทั้งหมด () |
สตริง | toString () |
โมฆะสุดท้าย | รอสักครู่ (ยาว arg0, int arg1) |
โมฆะสุดท้าย | รอ (ยาว arg0) |
โมฆะสุดท้าย | รอ () |
บทคัดย่อ | CompareTo ( FunctionSpec.ExperimentalCompile arg0) |
ค่าแจงนับ
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