Searched defs:WeightType (Results 1 – 2 of 2) sorted by relevance
86 class WeightType(Enum): class816 weight_type: WeightType,855 weight_type: WeightType = WeightType.LLAMA,
2107 using WeightType = armnn::ResolveType<dataType>; in CreatePreCompiledWorkloadTest() typedef