Home
last modified time | relevance | path

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

/dports/math/py-theano/Theano-1.0.5/theano/tensor/
H A Dbasic.py4474 def join(axis, *tensors_list): argument
4499 if len(tensors_list) == 1:
4500 return tensors_list[0]
4502 return join_(axis, *tensors_list)