RewriterConfig.NumIterationsType

public static Final enum RewriterConfig.NumIterationsType

 Enum controlling the number of times to run optimizers. The default is to
 run them twice.
 
Protobuf enum tensorflow.RewriterConfig.NumIterationsType

定数

整数DEFAULT_NUM_ITERS_VALUE DEFAULT_NUM_ITERS = 0;
整数ONE_VALUE ONE = 1;
整数TWO_VALUE TWO = 2;

継承されたメソッド

列挙値

public static Final RewriterConfig.NumIterationsType DEFAULT_NUM_ITERS

DEFAULT_NUM_ITERS = 0;

public static Final RewriterConfig.NumIterationsType ONE

ONE = 1;

public static Final RewriterConfig.NumIterationsType 2

TWO = 2;

public static Final RewriterConfig.NumIterationsType認識されません

定数

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

DEFAULT_NUM_ITERS = 0;

定数値: 0

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

ONE = 1;

定数値: 1

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

TWO = 2;

定数値: 2