Home
last modified time | relevance | path

Searched defs:new_x (Results 1 – 20 of 20) sorted by relevance

/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/
Dimage_neon.cc37 const int new_x = orig_x >> 1; in Downsample2x32ColumnsNeon() local
100 const int new_x = orig_x >> 2; in Downsample4x32ColumnsNeon() local
/external/libchrome/ui/gfx/geometry/
Drect_f.cc165 float new_x = x(); in AdjustToFit() local
181 float new_x = x() + (width() - new_width) / 2; in ClampToCenteredSize() local
Drect.cc239 int new_x = x(); in AdjustToFit() local
255 int new_x = x() + (width() - new_width) / 2; in ClampToCenteredSize() local
/external/pytorch/test/cpp/jit/
Dtest_class_import.cpp107 auto new_x = torch::rand({2, 3}); in TEST() local
/external/pdfium/core/fxcrt/
Dfx_coordinates.h18 constexpr CFX_PTemplate(BaseType new_x, BaseType new_y) in CFX_PTemplate()
124 CFX_VTemplate(BaseType new_x, BaseType new_y) in CFX_VTemplate()
/external/pytorch/aten/src/ATen/functorch/
DBatchRulesConvolution.cpp44 auto new_x = reshape_dim_into(*lhs_bdim, lhs_spec[0], lhs); in convolution_batch_rule() local
98 auto new_x = reshape_dim_into(*lhs_bdim, lhs_spec[1], lhs); in convolution_batch_rule() local
/external/harfbuzz_ng/src/
Dhb-geometry.hh105 float new_x = xx * dx + xy * dy; in transform_distance() local
/external/harfbuzz_ng/src/OT/glyf/
DCompositeGlyph.hh175 int new_x = roundf (point.x); in compile_with_point() local
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/skrifa-0.24.1/src/outline/glyf/hint/
Dzone.rs654 let new_x = gs.zones[1].point(point_ix).unwrap().x; in move_point_x() localVariable
710 let new_x = gs.zones[1].original(point_ix).unwrap().x; in move_original_x() localVariable
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/skrifa-0.24.1/src/outline/glyf/hint/
Dzone.rs654 let new_x = gs.zones[1].point(point_ix).unwrap().x; in move_point_x() localVariable
710 let new_x = gs.zones[1].original(point_ix).unwrap().x; in move_original_x() localVariable
/external/tensorflow/tensorflow/compiler/xla/service/
Dqr_expander.cc259 auto new_x = Mul(x, predecessor_mask, in QrBlock() local
/external/libxaac/encoder/
Diusace_acelp_tools.c476 VOID iusace_acelp_cb_target_update(FLOAT32 *x, FLOAT32 *new_x, FLOAT32 *cb_vec, FLOAT32 gain) { in iusace_acelp_cb_target_update()
/external/coreboot/payloads/libpayload/curses/PDCurses/x11/
Dx11.c1759 static void _display_cursor(int old_row, int old_x, int new_row, int new_x) in _display_cursor()
2605 int old_x, new_x; in _process_curses_requests() local
/external/mesa3d/src/nouveau/vulkan/
Dnvk_nir_lower_descriptors.c1059 nir_def *new_x = adjust_edb_buffer_view_coord(b, desc, x); in lower_edb_buffer_image_intrin() local
/external/libwebm/mkvmuxer/
Dmkvmuxer.h374 void set_x(float new_x) { x_ = new_x; } in set_x()
/external/libaom/third_party/libwebm/mkvmuxer/
Dmkvmuxer.h374 void set_x(float new_x) { x_ = new_x; } in set_x()
/external/libvpx/third_party/libwebm/mkvmuxer/
Dmkvmuxer.h374 void set_x(float new_x) { x_ = new_x; } in set_x()
/external/tensorflow/tensorflow/python/keras/
Dbackend.py1867 def update(x, new_x): argument
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.c1039 int new_x, new_y, max_x; in get_texel_cube_seamless() local
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf.cc6809 Value new_x = in QRBlock() local