Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ data_layout
Method
data_layout
tests/SimpleTensor.h:362–365 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
360
361
template <typename T>
362
DataLayout SimpleTensor<T>::data_layout() const
363
{
364
return _data_layout;
365
}
366
367
template <typename T>
368
DataType SimpleTensor<T>::data_type() const
Callers
15
TypePrinter.h
File · 0.45
fill_planar_tensor
Method · 0.45
preprocess_typed
Method · 0.45
access_tensor
Method · 0.45
fill_tensor
Method · 0.45
validate_arguments
Function · 0.45
configure
Method · 0.45
validate
Method · 0.45
get_convolution_method
Method · 0.45
configure
Method · 0.45
validate
Method · 0.45
configure
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected