Searched refs:custom_add_Tensor (Results 1 – 2 of 2) sorted by relevance
27 at::Tensor custom_add_Tensor(const at::Tensor & self, const at::Tensor & other, const at::Scalar & … in custom_add_Tensor() function155 m.impl("add.Tensor", &custom_add_Tensor); in TORCH_LIBRARY_IMPL()
246 at::Tensor custom_add_Tensor(const at::Tensor& self, const at::Tensor& other, const at::Scalar& alp… in custom_add_Tensor() function508 m.impl("add.Tensor", &custom_add_Tensor); in TORCH_LIBRARY_IMPL()