Home
last modified time | relevance | path

Searched defs:rowwise (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/test/distributed/tensor/parallel/
H A Dtest_parallelize_api.py68 self, local_module, dist_module, inp_size, rank0_only=True, rowwise=False argument
/aosp_15_r20/external/pytorch/torch/utils/benchmark/utils/
H A Dcompare.py312 def colorize(self, rowwise=False): argument
/aosp_15_r20/external/eigen/Eigen/src/Core/
H A DDenseBase.h550 EIGEN_DEVICE_FUNC inline ConstRowwiseReturnType rowwise() const { in rowwise() function