Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ padding
Method
padding
tests/SimpleTensor.h:425–428 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
423
424
template <typename T>
425
PaddingSize SimpleTensor<T>::padding() const
426
{
427
return PaddingSize(0);
428
}
429
430
template <typename T>
431
const T *SimpleTensor<T>::data() const
Callers
15
fill
Method · 0.45
fill_tensor
Method · 0.45
run
Method · 0.45
run_op
Method · 0.45
configure
Method · 0.45
run_op
Method · 0.45
configure
Method · 0.45
run_op
Method · 0.45
run_op
Method · 0.45
run_op
Method · 0.45
run_op
Method · 0.45
update_padding_for_cl_image
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected