Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DGenerateProposals.cpp1070 InputWithLayout<float> score_nhwc(useNchw), delta_nhwc(useNchw); in generateProposalsFloat32Compute() local
1071 NN_RET_CHECK(score_nhwc.initialize(scoresData, scoresShape)); in generateProposalsFloat32Compute()
1074 score_nhwc.getNhwcBuffer(), score_nhwc.getNhwcShape(), delta_nhwc.getNhwcBuffer(), in generateProposalsFloat32Compute()