Lines Matching refs:Model
41 using NeuralnetworksModel = ::android::hardware::neuralnetworks::V1_0::Model;
68 class Model {
71 Model() = delete;
72 Model(const Model&) = delete;
73 Model& operator=(const Model&) = delete;
74 Model(Model&& other);
75 Model& operator=(Model&& other);
77 Model(const NeuralnetworksModel& model);
78 ~Model();
171 Type Model::getScalar(uint32_t operand) { in getScalar()
176 hexagon_nn_input Model::createTensor(uint32_t B, uint32_t H, uint32_t W, uint32_t D, in createTensor()
183 hexagon_nn_input Model::createValues(const std::vector<Type>& values) { in createValues()
188 hexagon_nn_input Model::createScalar(Type value) { in createScalar()