Searched defs:depth_scale (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/ |
H A D | UpSampleNearest3d.cu | 54 float depth_scale, in upsample_nearest3d_out_frame() 99 float depth_scale, in upsample_nearest3d_backward_out_frame() 194 const float depth_scale = compute_scales_value<float>(scales_d, input_depth, output_depth); in upsample_nearest3d_out_cuda_template() local 270 … float depth_scale = compute_scales_value_backwards<float>(scales_d, output_depth, input_depth); in upsample_nearest3d_backward_out_cuda_template() local
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/ |
H A D | UpSampleNearest3d.cpp | 42 float depth_scale = compute_scales_value<float>(scales_d, input_depth, output_depth); in upsample_nearest3d_out_frame() local 99 float depth_scale = compute_scales_value<float>(scales_d, input_depth, output_depth); in upsample_nearest3d_out_frame_nhwc() local
|
/aosp_15_r20/external/mesa3d/src/mesa/state_tracker/ |
H A D | st_draw_hw_select.c | 55 float depth_scale; member 363 nir_variable *depth_scale = nir_variable_create( in get_depth_range_transform() local
|
/aosp_15_r20/external/ComputeLibrary/examples/ |
H A D | graph_mobilenet.cpp | 124 float depth_scale = (model_id == 0) ? 1.f : 0.75; in create_graph_float() local
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/ |
H A D | UpSampleMoreKernel.cpp | 536 const opmath_t depth_scale = area_pixel_compute_scale<opmath_t>( in cpu_upsample_linear_backward() local 685 const opmath_t depth_scale = area_pixel_compute_scale<opmath_t>( in cpu_upsample_linear_backward_channels_last() local
|
H A D | UpSampleKernel.cpp | 645 const auto depth_scale = area_pixel_compute_scale<opmath_t>( in cpu_upsample_linear_channels_last() local
|
/aosp_15_r20/external/virglrenderer/src/ |
H A D | vrend_renderer.c | 8501 float depth_scale; in vrend_renderer_transfer_write_iov() local 8871 float depth_scale; in vrend_transfer_send_readpixels() local 9610 float depth_scale = 256.0; in vrend_resource_copy_fallback() local
|