FunctionSpec.ExperimentalCompile

공개 정적 최종 열거형 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 열거형 tensorflow.FunctionSpec.ExperimentalCompile

상수

정수 기본값 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;

public static final FunctionSpec.ExperimentalCompile 인식되지 않음

상수

공개 정적 최종 int DEFAULT_VALUE

DEFAULT = 0;

상수값: 0

공개 정적 최종 int OFF_VALUE

OFF = 2;

상수값: 2

공개 정적 최종 int ON_VALUE

ON = 1;

상수값: 1