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

Method strategy

arm_compute/runtime/IScheduler.h:120–123  ·  view source on GitHub ↗

Return the prefered strategy to use to split workload. * * @return The strategy */

Source from the content-addressed store, hash-verified

118 * @return The strategy
119 */
120 StrategyHint strategy() const
121 {
122 return _strategy;
123 }
124 /** Return the granule capping threshold to be used by dynamic scheduling.
125 *
126 * @return The capping threshold

Callers 2

schedule_commonMethod · 0.80
schedule_opMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected