Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DReshape.cpp29 bool reshapeGeneric(const void* inputData, const Shape& inputShape, in reshapeGeneric() function
/frameworks/ml/nn/common/include/
DOperations.h179 bool reshapeGeneric(const void* inputData, const Shape& inputShape,
/frameworks/ml/nn/common/
DCpuExecutor.cpp1073 reshapeGeneric(reinterpret_cast<const void*>(input.buffer), in executeOperation()