Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/include/
DOperationsUtils.h204 bool fullyConnectedPrepare(const Shape& input,
/frameworks/ml/nn/common/
DCpuExecutor.cpp1012 success = fullyConnectedPrepare(input.shape(), weights.shape(), bias.shape(), in executeOperation()
1025 success = fullyConnectedPrepare(input.shape(), weights.shape(), bias.shape(), in executeOperation()
DOperationsUtils.cpp341 bool fullyConnectedPrepare(const Shape& input, in fullyConnectedPrepare() function