Set fast math flag * * @param[in] fast_math Flag to set */
| 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. |
no outgoing calls
no test coverage detected