Home
last modified time | relevance | path

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

/external/android-nn-driver/
DUtils.hpp39 inline const V1_0::Model& getMainModel(const V1_0::Model& model) { return model; } in getMainModel() function
40 inline const V1_1::Model& getMainModel(const V1_1::Model& model) { return model; } in getMainModel() function
43 inline const V1_2::Model& getMainModel(const V1_2::Model& model) { return model; } in getMainModel() function
47 inline const V1_3::Subgraph& getMainModel(const V1_3::Model& model) { return model.main; } in getMainModel() function
/external/armnn/shim/sl/canonical/
DConversionUtils.hpp28 inline const android::nn::Model::Subgraph& getMainModel(const android::nn::Model& model) { return m… in getMainModel() function