Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/tools/test_generator/
Dtest_generator.py981 def CompatibleWithADD(op): function
1003 modelInputs = [i for i in model.GetInputs() if CompatibleWithADD(i) and i.mayBeInternal]
1035 modelOutputs = [o for o in model.GetOutputs() if CompatibleWithADD(o)]