Loading neuralnetworks/1.1/types.hal +8 −0 Original line number Diff line number Diff line Loading @@ -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; }; Loading
neuralnetworks/1.1/types.hal +8 −0 Original line number Diff line number Diff line Loading @@ -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; };