Home
last modified time | relevance | path

Searched defs:constTensor (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/armnn/src/armnn/test/optimizations/
H A DConvertConstDequantisationLayersToConstLayersTest.cpp61 ConstTensor constTensor(constTensorInfo, constantValues.data()); variable
97 ConstTensor constTensor(constTensorInfo, constantValues.data()); variable
167 ConstTensor constTensor(constTensorInfo, constantValues.data()); variable
H A DConvertConstPermuteLayersToConstLayersTest.cpp26 ConstTensor constTensor(constTensorInfo, constantValues.data()); variable
/aosp_15_r20/external/armnn/src/armnn/test/
H A DShapeInferenceTests.cpp456 ConstTensor constTensor({{ 2, 5, 3, 2 }, DataType::Float32, 0.0f, 0, true}, data); variable
544 ConstTensor constTensor({{ 2, 5, 3, 2 }, DataType::Float32, 0.0f, 0, true}, data); variable
572 ConstTensor constTensor({{ 2, 5, 3, 2 }, DataType::Float32, 0.0f, 0, true}, data); variable
H A DGraphTests.cpp604 … armnn::ConstTensor constTensor({{ 1, 1 }, armnn::DataType::Float32, 0.0f, 0, true}, &weight); variable
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/
DTestGpuNnapi.cpp847 uint32_t constTensor = in initialize() local
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/
H A DOptimizeSubgraphViewTests.cpp110 const ConstTensor& constTensor, in AddConstantLayer()
/aosp_15_r20/external/armnn/src/armnnSerializer/
H A DSerializer.cpp1875 SerializerStrategy::CreateConstTensorInfo(const armnn::ConstTensor& constTensor) in CreateConstTensorInfo()