Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ init
Method
init
src/core/TensorInfo.cpp:139–142 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
137
}
138
139
void TensorInfo::init(Format format)
140
{
141
init(TensorShape(), format);
142
}
143
144
void TensorInfo::init(const TensorShape &tensor_shape, Format format)
145
{
Callers
15
init_image
Method · 0.45
NumPyAccessor
Method · 0.45
init_tensor
Method · 0.45
init_sgemm_output
Function · 0.45
ClTensor
Method · 0.45
CpuTensor
Method · 0.45
configure
Method · 0.45
run
Method · 0.45
convert_to_legacy_tensor_info
Function · 0.45
NETensorHandle
Method · 0.45
CLTensorHandle
Method · 0.45
quantize
Function · 0.45
Calls
6
num_channels_from_format
Function · 0.85
data_type_from_format
Function · 0.85
init
Function · 0.50
TensorShape
Class · 0.50
Coordinates
Class · 0.50
fill
Method · 0.45
Tested by
no test coverage detected