Home
last modified time | relevance | path

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

/hardware/interfaces/neuralnetworks/utils/adapter/src/
DPreparedModel.cpp105 const auto hidlOutputShapes = V1_2::utils::convert(outputShapes).value(); in notify() local
118 const auto hidlOutputShapes = V1_3::utils::convert(outputShapes).value(); in notify() local
233 auto hidlOutputShapes = NN_TRY(utils::makeExecutionFailure(V1_2::utils::convert(outputShapes))); in executeSynchronously() local
251 auto hidlOutputShapes = NN_TRY(utils::makeExecutionFailure(V1_3::utils::convert(outputShapes))); in executeSynchronously_1_3() local