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

Method threshold

arm_compute/runtime/IScheduler.h:128–131  ·  view source on GitHub ↗

Return the granule capping threshold to be used by dynamic scheduling. * * @return The capping threshold */

Source from the content-addressed store, hash-verified

126 * @return The capping threshold
127 */
128 int threshold() const
129 {
130 return _threshold;
131 }
132
133 private:
134 unsigned int _split_dimension{};

Callers 1

schedule_commonMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected