Home
last modified time | relevance | path

Searched refs:ShapeFromFormat (Results 1 – 20 of 20) sorted by relevance

/external/tensorflow/tensorflow/core/util/
Dtensor_format.h509 inline TensorShape ShapeFromFormat(TensorFormat format, int64 N, in ShapeFromFormat() function
563 inline TensorShape ShapeFromFormat(TensorFormat format, int64 N, int64 H, in ShapeFromFormat() function
565 return ShapeFromFormat(format, N, {H, W}, C); in ShapeFromFormat()
577 inline TensorShape ShapeFromFormat(TensorFormat dst_format, in ShapeFromFormat() function
598 return ShapeFromFormat(dst_format, batch, {spatial_dims}, channels); in ShapeFromFormat()
/external/tensorflow/tensorflow/core/kernels/
Dcudnn_pooling_gpu.cc51 ShapeFromFormat(FORMAT_NCHW, tensor_in.shape(), in Compute()
65 ShapeFromFormat(FORMAT_NCHW, out_shape, data_format), in Compute()
137 ShapeFromFormat(FORMAT_NCHW, tensor_in_shape, data_format); in Compute()
148 ShapeFromFormat(FORMAT_NCHW, out_backprop.shape(), data_format); in Compute()
Dpooling_ops_common.cc119 return ShapeFromFormat(data_format, tensor_in_batch, out_height, out_width, in forward_output_shape()
183 ShapeFromFormat(FORMAT_NCHW, tensor_in.shape(), in Compute()
196 ShapeFromFormat(FORMAT_NCHW, tensor_out_shape, in Compute()
315 ShapeFromFormat(FORMAT_NCHW, tensor_in_shape, data_format); in Compute()
326 ShapeFromFormat(FORMAT_NCHW, out_backprop.shape(), data_format); in Compute()
Dconv_ops_3d.cc160 TensorShape out_shape = ShapeFromFormat( in Compute()
310 TensorShape transformed_shape = ShapeFromFormat( in launch()
329 const TensorShape nchw_shape = ShapeFromFormat( in launch()
399 ShapeFromFormat(FORMAT_NCHW, in_batch, in launch()
Dfused_batch_norm_op.cc282 ShapeFromFormat(FORMAT_NCHW, batch_size, in operator ()()
293 ShapeFromFormat(FORMAT_NCHW, batch_size, in operator ()()
422 ShapeFromFormat(FORMAT_NCHW, batch_size, in operator ()()
434 ShapeFromFormat(FORMAT_NCHW, batch_size, in operator ()()
446 ShapeFromFormat(FORMAT_NCHW, batch_size, in operator ()()
Dconv_ops_fused_impl.h630 ShapeFromFormat(params.data_format, in_batch,
649 ShapeFromFormat(FORMAT_NCHW, in_batch, in_rows, in_cols, in_depths);
728 ShapeFromFormat(FORMAT_NCHW, out_batch, out_rows,
904 TensorShape out_shape = ShapeFromFormat(
Dconv_ops.cc465 TensorShape out_shape = ShapeFromFormat( in Compute()
712 ShapeFromFormat(data_format, in_batch, new_in_rows, in operator ()()
744 ShapeFromFormat(FORMAT_NCHW, in_batch, in_rows, in_cols, in_depths); in operator ()()
805 ShapeFromFormat(FORMAT_NCHW, out_batch, in operator ()()
Ddepthtospace_op.cc109 ShapeFromFormat(data_format_, batch_size, output_height, in Compute()
Dspacetodepth_op.cc110 ShapeFromFormat(data_format_, batch_size, output_height, in Compute()
Dconv_grad_input_ops.cc823 compatible_input_shape = ShapeFromFormat( in operator ()()
886 TensorShape nchw_shape = ShapeFromFormat( in operator ()()
908 ShapeFromFormat( in operator ()()
1015 ShapeFromFormat(FORMAT_NCHW, in operator ()()
Dmkl_conv_ops.h447 ? ShapeFromFormat(data_format_, out_batch, out_rows, out_cols,
449 : ShapeFromFormat(data_format_, out_batch,
Dconv_grad_filter_ops.cc699 ShapeFromFormat(data_format, dims.batch_size, new_in_rows, in operator ()()
766 TensorShape nchw_shape = ShapeFromFormat( in operator ()()
786 TensorShape nchw_shape = ShapeFromFormat( in operator ()()
Dconv_ops_using_gemm.cc528 ShapeFromFormat(data_format_, batch, out_rows, out_cols, out_depth); in Compute()
Ddepthwise_conv_op.cc356 ShapeFromFormat(data_format_, batch, out_rows, out_cols, out_depth); in Compute()
Dpooling_ops_3d.cc96 return ShapeFromFormat(data_format, tensor_in_batch, in forward_output_shape()
190 TensorShape out_shape = ShapeFromFormat(data_format_, in_batch, in Compute()
Dconv_ops_fused_image_transform.cc833 ShapeFromFormat(FORMAT_NHWC, batch, out_rows, out_cols, out_depth); in Compute()
Dmaxpooling_op.cc1156 ShapeFromFormat(data_format_, params.tensor_in_batch, params.out_height, in Compute()
1274 ShapeFromFormat(data_format_, params.tensor_in_batch, params.out_height, in Compute()
Dconv_grad_ops_3d.cc1632 ShapeFromFormat(data_format_, dims.batch_size, in Compute()
Dmkl_conv_ops.cc533 ShapeFromFormat(data_format_, batch, out_rows, out_cols, out_depth); in Compute()
/external/tensorflow/tensorflow/contrib/fused_conv/kernels/
Dfused_conv2d_bias_activation_op.cc219 TensorShape output_shape = ShapeFromFormat( in Compute()
402 ShapeFromFormat(FORMAT_NCHW, batch_size, rows, cols, depth); in TransformNHWCToNCHW()
521 ShapeFromFormat(data_format, batch_size, new_conv_input_rows, in launch()
565 TensorShape nchw_shape = ShapeFromFormat( in launch()