enum tĩnh cuối cùng 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
Hằng số
int | DEFAULT_VALUE | DEFAULT = 0; |
int | OFF_VALUE | OFF = 2; |
int | ON_VALUE | ON = 1; |
Phương pháp kế thừa
Giá trị liệt kê
công khai tĩnh cuối cùng FunctionSpec.ExperimentalCompile DEFAULT
DEFAULT = 0;
công khai tĩnh cuối cùng FunctionSpec.ExperimentalCompile TẮT
OFF = 2;
công khai tĩnh cuối cùng FunctionSpec.ExperimentalCompile ON
ON = 1;
công khai tĩnh cuối cùng FunctionSpec.ExperimentalCompile KHÔNG ĐƯỢC CÔNG NHẬN
Hằng số
int tĩnh công khai DEFAULT_VALUE
DEFAULT = 0;
Giá trị không đổi: 0
int cuối cùng tĩnh công khai OFF_VALUE
OFF = 2;
Giá trị không đổi: 2
int cuối cùng tĩnh công khai ON_VALUE
ON = 1;
Giá trị không đổi: 1