Searched defs:meshgrid (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/pytorch/torch/ |
H A D | functional.py | 418 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__.py | 5213 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 D | np_math_ops.py | 1323 def meshgrid(*xi, **kwargs): function
|
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ |
H A D | array_ops.py | 3695 def meshgrid(*args, **kwargs): function
|
/aosp_15_r20/external/pytorch/torch/_numpy/ |
H A D | _funcs_impl.py | 722 def meshgrid(*xi: ArrayLike, copy=True, sparse=False, indexing="xy"): function
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/ |
H A D | TensorShape.cpp | 3594 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 D | symbolic_opset9.py | 5644 def meshgrid(g: jit_utils.GraphContext, tensor_list, indexing: str | None = None): function
|