MCPcopy Create free account
hub / github.com/ARM-software/armnn / Tensor

Class Tensor

include/armnn/Tensor.hpp:321–326  ·  view source on GitHub ↗

A tensor defined by a TensorInfo (shape and data type) and a mutable backing store.

Source from the content-addressed store, hash-verified

319
320/// A tensor defined by a TensorInfo (shape and data type) and a mutable backing store.
321class Tensor : public BaseTensor<void*>
322{
323public:
324 /// Brings in the constructors and assignment operator.
325 using BaseTensor<void*>::BaseTensor;
326};
327
328/// A tensor defined by a TensorInfo (shape and data type) and an immutable backing store.
329class ConstTensor : public BaseTensor<const void*>

Callers 15

mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
ArmnnNetworkExecutorMethod · 0.50
RunTestMethod · 0.50
RunTestMethod · 0.50

Calls

no outgoing calls

Tested by 15

RunTestMethod · 0.40
RunInferenceFunction · 0.40
QLstmEndToEndFunction · 0.40
GetSoftmaxProfilerJsonFunction · 0.40
ConstantUsageTestFunction · 0.40
EndToEndLayerTestImplFunction · 0.40
ImportAlignedPointerTestFunction · 0.40
ImportOnlyWorkloadFunction · 0.40
ExportOnlyWorkloadFunction · 0.40