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

Method set_fast_math

arm_compute/function_info/GEMMInfo.h:254–257  ·  view source on GitHub ↗

Set fast math flag * * @param[in] fast_math Flag to set */

Source from the content-addressed store, hash-verified

252 * @param[in] fast_math Flag to set
253 */
254 void set_fast_math(bool fast_math)
255 {
256 _fast_math = fast_math;
257 }
258 /** Flag which specifies whether to broadcast the shape of the bias tensor.
259 *
260 * @return True if the shape of the bias tensor is to be broadcasted.

Callers 6

validate_mmFunction · 0.80
configure_mmMethod · 0.80
has_opt_implMethod · 0.80
compute_targetMethod · 0.80
compute_targetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected