Home
last modified time | relevance | path

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

/frameworks/ml/nn/tools/test_generator/
Dtest_generator.py924 actMap = { variable in ActivationConverter
934 self.enum = ActivationConverter.actMap[self.act][0]
935 self.low = ActivationConverter.actMap[self.act][1]
936 self.high = ActivationConverter.actMap[self.act][2]
940 return value.lower() in ActivationConverter.actMap.keys()
1053 for i in sorted(ActivationConverter.actMap.keys())]