MCPcopy Create free account
hub / github.com/Samsung/ONE / mapped

Method mapped

compiler/loco/src/IR/PermutingCodec.cpp:87–91  ·  view source on GitHub ↗

Permutation

Source from the content-addressed store, hash-verified

85// Permutation
86//
87bool Permutation<Domain::Feature>::mapped(const FeatureAxis &axis_f) const
88{
89 assert(valid(axis_f) && "invalid feature axis");
90 return _map.find(axis_f) != _map.end();
91}
92
93uint32_t Permutation<Domain::Feature>::axis(const FeatureAxis &axis_f) const
94{

Callers 2

TESTFunction · 0.80
validFunction · 0.80

Calls 3

validFunction · 0.70
findMethod · 0.45
endMethod · 0.45

Tested by 1

TESTFunction · 0.64