Home
last modified time | relevance | path

Searched refs:GetPoolingAlgorithmAsCString (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/armnn/src/armnn/
H A DSerializeLayerParameters.cpp324 fn("Type", GetPoolingAlgorithmAsCString(desc.m_PoolType)); in Serialize()
352 fn("Type", GetPoolingAlgorithmAsCString(desc.m_PoolType)); in Serialize()
/aosp_15_r20/external/armnn/include/armnn/
H A DTypesUtils.hpp115 constexpr char const* GetPoolingAlgorithmAsCString(PoolingAlgorithm pooling) in GetPoolingAlgorithmAsCString() function