Lines Matching refs:ANeuralNetworksModel
5991 typedef struct ANeuralNetworksModel ANeuralNetworksModel; typedef
6737 const ANeuralNetworksModel* model, const ANeuralNetworksDevice* const* devices,
6767 int ANeuralNetworksCompilation_createForDevices(ANeuralNetworksModel* model,
7119 int ANeuralNetworksModel_create(ANeuralNetworksModel** model) __INTRODUCED_IN(27);
7134 void ANeuralNetworksModel_free(ANeuralNetworksModel* model) __INTRODUCED_IN(27);
7154 int ANeuralNetworksModel_finish(ANeuralNetworksModel* model) __INTRODUCED_IN(27);
7206 int ANeuralNetworksModel_addOperand(ANeuralNetworksModel* model,
7244 int ANeuralNetworksModel_setOperandValue(ANeuralNetworksModel* model, int32_t index,
7269 ANeuralNetworksModel* model, int32_t index,
7313 int ANeuralNetworksModel_setOperandValueFromMemory(ANeuralNetworksModel* model, int32_t index,
7345 int ANeuralNetworksModel_setOperandValueFromModel(ANeuralNetworksModel* model, int32_t index,
7346 const ANeuralNetworksModel* value)
7373 int ANeuralNetworksModel_addOperation(ANeuralNetworksModel* model,
7402 int ANeuralNetworksModel_identifyInputsAndOutputs(ANeuralNetworksModel* model, uint32_t inputCount,
7433 int ANeuralNetworksModel_relaxComputationFloat32toFloat16(ANeuralNetworksModel* model, bool allow)
7469 int ANeuralNetworksCompilation_create(ANeuralNetworksModel* model,