Home
last modified time | relevance | path

Searched defs:from_observed (Results 1 – 6 of 6) sorted by relevance

/external/pytorch/torch/ao/nn/quantized/modules/
Drnn.py51 def from_observed(cls, other): member in LSTM
Dactivation.py245 def from_observed(cls, other): member in MultiheadAttention
/external/pytorch/torch/ao/nn/quantizable/modules/
Dactivation.py266 def from_observed(cls, other): member in MultiheadAttention
Drnn.py492 def from_observed(cls, other): member in LSTM
/external/pytorch/test/quantization/eager/
Dtest_quantize_eager_ptq.py895 def from_observed(cls, observed_module): member in TestQuantizeEagerPTQStatic.test_custom_module_class.QuantizedCustomModule
/external/pytorch/test/quantization/fx/
Dtest_quantize_fx.py3173 def from_observed(cls, observed_module): member in TestQuantizeFx.test_custom_module_class.StaticQuantCustomModule
3190 def from_observed(cls, observed_module): member in TestQuantizeFx.test_custom_module_class.DynamicQuantCustomModule
3343 def from_observed(cls, observed_module): member in TestQuantizeFx.test_custom_module_class_input_has_multiple_users.StaticQuantCustomModule
3427 def from_observed(cls, observed_module): member in TestQuantizeFx.test_custom_module_class_input_has_duplicate_nodes.StaticQuantCustomModule
4946 def from_observed(cls, observed_lstm): member in TestQuantizeFx.test_static_lstm_with_custom_fixed_qparams.UserQuantizedLSTM