FunctionSpec.ExperimentalCompile

public static Final 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;
整数OFF_VALUE OFF = 2;
整数ON_VALUE ON = 1;

継承されたメソッド

列挙値

public static Final FunctionSpec.ExperimentalCompile DEFAULT

DEFAULT = 0;

public static Final FunctionSpec.ExperimentalCompile OFF

OFF = 2;

public static Final FunctionSpec.ExperimentalCompile ON

ON = 1;

public static Final FunctionSpec.ExperimentalCompile認識されません

定数

パブリック静的最終整数DEFAULT_VALUE

DEFAULT = 0;

定数値: 0

パブリック静的最終整数OFF_VALUE

OFF = 2;

定数値: 2

パブリック静的最終整数ON_VALUE

ON = 1;

定数値: 1