13 #include <unordered_set>
39 extern const std::unordered_set<BinaryEWOpCode, utility::hash_enum_class>
52 #ifdef BUILD_SYCL_MODULE
59 #ifdef BUILD_CUDA_MODULE
60 void BinaryEWCUDA(
const Tensor& lhs,
Helper functions for the ml ops.
void BinaryEWCPU(const Tensor &lhs, const Tensor &rhs, Tensor &dst, BinaryEWOpCode op_code)
const std::unordered_set< BinaryEWOpCode, utility::hash_enum_class > s_boolean_binary_ew_op_codes
void BinaryEW(const Tensor &lhs, const Tensor &rhs, Tensor &dst, BinaryEWOpCode op_code)
void BinaryEWSYCL(const Tensor &lhs, const Tensor &rhs, Tensor &dst, BinaryEWOpCode op_code)
Generic file read and write utility for python interface.