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

Method find

tests/TensorCache.h:94–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92};
93
94inline RawTensor *TensorCache::find(std::tuple<const std::string &, Format> key)
95{
96 const auto it = _raw_tensor_cache.find(key);
97 return it == _raw_tensor_cache.end() ? nullptr : &it->second;
98}
99
100inline RawTensor *TensorCache::find(std::tuple<const std::string &, Format, Channel> key)
101{

Callers 15

parseMethod · 0.80
print_helpMethod · 0.80
signature_nameFunction · 0.80
is_utility_nodeFunction · 0.80
program_nameMethod · 0.80
programMethod · 0.80
get_const_tensorMethod · 0.80
get_tensorMethod · 0.80
get_gpu_targetFunction · 0.80
create_loggerMethod · 0.80
remove_loggerMethod · 0.80
loggerMethod · 0.80

Calls 1

endMethod · 0.45

Tested by 3

parse_id_filterMethod · 0.64
test_startMethod · 0.64
test_startMethod · 0.64