|
| template<typename Range > |
| std::ostream & | ck::LogRange (std::ostream &os, Range &&range, std::string delim) |
| |
| template<typename T , typename Range > |
| std::ostream & | ck::LogRangeAsType (std::ostream &os, Range &&range, std::string delim) |
| |
| template<typename F , typename T , std::size_t... Is> |
| auto | ck::call_f_unpack_args_impl (F f, T args, std::index_sequence< Is... >) |
| |
| template<typename F , typename T > |
| auto | ck::call_f_unpack_args (F f, T args) |
| |
| template<typename F , typename T , std::size_t... Is> |
| auto | ck::construct_f_unpack_args_impl (T args, std::index_sequence< Is... >) |
| |
| template<typename F , typename T > |
| auto | ck::construct_f_unpack_args (F, T args) |
| |
| template<typename New2Old , typename NewLayout = HostTensorDescriptor::BaseTensorLayout> |
| HostTensorDescriptor | ck::transpose_host_tensor_descriptor_given_new2old (const HostTensorDescriptor &a, const New2Old &new2old, const NewLayout &new_layout=NewLayout()) |
| |
| template<typename F , typename... Xs> |
| auto | ck::make_ParallelTensorFunctor (F f, Xs... xs) |
| |