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

Function unmap

utils/Utils.h:225–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223 */
224template <typename T>
225inline void unmap(T &tensor)
226{
227 ARM_COMPUTE_UNUSED(tensor);
228}
229
230#ifdef ARM_COMPUTE_CL
231/** Maps a tensor if needed

Callers 14

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
unmapMethod · 0.85
unmapMethod · 0.85

Calls 1

unmapMethod · 0.45

Tested by

no test coverage detected