Home
last modified time | relevance | path

Searched defs:n_bit (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/executorch/backends/apple/mps/test/
H A Dtest_mps_linear.py343 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 Des31cTextureStorageMultisampleFunctionalTests.cpp1638 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 Dvideo_rtp_depacketizer_vp9.cc80 bool n_bit; in ParseRefIndices() local
H A Drtp_format_vp9.cc223 bool n_bit = !(i == vp9.num_ref_pics - 1); in WriteRefIndices() local
/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dcommon_quantization.py456 def _group_quantize_tensor(w, n_bit=4, q_group_size=16): argument