Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestUnspecifiedDimensions.cpp88 enum class InOutType { INPUT, OUTPUT }; // parameter for setInOut() enum in __anon9006201d0111::UnspecifiedDimensionsTest
251 const SharedMemoryForTest* memory, InOutType inOutType, in setInOut()
259 if (inOutType == InOutType::INPUT) { in setInOut()
265 if (inOutType == InOutType::INPUT) { in setInOut()
349 &memoryOp0, InOutType::INPUT); in TestOne()
356 InOutType::INPUT); in TestOne()
366 &memoryOp4, InOutType::OUTPUT, mOutputBufferSize); in TestOne()