|   |  | 
Go to the source code of this file.
| Namespaces | |
| af | |
| Macros | |
| #define | gfor(var, ...) for (var = af::seq(af::seq(__VA_ARGS__), true); af::gforToggle(); ) | 
| Typedefs | |
| typedef array(* | batchFunc_t) (const array &lhs, const array &rhs) | 
| Functions | |
| AFAPI bool | gforToggle () | 
| AFAPI bool | gforGet () | 
| AFAPI void | gforSet (bool val) | 
| AFAPI array | batchFunc (const array &lhs, const array &rhs, batchFunc_t func) | 
| #define gfor | ( | var, | |
| ... | |||
| ) | for (var = af::seq(af::seq(__VA_ARGS__), true); af::gforToggle(); ) |