Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/lazy/core/
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()
Dtensor.cpp346 return torch::lazy::Value(torch::lazy::MakeTensorList(std::move(values))); in GetTensorList()
/external/pytorch/torch/csrc/lazy/ts_backend/
Dir_builder.h40 NodePtr MakeTensorList(const OpList& inputs) const override { in MakeTensorList() function
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc2784 std::vector<PyObject*> MakeTensorList(PyObject* tensors) { function
2849 outgrad_vec = MakeTensorList(output_gradients);
2878 sources_obj = MakeTensorList(sources_raw);