Home
last modified time | relevance | path

Searched defs:meshgrid (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/pytorch/torch/
H A Dfunctional.py418 def meshgrid( function
425 def meshgrid(*tensors, indexing: Optional[str] = None) -> Tuple[Tensor, ...]: function
/aosp_15_r20/external/pytorch/torch/_refs/
H A D__init__.py5213 def meshgrid(tensors: Sequence[TensorLikeType], indexing: str): function
5218 def meshgrid(*tensors: TensorLikeType, indexing: str): function
5223 def meshgrid( function
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/numpy_ops/
H A Dnp_math_ops.py1323 def meshgrid(*xi, **kwargs): function
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Darray_ops.py3695 def meshgrid(*args, **kwargs): function
/aosp_15_r20/external/pytorch/torch/_numpy/
H A D_funcs_impl.py722 def meshgrid(*xi: ArrayLike, copy=True, sparse=False, indexing="xy"): function
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DTensorShape.cpp3594 std::vector<Tensor> meshgrid(TensorList tensors) { in meshgrid() function
3600 std::vector<Tensor> meshgrid(TensorList tensors, in meshgrid() function
/aosp_15_r20/external/pytorch/torch/onnx/
H A Dsymbolic_opset9.py5644 def meshgrid(g: jit_utils.GraphContext, tensor_list, indexing: str | None = None): function