Lines Matching refs:Model

164 void logModelToInfo(const V1_0::Model& model);
165 void logModelToInfo(const V1_1::Model& model);
166 void logModelToInfo(const V1_2::Model& model);
167 void logModelToInfo(const V1_3::Model& model);
219 bool compliantWithV1_0(const V1_0::Model& model);
220 bool compliantWithV1_0(const V1_1::Model& model);
221 bool compliantWithV1_0(const V1_2::Model& model,
223 bool compliantWithV1_0(const V1_3::Model& model,
225 bool compliantWithV1_1(const V1_0::Model& model);
226 bool compliantWithV1_1(const V1_1::Model& model);
227 bool compliantWithV1_1(const V1_2::Model& model,
229 bool compliantWithV1_1(const V1_3::Model& model,
231 bool compliantWithV1_2(const V1_0::Model& model);
232 bool compliantWithV1_2(const V1_1::Model& model);
233 bool compliantWithV1_2(const V1_2::Model& model,
235 bool compliantWithV1_2(const V1_3::Model& model,
260 V1_0::Model convertToV1_0(const V1_0::Model& model);
261 V1_0::Model convertToV1_0(const V1_1::Model& model);
262 V1_0::Model convertToV1_0(const V1_2::Model& model);
263 V1_0::Model convertToV1_0(const V1_3::Model& model);
264 V1_1::Model convertToV1_1(const V1_0::Model& model);
265 V1_1::Model convertToV1_1(const V1_1::Model& model);
266 V1_1::Model convertToV1_1(const V1_2::Model& model);
267 V1_1::Model convertToV1_1(const V1_3::Model& model);
268 V1_2::Model convertToV1_2(const V1_0::Model& model);
269 V1_2::Model convertToV1_2(const V1_1::Model& model);
270 V1_2::Model convertToV1_2(const V1_2::Model& model);
271 V1_2::Model convertToV1_2(const V1_3::Model& model);
272 V1_3::Model convertToV1_3(const V1_0::Model& model);
273 V1_3::Model convertToV1_3(const V1_1::Model& model);
274 V1_3::Model convertToV1_3(const V1_2::Model& model);
275 V1_3::Model convertToV1_3(const V1_3::Model& model);
345 ExtensionNameAndPrefix uncheckedConvert(const V1_2::Model::ExtensionNameAndPrefix&);
346 Model::Subgraph uncheckedConvert(const V1_3::Subgraph& subgraph);
347 Model uncheckedConvert(const V1_3::Model& model);
364 std::vector<Model::Subgraph> uncheckedConvert(const hardware::hidl_vec<V1_3::Subgraph>& subgraphs);
375 hardware::hidl_vec<uint8_t> convertToV1_0(const Model::OperandValues& operandValues);
383 V1_2::Model::ExtensionNameAndPrefix convertToV1_2(const ExtensionNameAndPrefix&);
390 V1_3::Model convertToV1_3(const Model& model);
401 V1_3::Subgraph convertToV1_3(const Model::Subgraph& model);