MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / empty

Method empty

arm_compute/core/QuantizationInfo.h:173–176  ·  view source on GitHub ↗

Indicates whether this QuantizationInfo has valid settings or not * * @return True if the this has invalid settings. */

Source from the content-addressed store, hash-verified

171 * @return True if the this has invalid settings.
172 */
173 bool empty() const
174 {
175 return _scale.empty() && _offset.empty();
176 }
177 /** Return per layer quantization info
178 *
179 * @return Uniform quantization information in case of empty information zero is returned in the respective fields

Callers 1

uniformMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected