Searched defs:linear_in (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/pytorch/test/quantization/eager/ |
H A D | test_quantize_eager_ptq.py | 848 def forward(self, indices, offsets, per_sample_weights, linear_in): argument 1486 def forward(self, indices, offsets, linear_in): argument 1511 def forward(self, indices, linear_in): argument
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/ |
H A D | frozen_concat_linear.cpp | 107 std::vector<Value*> linear_in = { in mergeLinearLayers() local
|
/aosp_15_r20/external/pytorch/torch/testing/_internal/ |
H A D | common_quantization.py | 2608 def forward(self, indices, offsets, linear_in): argument
|