Home
last modified time | relevance | path

Searched defs:grids (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DItertools.cpp53 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 DTensorShape.cpp3662 std::vector<Tensor> grids; in meshgrid() local
/aosp_15_r20/external/pytorch/torch/_higher_order_ops/
H A Dtriton_kernel_wrap.py792 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/
Daxis.rs15 grids: map::grid::Map<grid::Properties>, field