Home
last modified time | relevance | path

Searched defs:linear_in (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/test/quantization/eager/
H A Dtest_quantize_eager_ptq.py848 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 Dfrozen_concat_linear.cpp107 std::vector<Value*> linear_in = { in mergeLinearLayers() local
/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dcommon_quantization.py2608 def forward(self, indices, offsets, linear_in): argument