Home
last modified time | relevance | path

Searched refs:MakeTensorList (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/lazy/core/
H A Dir_builder.h65 virtual NodePtr MakeTensorList(const OpList& inputs) const = 0;
102 static inline NodePtr MakeTensorList(const OpList& inputs) { in MakeTensorList() function
103 return getIrBuilder()->MakeTensorList(inputs); in MakeTensorList()
H A Dtensor.cpp346 return torch::lazy::Value(torch::lazy::MakeTensorList(std::move(values))); in GetTensorList()
/aosp_15_r20/external/pytorch/torch/csrc/lazy/ts_backend/
H A Dir_builder.h40 NodePtr MakeTensorList(const OpList& inputs) const override { in MakeTensorList() function
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dpywrap_tfe_src.cc2784 std::vector<PyObject*> MakeTensorList(PyObject* tensors) { function
2849 outgrad_vec = MakeTensorList(output_gradients);
2878 sources_obj = MakeTensorList(sources_raw);