summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'neuralnetworks/1.0/types.hal')
-rw-r--r--neuralnetworks/1.0/types.hal2
1 files changed, 1 insertions, 1 deletions
diff --git a/neuralnetworks/1.0/types.hal b/neuralnetworks/1.0/types.hal
index c97a00be..a9c91cd4 100644
--- a/neuralnetworks/1.0/types.hal
+++ b/neuralnetworks/1.0/types.hal
@@ -44,7 +44,7 @@ enum OperandType : int32_t {
44 * 44 *
45 * Attached to this tensor are two numbers that can be used to convert the 45 * Attached to this tensor are two numbers that can be used to convert the
46 * 8 bit integer to the real value and vice versa. These two numbers are: 46 * 8 bit integer to the real value and vice versa. These two numbers are:
47 * - scale: a 32 bit floating point value 47 * - scale: a 32 bit floating point value greater than zero
48 * - zero_value: a 32 bit integer 48 * - zero_value: a 32 bit integer
49 * 49 *
50 * The formula is: 50 * The formula is: