Home
last modified time | relevance | path

Searched defs:MakeTensorList (Results 1 – 3 of 3) sorted by relevance

/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/pytorch/torch/csrc/lazy/core/
H A Dir_builder.h102 static inline NodePtr MakeTensorList(const OpList& inputs) { in MakeTensorList() function
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dpywrap_tfe_src.cc2784 std::vector<PyObject*> MakeTensorList(PyObject* tensors) { function