MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / validate

Method validate

src/runtime/NEON/functions/NEReduceMean.cpp:115–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115Status NEReduceMean::validate(const ITensorInfo *input,
116 const Coordinates &reduction_axis,
117 bool keep_dims,
118 const ITensorInfo *output)
119{
120 ARM_COMPUTE_TRACE_EVENT(ARM_COMPUTE_PROF_CAT_CPU, ARM_COMPUTE_PROF_LVL_CPU, "NEReduceMean::validate");
121 return validate_config(input, reduction_axis, keep_dims, output);
122}
123
124void NEReduceMean::configure(ITensor *input, const Coordinates &reduction_axis, bool keep_dims, ITensor *output)
125{

Callers

nothing calls this directly

Calls 1

validate_configFunction · 0.70

Tested by

no test coverage detected