Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
224
template <typename T>
225
inline 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_image
Method · 0.85
fill_planar_tensor
Method · 0.85
fill_tensor
Method · 0.85
save_to_ppm
Function · 0.85
save_to_npy
Function · 0.85
load_trained_data
Function · 0.85
fill_tensor_value
Function · 0.85
fill_tensor_vector
Function · 0.85
fill_random_tensor
Function · 0.85
compare_tensor
Function · 0.85
unmap
Method · 0.85
unmap
Method · 0.85
Calls
1
unmap
Method · 0.45
Tested by
no test coverage detected