Searched refs:MakeTensorList (Results 1 – 4 of 4) sorted by relevance
65 virtual NodePtr MakeTensorList(const OpList& inputs) const = 0;102 static inline NodePtr MakeTensorList(const OpList& inputs) { in MakeTensorList() function103 return getIrBuilder()->MakeTensorList(inputs); in MakeTensorList()
346 return torch::lazy::Value(torch::lazy::MakeTensorList(std::move(values))); in GetTensorList()
40 NodePtr MakeTensorList(const OpList& inputs) const override { in MakeTensorList() function
2784 std::vector<PyObject*> MakeTensorList(PyObject* tensors) { function2849 outgrad_vec = MakeTensorList(output_gradients);2878 sources_obj = MakeTensorList(sources_raw);