Searched defs:n_bit (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/executorch/backends/apple/mps/test/ |
H A D | test_mps_linear.py | 343 self, w, n_bit=4, groupsize=128, precision=torch.float32 argument 376 self, w, n_bit=4, group_size=128, precision=torch.float32 argument
|
/aosp_15_r20/external/deqp/external/openglcts/modules/gles31/ |
H A D | es31cTextureStorageMultisampleFunctionalTests.cpp | 1638 for (int n_bit = 0; n_bit < mask_bits_to_check; n_bit++) in iterate() local 2265 for (int n_bit = 0; n_bit < mask_bits_to_check; n_bit++) in iterate() local
|
/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/ |
H A D | video_rtp_depacketizer_vp9.cc | 80 bool n_bit; in ParseRefIndices() local
|
H A D | rtp_format_vp9.cc | 223 bool n_bit = !(i == vp9.num_ref_pics - 1); in WriteRefIndices() local
|
/aosp_15_r20/external/pytorch/torch/testing/_internal/ |
H A D | common_quantization.py | 456 def _group_quantize_tensor(w, n_bit=4, q_group_size=16): argument
|