Home
last modified time | relevance | path

Searched defs:constTensorInfo (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/armnn/src/armnn/test/optimizations/
H A DConvertConstDequantisationLayersToConstLayersTest.cpp56 const TensorInfo constTensorInfo(4, shape, DataType::Float16, 1.0, 0, true); variable
92 const TensorInfo constTensorInfo(4, shape, DataType::Float16, 1.0, 0, true); variable
162 const TensorInfo constTensorInfo(4, shape, DataType::QAsymmS8, 1.0, 0, true); variable
H A DConvertConstPermuteLayersToConstLayersTest.cpp22 const TensorInfo constTensorInfo(4, shape, DataType::Float32, 1.0, 0, true); variable
/aosp_15_r20/external/armnn/src/armnnTfLiteParser/
H A DTfLiteParser.cpp5212 TensorInfo constTensorInfo(tensorInfo.GetShape(), DataType::Float32, 0.0f, 0, true); in CreateConstTensorNonPermuted() local
5246 TensorInfo constTensorInfo(tensorInfo.GetShape(), DataType::Float32, 0.0f, 0, true); in CreateConstTensorPtr() local