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

Commit f97e654c authored by Michael Butler's avatar Michael Butler Committed by android-build-merger
Browse files

NNAPI narrow evaluation for P -- HAL

am: e0d9b167

Change-Id: Ife2df351b933bb01ccc43b54f45c3dba0aa5f241
parents 455b5b3c e0d9b167
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;
};