Searched defs:dst_tensor_info (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/ |
H A D | ConvolutionLayerFixture.h | 576 auto dst_tensor_info = TensorInfo(output_shape, 1, _data_type, _data_layout); in compute_target() local 621 …o, TensorInfo weight_tensor_info, TensorInfo bias_tensor_info, TensorInfo dst_tensor_info, const W… in configure_and_execute_kernel() 664 …o, TensorInfo weight_tensor_info, TensorInfo bias_tensor_info, TensorInfo dst_tensor_info, const W… in configure_and_execute_kernel()
|
/aosp_15_r20/external/ComputeLibrary/examples/ |
H A D | neon_scale.cpp | 56 …TensorInfo dst_tensor_info(src.info()->dimension(0) / scale_factor, src.info()->dimension(1) / sca… in do_setup() local
|