Home | History | Annotate | Download | only in sample

Lines Matching refs:Model

40     Return<void> getSupportedOperations(const V1_0::Model& model,
42 Return<ErrorStatus> prepareModel(const V1_0::Model& model,
44 Return<ErrorStatus> prepareModel_1_1(const V1_1::Model& model, ExecutionPreference preference,
57 SamplePreparedModel(const Model& model) : mModel(model) {}
66 Model mModel;