Home
last modified time | relevance | path

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

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