summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'neuralnetworks/1.1/IDevice.hal')
-rw-r--r--neuralnetworks/1.1/IDevice.hal2
1 files changed, 1 insertions, 1 deletions
diff --git a/neuralnetworks/1.1/IDevice.hal b/neuralnetworks/1.1/IDevice.hal
index ca225554..d2c48433 100644
--- a/neuralnetworks/1.1/IDevice.hal
+++ b/neuralnetworks/1.1/IDevice.hal
@@ -41,7 +41,7 @@ interface IDevice extends @1.0::IDevice {
41 /** 41 /**
42 * Gets the supported operations in a model. 42 * Gets the supported operations in a model.
43 * 43 *
44 * getSupportedSubgraph indicates which operations of a model are fully 44 * getSupportedOperations indicates which operations of a model are fully
45 * supported by the vendor driver. If an operation may not be supported for 45 * supported by the vendor driver. If an operation may not be supported for
46 * any reason, getSupportedOperations must return false for that operation. 46 * any reason, getSupportedOperations must return false for that operation.
47 * 47 *