Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dfae2475 authored by Jean-Luc Brouillet's avatar Jean-Luc Brouillet Committed by Android (Google) Code Review
Browse files

Merge "NNAPI narrow evaluation for P -- HAL"

parents b83c4f2e 7ffe78ba
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -330,4 +330,12 @@ struct Model {
     * equals OperandLifeTime::CONSTANT_REFERENCE.
     */
    vec<memory> pools;

    /**
     * 'true' indicates TENSOR_FLOAT32 may be calculated with range and/or
     * precision as low as that of the IEEE 754 16-bit floating-point format.
     * 'false' indicates TENSOR_FLOAT32 must be calculated using at least the
     * range and precision of the IEEE 754 32-bit floating-point format.
     */
    bool relaxComputationFloat32toFloat16;
};