Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/include/
DOperationsUtils.h175 bool floorPrepare(const Shape& input, Shape* output);
/frameworks/ml/nn/common/
DOperationsUtils.cpp219 bool floorPrepare(const Shape& input, Shape* output) { in floorPrepare() function
DCpuExecutor.cpp434 success = floorPrepare(input.shape(), &outShape) && in executeOperation()