Home
last modified time | relevance | path

Searched refs:in_batch (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dbatch_to_space_nd.h73 for (int in_batch = 0; in_batch < input_batch_size; ++in_batch) { in BatchToSpaceND() local
74 const int out_batch = in_batch % output_batch_size; in BatchToSpaceND()
75 const int spatial_offset = in_batch / output_batch_size; in BatchToSpaceND()
91 input1_data + Offset(input1_shape, in_batch, in_h, in_w, 0); in BatchToSpaceND()
/external/tensorflow/tensorflow/core/kernels/
Dcudnn_pooling_gpu.cc44 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()
145 const int64 in_batch = GetTensorDim(tensor_in_shape, data_format, 'N'); in Compute() local
208 orig_output_desc.set_count(in_batch) in Compute()
213 orig_input_desc.set_count(in_batch) in Compute()
Dconv_ops_3d.cc140 const int64 in_batch = GetTensorDim(input, data_format_, 'N'); in Compute() local
170 data_format_, in_batch, {{out[0], out[1], out[2]}}, out_depth); in Compute()
222 const int64 in_batch = GetTensorDim(input, data_format, 'N'); in launch() local
256 const uint64 m = in_batch * in_planes * in_rows * in_cols; in launch()
283 const uint64 m = in_batch; in launch()
323 data_format, in_batch, {{new_in_planes, new_in_rows, new_in_cols}}, in launch()
358 FORMAT_NCHW, in_batch, {{in_planes, in_rows, in_cols}}, in_depth); in launch()
398 input_desc.set_count(in_batch) in launch()
405 output_desc.set_count(in_batch) in launch()
460 ShapeFromFormat(FORMAT_NCHW, in_batch, in launch()
[all …]
Dfused_batch_norm_op.cc122 const int64 in_batch = GetTensorDim(x_input, tensor_format, 'N'); in operator ()() local
128 ShapeFromFormat(FORMAT_NHWC, in_batch, in operator ()()
133 ShapeFromFormat(FORMAT_NHWC, in_batch, in operator ()()
260 const int64 in_batch = GetTensorDim(x_input, tensor_format, 'N'); in operator ()() local
266 ShapeFromFormat(FORMAT_NHWC, in_batch, in operator ()()
271 ShapeFromFormat(FORMAT_NHWC, in_batch, in operator ()()
352 const int64 in_batch = GetTensorDim(x_input, tensor_format, 'N'); in operator ()() local
358 ShapeFromFormat(FORMAT_NHWC, in_batch, in operator ()()
363 ShapeFromFormat(FORMAT_NHWC, in_batch, in operator ()()
368 ShapeFromFormat(FORMAT_NHWC, in_batch, in operator ()()
[all …]
Dconv_ops_fused_impl.h460 const int64 in_batch = GetTensorDim(input, params.data_format, 'N');
508 ShapeFromFormat(params.data_format, in_batch,
543 ShapeFromFormat(FORMAT_NCHW, in_batch, in_rows, in_cols, in_depths);
573 input_desc.set_count(in_batch)
646 {in_batch, // batch
Dconv_ops.cc666 const int64 in_batch = GetTensorDim(input, data_format, 'N'); in operator ()() local
683 const uint64 m = in_batch * in_rows * in_cols; in operator ()()
711 const uint64 m = in_batch; in operator ()()
808 ShapeFromFormat(data_format, in_batch, new_in_rows, in operator ()()
841 ShapeFromFormat(FORMAT_NCHW, in_batch, in_rows, in_cols, in_depths); in operator ()()
880 input_desc.set_count(in_batch) in operator ()()
967 ConvParameters conv_parameters = {in_batch, // batch in operator ()()
Dfractional_avg_pool_op.cc253 const int64 in_batch = orig_input_tensor_shape_flat(0); in Compute() local
274 in_cols * in_rows * in_batch); in Compute()
Dpooling_ops_3d.cc167 const int64 in_batch = GetTensorDim(tensor_in, data_format_, 'N'); in Compute() local
185 TensorShape out_shape = ShapeFromFormat(data_format_, in_batch, in Compute()
/external/kernel-headers/original/uapi/linux/
Dbpf.h525 __aligned_u64 in_batch; /* start batch, member
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Doptimized_ops.h5028 for (int in_batch = 0; in_batch < input_batch_size; ++in_batch) { in BatchToSpaceND() local
5029 const int out_batch = in_batch % output_batch_size; in BatchToSpaceND()
5030 const int spatial_offset = in_batch / output_batch_size; in BatchToSpaceND()
5059 input1_data + Offset(input1_shape, in_batch, in_h, in_w, 0); in BatchToSpaceND()
/external/tensorflow/tensorflow/compiler/xla/service/
Dalgebraic_simplifier_test.cc4038 int in_batch = 10; in TEST_F() member
4099 in_dims.push_back(options.in_batch); in TEST_F()