|
template<class Shape , class Allocator > |
auto | make_tensor_array (Shape shape, Allocator alloc) |
|
template<int N, class Allocator , class... Tags> |
auto | make_kernel_array (Shape< N > shape, Allocator allocator, Tags...) |
|
template<class SystemTag , class value_type > |
auto | make_scalar_constant (value_type scalar) |
|
template<class SystemTag , int Value, class Scalar > |
auto | make_constexpr_scalar () |
|
template<class Parent > |
auto | make_row (Parent &parent, bc::size_t index) |
|
template<class Parent > |
auto | make_diagnol (Parent &parent, bc::size_t diagnol_index) |
|
template<class Parent , class ShapeLike , class = std::enable_if_t<Parent::tensor_dim != 1>> |
auto | make_chunk (Parent &parent, bc::Dim< Parent::tensor_dim > index_points, ShapeLike shape) |
|
template<class Parent , class ShapeLike , class = std::enable_if_t<Parent::tensor_dim == 1>> |
auto | make_chunk (Parent &parent, bc::Dim< 1 > index_points, ShapeLike shape) |
|
template<class Op , class Lv , class Rv > |
BCHOT auto | make_bin_expr (Lv left, Rv right, Op oper) |
|
template<class Op , class Lv , class Rv , class... Args> |
BCHOT auto | make_bin_expr (Lv left, Rv right, Args &&... args) |
|
template<class Operation , class Expression > |
BCHOT auto | make_un_expr (Expression expression, Operation operation=Operation()) |
|
template<class expr_t > |
auto | make_transpose (expr_t expr) |
|
template<class Array , class SystemTag > |
auto | make_transpose (Un_Op< oper::transpose< SystemTag >, Array > expression) |
|
template<class Op , bool PriorEval, class Tensor , int A, int B> |
auto | update_alpha_beta_modifiers (Output_Data< Tensor, A, B > tensor) |
|
template<int AlphaModifer = 1, int BetaModifer = 0, class Tensor > |
auto | make_output_data (Tensor tensor) |
|