Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestPartitioning.cpp145 const uint32_t kNumFuseCodes = 4; variable
168 value += kNumFuseCodes; in lookupOperation()
315 (operation < kNumFuseCodes ? ANEURALNETWORKS_ADD : ANEURALNETWORKS_MUL); in addOperation2To1()
316 int32_t fuseCode = (operation < kNumFuseCodes ? operation : operation - kNumFuseCodes); in addOperation2To1()