#include <memory>
#include <ostream>
#include <set>
#include <string>
#include <unordered_set>
#include <vector>
Go to the source code of this file.
|
constexpr char const * | GetComputeDeviceAsCString (Compute compute) |
| Deprecated function that will be removed together with the Compute enum. More...
|
|
std::ostream & | operator<< (std::ostream &os, const std::vector< Compute > &compute) |
| Deprecated function that will be removed together with the Compute enum. More...
|
|
std::ostream & | operator<< (std::ostream &os, const std::set< Compute > &compute) |
| Deprecated function that will be removed together with the Compute enum. More...
|
|
std::ostream & | operator<< (std::ostream &os, const Compute &compute) |
| Deprecated function that will be removed together with the Compute enum. More...
|
|
std::ostream & | operator<< (std::ostream &os, const BackendId &id) |
|
template<template< typename... > class TContainer, typename... TContainerTemplateArgs> |
std::ostream & | operator<< (std::ostream &os, const TContainer< BackendId, TContainerTemplateArgs... > &ids) |
|