Searched defs:grids (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/pytorch/aten/src/ATen/native/ |
H A D | Itertools.cpp | 53 std::vector<Tensor> grids = at::meshgrid(tensors, "ij"); in cartesian_prod() local 67 std::vector<Tensor> grids = at::meshgrid(std::vector<Tensor>(r, self), "ij"); in combinations() local
|
H A D | TensorShape.cpp | 3662 std::vector<Tensor> grids; in meshgrid() local
|
/aosp_15_r20/external/pytorch/torch/_higher_order_ops/ |
H A D | triton_kernel_wrap.py | 792 def call_HOP(self, variable, grids, combined_args, tx): argument 993 def call_HOP(self, variable, grids, combined_args, tx): argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/criterion-plot/src/ |
D | axis.rs | 15 grids: map::grid::Map<grid::Properties>, field
|