Home
last modified time | relevance | path

Searched defs:valuesShape (Results 1 – 2 of 2) sorted by relevance

/frameworks/ml/nn/common/operations/
DTopK_V2.cpp68 const Shape& valuesShape, void* indicesData, const Shape& indicesShape) { in eval()
/frameworks/ml/nn/common/
DCpuExecutor.cpp1719 Shape valuesShape = values.shape(); in executeOperation() local