Home | History | Annotate | Download | only in 1.0

Lines Matching defs: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();
83 // model check
89 // model prepare types
112 // model prepare operations
171 Type Model::getScalar(uint32_t operand) {
176 hexagon_nn_input Model::createTensor(uint32_t B, uint32_t H, uint32_t W, uint32_t D,
183 hexagon_nn_input Model::createValues(const std::vector<Type>& values) {
188 hexagon_nn_input Model::createScalar(Type value) {