Searched defs:tensorlist (Results 1 – 6 of 6) sorted by relevance
1391 def inplace_func(*tensorlist):1405 def outplace_func(*tensorlist):
331 def _sum_of_list(tensorlist): argument
79 static bool validate_tensor_list(const c10::List<at::Tensor>& tensorlist) { in validate_tensor_list()
126 at::ITensorListRef tensorlist, in throw_error_for_complex_autograd()
443 inline std::vector<at::Tensor> PythonArgs::tensorlist(int i) { in tensorlist() function
276 bool CanInferTensorListElementType(Value tensorlist, in CanInferTensorListElementType()