RewriterConfig.Toggle

enum akhir statis publik RewriterConfig.Toggle

Protobuf enum tensorflow.RewriterConfig.Toggle

Konstanta

ke dalam AGRESIF_VALUE
 Enable some aggressive optimizations that use assumptions that TF graphs
 may break.
ke dalam DEFAULT_VALUE DEFAULT = 0;
ke dalam OFF_VALUE OFF = 2;
ke dalam ON_VALUE ON = 1;

Metode Warisan

Nilai Enum

public static final RewriterConfig.Toggle AGRESIF

 Enable some aggressive optimizations that use assumptions that TF graphs
 may break. For example, assume the shape of a placeholder matches its
 actual feed.
 
AGGRESSIVE = 3;

RewriterConfig.Toggle DEFAULT final statis publik

DEFAULT = 0;

RewriterConfig final statis publik . Matikan

OFF = 2;

RewriterConfig final statis publik . Aktifkan

ON = 1;

public static final RewriterConfig.Toggle TIDAK DIAKUI

Konstanta

int final statis publik AGGRESSIVE_VALUE

 Enable some aggressive optimizations that use assumptions that TF graphs
 may break. For example, assume the shape of a placeholder matches its
 actual feed.
 
AGGRESSIVE = 3;

Nilai Konstan: 3

int akhir statis publik DEFAULT_VALUE

DEFAULT = 0;

Nilai Konstan: 0

int akhir statis publik OFF_VALUE

OFF = 2;

Nilai Konstan: 2

int final statis publik ON_VALUE

ON = 1;

Nilai Konstan: 1