MCPcopy 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
139void TensorInfo::init(Format format)
140{
141 init(TensorShape(), format);
142}
143
144void TensorInfo::init(const TensorShape &tensor_shape, Format format)
145{

Callers 15

init_imageMethod · 0.45
NumPyAccessorMethod · 0.45
init_tensorMethod · 0.45
init_sgemm_outputFunction · 0.45
ClTensorMethod · 0.45
CpuTensorMethod · 0.45
configureMethod · 0.45
runMethod · 0.45
NETensorHandleMethod · 0.45
CLTensorHandleMethod · 0.45
quantizeFunction · 0.45

Calls 6

num_channels_from_formatFunction · 0.85
data_type_from_formatFunction · 0.85
initFunction · 0.50
TensorShapeClass · 0.50
CoordinatesClass · 0.50
fillMethod · 0.45

Tested by

no test coverage detected