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

Method shape

tests/SimpleTensor.h:324–327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

322
323template <typename T>
324TensorShape SimpleTensor<T>::shape() const
325{
326 return _shape;
327}
328
329template <typename T>
330size_t SimpleTensor<T>::element_size() const

Callers 15

validate_argumentsFunction · 0.45
run_opMethod · 0.45
run_opMethod · 0.45
get_mwsMethod · 0.45
get_mwsMethod · 0.45
get_mwsMethod · 0.45
get_mwsMethod · 0.45
operator()Method · 0.45
operator()Method · 0.45
operator()Method · 0.45
AssetsLibrary.cppFile · 0.45
get_image_shapeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected