RewriterConfig.CpuLayout

énumération finale statique publique RewriterConfig.CpuLayout

 Enum for layout conversion between NCHW and NHWC on CPU. Default is OFF.
 
Énumération Protobuf tensorflow.RewriterConfig.CpuLayout

Constantes

int NCHW_TO_NHWC_VALUE NCHW_TO_NHWC = 1;
int NHWC_TO_NCHW_VALUE NHWC_TO_NCHW = 2;
int NO_CONVERSION_ON_CPU_VALUE NO_CONVERSION_ON_CPU = 0;

Méthodes héritées

Valeurs d'énumération

public statique final RewriterConfig.CpuLayout NCHW_TO_NHWC

NCHW_TO_NHWC = 1;

public statique final RewriterConfig.CpuLayout NHWC_TO_NCHW

NHWC_TO_NCHW = 2;

public statique final RewriterConfig.CpuLayout NO_CONVERSION_ON_CPU

NO_CONVERSION_ON_CPU = 0;

public statique final RewriterConfig.CpuLayout NON RECONNU

Constantes

public statique final int NCHW_TO_NHWC_VALUE

NCHW_TO_NHWC = 1;

Valeur constante : 1

public statique final int NHWC_TO_NCHW_VALUE

NHWC_TO_NCHW = 2;

Valeur constante : 2

public statique final int NO_CONVERSION_ON_CPU_VALUE

NO_CONVERSION_ON_CPU = 0;

Valeur constante : 0