Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestUnspecifiedDimensions.cpp79 constexpr int32_t kValueA = 0; variable
278 auto type0 = getType(kIndex0_Model, {kValueA, kValueB}); in TestOne()
279 auto type1 = getType(kIndex1_Model, {kValueA, 1}); in TestOne()
280 auto type2 = getType(kIndex2_Model, {kValueA, kValueB}); in TestOne()
282 auto type4 = getType(kIndex4_Model, {kValueB, kValueA}); in TestOne()
348 result = setInOut<T>(&execution, kIndex0_Execution, 0, {kValueA, valueB}, bufferOp0, in TestOne()
365 result = setInOut<T>(&execution, kIndex4_Execution, 0, {valueB, kValueA}, bufferOp4, in TestOne()