Home
last modified time | relevance | path

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

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