reference_elementwise.hpp Source File#
reference_elementwise.hpp
Go to the documentation of this file.
Definition tile/core/algorithm/cluster_descriptor.hpp:13
CK_TILE_HOST auto make_ParallelTensorFunctor(F f, Xs... xs)
Definition tile/host/host_tensor.hpp:329
CK_TILE_HOST void reference_binary_elementwise(const HostTensor< ADataType > &a, const HostTensor< BDataType > &b, HostTensor< CDataType > &c, ElementOp element_op)
Definition reference_elementwise.hpp:31
CK_TILE_HOST void reference_unary_elementwise(const HostTensor< ADataType > &a, HostTensor< BDataType > &b, ElementOp element_op)
Definition reference_elementwise.hpp:12
CK_TILE_HOST_DEVICE constexpr Y type_convert(X x)
Definition tile/core/numeric/type_convert.hpp:29
Definition tile/host/host_tensor.hpp:336
std::size_t get_element_space_size() const
Definition tile/host/host_tensor.hpp:400