MCPcopy 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
424template <typename T>
425PaddingSize SimpleTensor<T>::padding() const
426{
427 return PaddingSize(0);
428}
429
430template <typename T>
431const T *SimpleTensor<T>::data() const

Callers 15

fillMethod · 0.45
fill_tensorMethod · 0.45
runMethod · 0.45
run_opMethod · 0.45
configureMethod · 0.45
run_opMethod · 0.45
configureMethod · 0.45
run_opMethod · 0.45
run_opMethod · 0.45
run_opMethod · 0.45
run_opMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected