Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/include/
DOperationsUtils.h294 bool floorPrepare(const Shape& input, Shape* output);
/frameworks/ml/nn/common/
DOperationsUtils.cpp346 bool floorPrepare(const Shape& input, Shape* output) { in floorPrepare() function
DCpuExecutor.cpp729 if (!floorPrepare(input.shape(), &outShape) || in executeOperation()