Home
last modified time | relevance | path

Searched defs:hstack (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/ops/numpy_ops/
H A Dnp_array_ops.py1054 def hstack(tup): function
/aosp_15_r20/external/pytorch/torch/onnx/
H A Dsymbolic_opset11.py1433 def hstack(g: jit_utils.GraphContext, tensor_list: _C.Value): function
/aosp_15_r20/external/pytorch/torch/_numpy/
H A D_funcs_impl.py137 def hstack( function
/aosp_15_r20/external/pytorch/torch/_refs/
H A D__init__.py3920 def hstack(tensors: TensorSequenceType) -> TensorLikeType: function
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DTensorShape.cpp2812 Tensor hstack(TensorList tensors) { in hstack() function