Searched refs:set__functionalize (Results 1 – 2 of 2) sorted by relevance
324 static at::Tensor& set__functionalize(at::Tensor& self, const at::Tensor& src) { in set__functionalize() function362 m.impl("set_.source_Tensor", TORCH_FN(set__functionalize)); in TORCH_LIBRARY_IMPL()
119 def set__functionalize(tensor, data): function