Home
last modified time | relevance | path

Searched refs:createGenericList (Results 1 – 2 of 2) sorted by relevance

/external/pytorch/torch/csrc/jit/python/
Dpybind_utils.cpp363 return createGenericList(obj, elem_type); in toIValue()
Dpybind_utils.h718 inline IValue createGenericList(py::handle obj, const TypePtr& elem_type) { in createGenericList() function