Home
last modified time | relevance | path

Searched defs:transpose_int (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/onnx/
H A Dunpack_quantized_weights.cpp358 bool transpose_int = flags & (1 << 0); in unpackQuantizedWeightsHelper() local
416 auto transpose_int = conv_params_packed[idx].item<int64_t>(); in unpackQuantizedWeightsHelper() local
/aosp_15_r20/external/pytorch/torch/nested/_internal/
H A Dops.py1119 def transpose_int(func, *args, **kwargs): function