/external/tensorflow/tensorflow/core/kernels/ |
D | conv_ops_3d.cc | 134 const int64 in_batch = GetTensorDim(input, data_format_, 'N'); in Compute() local 161 data_format_, in_batch, {{out[0], out[1], out[2]}}, out_depth); in Compute() 213 const int64 in_batch = GetTensorDim(input, data_format, 'N'); in launch() local 244 const uint64 m = in_batch * in_planes * in_rows * in_cols; in launch() 271 const uint64 m = in_batch; in launch() 311 data_format, in_batch, {{new_in_planes, new_in_rows, new_in_cols}}, in launch() 330 FORMAT_NCHW, in_batch, {{in_planes, in_rows, in_cols}}, in_depth); in launch() 352 input_desc.set_count(in_batch) in launch() 359 output_desc.set_count(in_batch) in launch() 399 ShapeFromFormat(FORMAT_NCHW, in_batch, in launch() [all …]
|
D | cudnn_pooling_gpu.cc | 44 const int64 in_batch = GetTensorDim(tensor_in, data_format, 'N'); in Compute() local 74 input_desc.set_count(in_batch) in Compute() 78 output_desc.set_count(in_batch) in Compute() 130 const int64 in_batch = GetTensorDim(tensor_in_shape, data_format, 'N'); in Compute() local 193 orig_output_desc.set_count(in_batch) in Compute() 198 orig_input_desc.set_count(in_batch) in Compute()
|
D | conv_ops.cc | 598 const int64 in_batch = GetTensorDim(input, data_format, 'N'); in operator ()() local 615 const uint64 m = in_batch * in_rows * in_cols; in operator ()() 643 const uint64 m = in_batch; in operator ()() 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 ()() 764 input_desc.set_count(in_batch) in operator ()() 829 in_batch, // batch in operator ()()
|
D | conv_ops_fused_impl.h | 581 const int64 in_batch = GetTensorDim(input, params.data_format, 'N'); 630 ShapeFromFormat(params.data_format, in_batch, 649 ShapeFromFormat(FORMAT_NCHW, in_batch, in_rows, in_cols, in_depths); 679 input_desc.set_count(in_batch) 753 in_batch, // batch
|
D | fractional_avg_pool_op.cc | 253 const int64 in_batch = orig_input_tensor_shape_flat(0); in Compute() local 274 in_cols * in_rows * in_batch); in Compute()
|
D | pooling_ops_3d.cc | 172 const int64 in_batch = GetTensorDim(tensor_in, data_format_, 'N'); in Compute() local 190 TensorShape out_shape = ShapeFromFormat(data_format_, in_batch, in Compute()
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
D | reference_ops.h | 3161 for (int in_batch = 0; in_batch < input_batch_size; ++in_batch) { in BatchToSpaceND() local 3162 const int out_batch = in_batch % output_batch_size; in BatchToSpaceND() 3163 const int spatial_offset = in_batch / output_batch_size; in BatchToSpaceND() 3179 input1_data + Offset(input1_shape, in_batch, in_h, in_w, 0); in BatchToSpaceND()
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | optimized_ops.h | 5807 for (int in_batch = 0; in_batch < input_batch_size; ++in_batch) { in BatchToSpaceND() local 5808 const int out_batch = in_batch % output_batch_size; in BatchToSpaceND() 5809 const int spatial_offset = in_batch / output_batch_size; in BatchToSpaceND() 5838 input1_data + Offset(input1_shape, in_batch, in_h, in_w, 0); in BatchToSpaceND()
|
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/ |
D | optimized_ops.h | 6135 for (int in_batch = 0; in_batch < input_batch_size; ++in_batch) { in BatchToSpaceND() local 6136 const int out_batch = in_batch % output_batch_size; in BatchToSpaceND() 6137 const int spatial_offset = in_batch / output_batch_size; in BatchToSpaceND() 6166 input1_data + Offset(input1_shape, in_batch, in_h, in_w, 0); in BatchToSpaceND()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | algebraic_simplifier_test.cc | 3274 int in_batch = 10; in TEST_F() member 3335 in_dims.push_back(options.in_batch); in TEST_F()
|