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

Method index

src/runtime/CL/mlgo/HeuristicTree.h:169–172  ·  view source on GitHub ↗

Get tree index * @return Index */

Source from the content-addressed store, hash-verified

167 * @return Index
168 */
169 Index index() const
170 {
171 return std::make_tuple(_heuristic_type, _ip_target, _data_type);
172 }
173
174 /** Check if tree is valid
175 * @return bool

Callers 2

heuristic_treeFunction · 0.45
add_heuristic_treeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected