Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/backends/vulkan/test/op_tests/
H A Dlinear_weight_int4_test.cpp26 const int64_t groupsize, in linear_weight_int4_reference_impl()
46 const int64_t groupsize, in dequantize_and_linear()
/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