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

Function map

utils/Utils.h:214–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212 */
213template <typename T>
214inline void map(T &tensor, bool blocking)
215{
216 ARM_COMPUTE_UNUSED(tensor);
217 ARM_COMPUTE_UNUSED(blocking);
218}
219
220/** Unmaps a tensor if needed
221 *

Callers 15

fill_imageMethod · 0.85
fill_planar_tensorMethod · 0.85
fill_tensorMethod · 0.85
save_to_ppmFunction · 0.85
save_to_npyFunction · 0.85
load_trained_dataFunction · 0.85
fill_tensor_valueFunction · 0.85
fill_tensor_vectorFunction · 0.85
fill_random_tensorFunction · 0.85
compare_tensorFunction · 0.85
mapMethod · 0.85
MMappedFileMethod · 0.85

Calls 1

mapMethod · 0.45

Tested by

no test coverage detected