public static Final enum RewriterConfig.CpuLayout
Enum for layout conversion between NCHW and NHWC on CPU. Default is OFF.
tensorflow.RewriterConfig.CpuLayout 定数
| 整数 | NCHW_TO_NHWC_VALUE | NCHW_TO_NHWC = 1; | 
| 整数 | NHWC_TO_NCHW_VALUE | NHWC_TO_NCHW = 2; | 
| 整数 | NO_CONVERSION_ON_CPU_VALUE | NO_CONVERSION_ON_CPU = 0; | 
継承されたメソッド
列挙値
public static Final RewriterConfig.CpuLayout NCHW_TO_NHWC
 NCHW_TO_NHWC = 1;
パブリック静的最終 RewriterConfig.CpuLayout NHWC_TO_NCHW
 NHWC_TO_NCHW = 2;
public static Final RewriterConfig.CpuLayout NO_CONVERSION_ON_CPU
 NO_CONVERSION_ON_CPU = 0;
public static Final RewriterConfig.CpuLayoutが認識されません
定数
パブリック静的最終整数NCHW_TO_NHWC_VALUE
 NCHW_TO_NHWC = 1;
定数値: 1 
パブリック静的最終整数NHWC_TO_NCHW_VALUE
 NHWC_TO_NCHW = 2;
定数値: 2 
パブリック静的最終整数NO_CONVERSION_ON_CPU_VALUE
 NO_CONVERSION_ON_CPU = 0;
定数値: 0