/external/curl/lib/ |
D | idn_win32.c | 75 wchar_t *in_w = curlx_convert_UTF8_to_wchar(in); in curl_win32_idn_to_ascii() local 94 wchar_t *in_w = curlx_convert_UTF8_to_wchar(in); in curl_win32_ascii_to_idn() local
|
/external/libaom/libaom/test/ |
D | comp_avg_pred_test.h | 112 const int in_w = block_size_wide[block_idx]; in RunCheckOutput() local 157 const int in_w = block_size_wide[block_idx]; in RunSpeedTest() local 216 const int in_w = block_size_wide[block_idx]; in RunCheckOutput() local 279 const int in_w = block_size_wide[block_idx]; in RunSpeedTest() local 346 const int in_w = block_size_wide[block_idx]; in RunCheckOutput() local 395 const int in_w = block_size_wide[block_idx]; in RunSpeedTest() local 456 const int in_w = block_size_wide[block_idx]; in RunCheckOutput() local 521 const int in_w = block_size_wide[block_idx]; in RunSpeedTest() local
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/ |
D | mean.h | 58 for (int in_w = 0; in_w < input_width; ++in_w) { in Mean() local
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
D | space_to_depth.h | 55 for (int in_w = 0; in_w < input_width; ++in_w) { in SpaceToDepth() local
|
D | depth_to_space.h | 61 const int in_w = out_w / block_size; in DepthToSpace() local
|
D | batch_to_space_nd.h | 82 for (int in_w = 0; in_w < input_width; ++in_w) { in BatchToSpaceND() local
|
D | reduce.h | 250 for (int in_w = 0; in_w < input_width; ++in_w) { in Mean() local 306 for (int in_w = 0; in_w < input_width; ++in_w) { in Mean() local
|
/external/tensorflow/tensorflow/lite/toco/graph_transformations/ |
D | resolve_constant_slice.cc | 75 for (int in_w = begin[2]; in_w <= end[2]; ++in_w) { in Slice() local
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/integer_ops/ |
D | mean.h | 66 for (int in_w = 0; in_w < input_width; ++in_w) { in MeanImpl() local 129 for (int in_w = 0; in_w < input_width; ++in_w) { in MeanImpl() local
|
/external/tensorflow/tensorflow/core/kernels/ |
D | depthtospace_op.cc | 162 const int in_w = w / block_size; in operator ()() local
|
D | depthtospace_op_gpu.cu.cc | 51 const int in_w = w / block_size; in D2S_NHWC() local
|
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/ |
D | load_quantization_recipe.cc | 109 Location loc, Value in, Value in_w, Value rec, Value rec_w, in CreateGate()
|
/external/tensorflow/tensorflow/lite/tools/evaluation/stages/ |
D | image_preprocessing_stage.cc | 130 for (int in_w = start_w; in_w < start_w + crop_width; ++in_w) { in Crop() local
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
D | convert.cc | 71 const int in_w = reverse_space ? shape.w - 1 - w : w; in ConvertToPHWO4I4() local
|
/external/tensorflow/tensorflow/core/lib/jpeg/ |
D | jpeg_mem_unittest.cc | 288 const int in_w = 256; in TEST() local
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | optimized_ops.h | 1012 for (int in_w = 0; in_w < input_width; ++in_w) { in MeanImpl() local 1079 for (int in_w = 0; in_w < input_width; ++in_w) { in MeanImpl() local 1670 for (int in_w = 0; in_w < input_width; ++in_w) { in DepthToSpace() local 5052 for (int in_w = in_w_start; in_w < in_w_end; ++in_w) { in BatchToSpaceND() local
|