Home
last modified time | relevance | path

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

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