Searched refs:delta_nhwc (Results 1 – 1 of 1) sorted by relevance
/aosp12/packages/modules/NeuralNetworks/common/operations/ |
H A D | GenerateProposals.cpp | 1070 InputWithLayout<float> score_nhwc(useNchw), delta_nhwc(useNchw); in generateProposalsFloat32Compute() local 1072 NN_RET_CHECK(delta_nhwc.initialize(bboxDeltasData, bboxDeltasShape)); in generateProposalsFloat32Compute() 1074 score_nhwc.getNhwcBuffer(), score_nhwc.getNhwcShape(), delta_nhwc.getNhwcBuffer(), in generateProposalsFloat32Compute() 1075 delta_nhwc.getNhwcShape(), anchorsData, anchorsShape, imageInfoData, imageInfoShape, in generateProposalsFloat32Compute()
|