Lines Matching refs:ANeuralNetworksModel
385 * ANeuralNetworksModel is an opaque type that contains a description of the
417 typedef struct ANeuralNetworksModel ANeuralNetworksModel;
1163 const ANeuralNetworksModel* model, const ANeuralNetworksDevice* const* devices,
1183 * @param model The {@link ANeuralNetworksModel} to be compiled.
1193 int ANeuralNetworksCompilation_createForDevices(ANeuralNetworksModel* model,
1520 * Create an empty {@link ANeuralNetworksModel}.
1540 * @param model The {@link ANeuralNetworksModel} to be created.
1545 int ANeuralNetworksModel_create(ANeuralNetworksModel** model) __INTRODUCED_IN(27);
1553 * See {@link ANeuralNetworksModel} for information on multithreaded usage.
1560 void ANeuralNetworksModel_free(ANeuralNetworksModel* model) __INTRODUCED_IN(27);
1572 * See {@link ANeuralNetworksModel} for information on multithreaded usage.
1580 int ANeuralNetworksModel_finish(ANeuralNetworksModel* model) __INTRODUCED_IN(27);
1620 * See {@link ANeuralNetworksModel} for information on multithreaded usage.
1632 int ANeuralNetworksModel_addOperand(ANeuralNetworksModel* model,
1659 * See {@link ANeuralNetworksModel} for information on multithreaded usage.
1670 int ANeuralNetworksModel_setOperandValue(ANeuralNetworksModel* model, int32_t index,
1695 ANeuralNetworksModel* model, int32_t index,
1723 * See {@link ANeuralNetworksModel} for information on multithreaded usage.
1739 int ANeuralNetworksModel_setOperandValueFromMemory(ANeuralNetworksModel* model, int32_t index,
1761 * See {@link ANeuralNetworksModel} for information on multithreaded usage.
1771 int ANeuralNetworksModel_setOperandValueFromModel(ANeuralNetworksModel* model, int32_t index,
1772 const ANeuralNetworksModel* value)
1793 * See {@link ANeuralNetworksModel} for information on multithreaded usage.
1799 int ANeuralNetworksModel_addOperation(ANeuralNetworksModel* model,
1823 * See {@link ANeuralNetworksModel} for information on multithreaded usage.
1828 int ANeuralNetworksModel_identifyInputsAndOutputs(ANeuralNetworksModel* model, uint32_t inputCount,
1857 * See {@link ANeuralNetworksModel} for information on multithreaded usage.
1859 int ANeuralNetworksModel_relaxComputationFloat32toFloat16(ANeuralNetworksModel* model, bool allow)
1889 * @param model The {@link ANeuralNetworksModel} to be compiled.
1895 int ANeuralNetworksCompilation_create(ANeuralNetworksModel* model,