Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/test/
DTestUnspecifiedDimensions.cpp85 constexpr int32_t kValueA = 0; variable
310 auto type0 = getType(kIndex0_Model, {kValueA, kValueB}); in TestOne()
311 auto type1 = getType(kIndex1_Model, {kValueA, 1}); in TestOne()
312 auto type2 = getType(kIndex2_Model, {kValueA, kValueB}); in TestOne()
314 auto type4 = getType(kIndex4_Model, {kValueB, kValueA}); in TestOne()
387 result = setInOut<T>(&execution, kIndex0_Execution, 0, {kValueA, valueB}, bufferOp0, in TestOne()
404 result = setInOut<T>(&execution, kIndex4_Execution, 0, {valueB, kValueA}, bufferOp4, in TestOne()