Home
last modified time | relevance | path

Searched refs:calculate_reduce_mean_shape (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/
H A DReduceMeanFixture.h88 …TensorShape dst_shape = arm_compute::misc::shape_calculator::calculate_reduce_mean_shape(src.info(… in compute_target()
/aosp_15_r20/external/ComputeLibrary/src/runtime/NEON/functions/
H A DNEReduceMean.cpp110 …ensorShape output_shape = arm_compute::misc::shape_calculator::calculate_reduce_mean_shape(input->… in configure()
/aosp_15_r20/external/ComputeLibrary/src/runtime/CL/functions/
H A DCLReduceMean.cpp121 …ensorShape output_shape = arm_compute::misc::shape_calculator::calculate_reduce_mean_shape(input->… in configure()
/aosp_15_r20/external/ComputeLibrary/arm_compute/core/utils/misc/
H A DShapeCalculator.h51 inline TensorShape calculate_reduce_mean_shape(ITensorInfo *input, const Coordinates &reduction_axi… in calculate_reduce_mean_shape() function