Print contents of array. More...
Defines | |
| #define | print(exp) do { std::cout << #exp << " =\n"; print_(exp); } while (0) |
| Print array name and data. | |
Functions | |
| void | af::print_ (const array &in) |
| Print array contents to screen. | |
| std::ostream & | af::operator<< (std::ostream &out, const array in) |
| Print to ostream. | |
| void | af::info () |
| Display the devices available for computation. | |
Print contents of array.
| #define print | ( | exp | ) | do { std::cout << #exp << " =\n"; print_(exp); } while (0) |
Print array name and data.
| void af::print_ | ( | const array & | in | ) |
Print array contents to screen.
| std::ostream& af::operator<< | ( | std::ostream & | out, |
| const array | in | ||
| ) |
Print to ostream.
| void af::info | ( | ) |
Display the devices available for computation.