Home
last modified time | relevance | path

Searched defs:transpose_ (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cudnn/
H A Dutils.h180 bool transpose_; member
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/
H A Dfbgemm_utils.h202 uint8_t transpose_; member
H A DQnnpackUtils.h303 bool transpose_; member
H A DOnednnUtils.h223 uint8_t transpose_; member
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DTensorShape.cpp2951 Tensor & transpose_(Tensor & self, int64_t dim0, int64_t dim1) { in transpose_() function
/aosp_15_r20/external/pytorch/torch/
H A D_meta_registrations.py6276 def transpose_(self, dim0, dim1): function