Home
last modified time | relevance | path

Searched refs:NCHW (Results 1 – 25 of 41) sorted by relevance

12

/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_BiasAddGrad.pbtxt21 Alternatively, the format could be "NCHW", the data storage order of:
30 For NHWC data format, the feature dimension is the last. For NCHW data format,
Dapi_def_FusedBatchNorm.pbtxt84 The data format for x and y. Either "NHWC" (default) or "NCHW".
96 Note that the size of 4D Tensors are defined by either "NHWC" or "NCHW".
Dapi_def_FusedBatchNormGrad.pbtxt87 Either "NHWC" (default) or "NCHW".
99 Note that the size of 4D Tensors are defined by either "NHWC" or "NCHW".
Dapi_def_FusedBatchNormV2.pbtxt90 The data format for x and y. Either "NHWC" (default) or "NCHW".
102 Note that the size of 4D Tensors are defined by either "NHWC" or "NCHW".
Dapi_def_FusedBatchNormGradV2.pbtxt93 Either "NHWC" (default) or "NCHW".
105 Note that the size of 4D Tensors are defined by either "NHWC" or "NCHW".
Dapi_def_MaxPool.pbtxt40 Alternatively, the format could be "NCHW", the data storage order of:
Dapi_def_MaxPoolV2.pbtxt40 Alternatively, the format could be "NCHW", the data storage order of:
Dapi_def_BiasAdd.pbtxt27 Alternatively, the format could be "NCHW", the data storage order of:
Dapi_def_AvgPool.pbtxt39 Alternatively, the format could be "NCHW", the data storage order of:
Dapi_def_MaxPoolGradGrad.pbtxt52 Alternatively, the format could be "NCHW", the data storage order of:
Dapi_def_MaxPoolGradGradV2.pbtxt52 Alternatively, the format could be "NCHW", the data storage order of:
Dapi_def_MaxPoolGradV2.pbtxt52 Alternatively, the format could be "NCHW", the data storage order of:
Dapi_def_AvgPoolGrad.pbtxt47 Alternatively, the format could be "NCHW", the data storage order of:
Dapi_def_MaxPoolGrad.pbtxt53 Alternatively, the format could be "NCHW", the data storage order of:
Dapi_def_DepthwiseConv2dNativeBackpropInput.pbtxt55 Alternatively, the format could be "NCHW", the data storage order of:
Dapi_def_DepthwiseConv2dNativeBackpropFilter.pbtxt55 Alternatively, the format could be "NCHW", the data storage order of:
Dapi_def_DepthwiseConv2dNative.pbtxt22 Alternatively, the format could be "NCHW", the data storage order of:
Dapi_def_Conv2DBackpropFilter.pbtxt61 Alternatively, the format could be "NCHW", the data storage order of:
Dapi_def_Conv2DBackpropInput.pbtxt60 Alternatively, the format could be "NCHW", the data storage order of:
Dapi_def_SpaceToDepth.pbtxt26 "NCHW": `[ batch, channels, height, width ]`
Dapi_def_DepthToSpace.pbtxt29 "NCHW": `[ batch, channels, height, width ]`
Dapi_def_Conv2D.pbtxt53 Alternatively, the format could be "NCHW", the data storage order of:
/external/tensorflow/tensorflow/contrib/fused_conv/ops/
Dfused_conv2d_bias_activation_op.cc109 "NHWC", "NCHW":
136 "NCHW": `float [ batch, channels, height, width ]`
/external/tensorflow/tensorflow/stream_executor/
Ddnn.proto26 kBatchDepthYX = 3; // cuDNN's NCHW layout
38 kOutputInputYX = 0; // cuDNN's NCHW layout
/external/tensorflow/tensorflow/core/kernels/
Dcwise_ops_test.cc231 BM_BIAS_ADD_GRAD_ALL(gpu, NCHW, float, DT_FLOAT);
232 BM_BIAS_ADD_GRAD_ALL(gpu, NCHW, half, DT_HALF);

12