Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/driver/sample/
DSampleDriverUtils.cpp54 const hardware::hidl_vec<V1_2::OutputShape>&, V1_2::Timing) { in notify()
/packages/modules/NeuralNetworks/common/include/nnapi/
DTypes.h209 struct OutputShape { struct
225 std::vector<OutputShape> outputShapes = {}; argument
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/
DDriverFuzzTest.cpp299 V1_2::Timing /*timing*/) { in execute()
/packages/modules/NeuralNetworks/common/
DValidation.cpp267 Result<Version> validateOutputShape(const OutputShape& /*outputShape*/) { in validateOutputShape()