Home
last modified time | relevance | path

Searched defs:WeightType (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/executorch/examples/models/llama/
H A Dexport_llama_lib.py86 class WeightType(Enum): class
816 weight_type: WeightType,
855 weight_type: WeightType = WeightType.LLAMA,
/aosp_15_r20/external/armnn/src/armnnTestUtils/
H A DCreateWorkload.hpp2107 using WeightType = armnn::ResolveType<dataType>; in CreatePreCompiledWorkloadTest() typedef