/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
D | space_to_batch_nd.h | 82 int shift_h = (out_b / input_batch_size) / block_shape_width; in SpaceToBatchND() local 86 if (out_h * block_shape_height + shift_h < padding_top || in SpaceToBatchND() 87 out_h * block_shape_height + shift_h >= in SpaceToBatchND() 97 (out_h * block_shape_height + shift_h) - padding_top, in SpaceToBatchND()
|
/external/ComputeLibrary/tests/validation/reference/ |
D | SpaceToBatch.cpp | 67 int shift_h = (outB / batch_in) / block_width; in space_to_batch() local 75 …auto in_pos = ((inB * channel + c) * height_in + ((outH * block_height + shift_h) - padding_top)) … in space_to_batch() 77 …if(outH * block_height + shift_h < padding_top || outH * block_height + shift_h >= padding_top + h… in space_to_batch()
|
D | SpaceToDepth.cpp | 63 int shift_h = (outC / channel_in) / block_width; in space_to_depth() local 69 … in_pos = ((ba * channel_in + inC) * height_in + ((outH * block_height + shift_h))) * width_in + (… in space_to_depth()
|
/external/mesa3d/src/gallium/drivers/lima/ |
D | lima_job.c | 68 fb->shift_h = 0; in lima_get_fb_info() 78 fb->shift_h++; in lima_get_fb_info() 85 fb->shift_min = MIN3(fb->shift_w, fb->shift_h, 2); in lima_get_fb_info() 454 PLBU_CMD_BLOCK_STEP(fb->shift_min, fb->shift_h, fb->shift_w); in lima_pack_head_plbu_cmd() 576 int offset = ((y >> fb->shift_h) * fb->block_w + in lima_generate_pp_stream() 658 .shift_h = fb->shift_h, in lima_update_damage_pp_stream() 693 s->key.shift_h = fb->shift_h; in lima_update_damage_pp_stream() 868 frame->blocking = (fb->shift_min << 28) | (fb->shift_h << 16) | fb->shift_w; in lima_pack_pp_frame_reg() 1007 pp_frame.dlbu_regs[2] = (s << 28) | (fb->shift_h << 16) | fb->shift_w; in lima_do_job()
|
D | lima_context.h | 37 int shift_w, shift_h; member 144 uint16_t shift_w, shift_h; member
|
D | lima_gpu.h | 123 #define PLBU_CMD_BLOCK_STEP(shift_min, shift_h, shift_w) \ argument 124 PLBU_CMD(((shift_min) << 28) | ((shift_h) << 16) | (shift_w), 0x1000010C)
|
D | lima_job.h | 55 int shift_w, shift_h; member
|
/external/libpalmrejection/ui/events/ozone/evdev/touch_filter/palm_model/ |
D | onedevice_train_palm_detection_filter_inference_beta.cc | 404 const int32_t shift_h = (out_b / input_batch_size) / block_shape_width; in SpaceToBatchNDRank4() local 412 if (out_h * block_shape_height + shift_h < padding_top || in SpaceToBatchNDRank4() 413 out_h * block_shape_height + shift_h >= in SpaceToBatchNDRank4() 426 (out_h * block_shape_height + shift_h) - padding_top; in SpaceToBatchNDRank4()
|
D | onedevice_train_palm_detection_filter_inference.cc | 405 const int32_t shift_h = (out_b / input_batch_size) / block_shape_width; in SpaceToBatchNDRank4() local 413 if (out_h * block_shape_height + shift_h < padding_top || in SpaceToBatchNDRank4() 414 out_h * block_shape_height + shift_h >= in SpaceToBatchNDRank4() 427 (out_h * block_shape_height + shift_h) - padding_top; in SpaceToBatchNDRank4()
|
D | onedevice_train_palm_detection_filter_inference_v2.cc | 404 const int32_t shift_h = (out_b / input_batch_size) / block_shape_width; in SpaceToBatchNDRank4() local 412 if (out_h * block_shape_height + shift_h < padding_top || in SpaceToBatchNDRank4() 413 out_h * block_shape_height + shift_h >= in SpaceToBatchNDRank4() 426 (out_h * block_shape_height + shift_h) - padding_top; in SpaceToBatchNDRank4()
|
/external/vixl/test/aarch64/ |
D | test-assembler-sve-aarch64.cc | 12752 int shift_h[] = {1, 8, 11, 16}; in TEST_SVE() local 12753 for (size_t i = 0; i < ArrayLength(shift_h); i++) { in TEST_SVE() 12754 BitwiseShiftImmHelper(config, kHRegSize, inputs_h, shift_h[i]); in TEST_SVE() 12857 int shift_h[] = {1, 8, 11}; in TEST_SVE() local 12865 shift_h, in TEST_SVE() 12900 int shift_h[] = {1, 8, 11}; in TEST_SVE() local 12908 shift_h, in TEST_SVE() 12943 int shift_h[] = {1, 2, 14}; in TEST_SVE() local 12952 shift_h, in TEST_SVE()
|