Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/test/
DTestPartitioning.cpp2438 const float padTensorValue[] = {3.0f, 5.0f}; in executeCompilationAndCompareOutput() local
2439 e.setInput(0, &padTensorValue, &padTensorValueType.operandType); in executeCompilationAndCompareOutput()
2467 float expected[4] = {0.0f, padTensorValue[0], padTensorValue[1], 0.0f}; in executeCompilationAndCompareOutput()