Home
last modified time | relevance | path

Searched refs:function_or_module (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pytorch/test/onnx/
H A Dtest_pytorch_onnx_onnxruntime.py12985 def test_quantized_unary_ops(self, function_or_module): argument
12990 def __init__(self, function_or_module): argument
12992 self.function_or_module = function_or_module
12995 return self.function_or_module(x)
12997 self.run_test(Model(function_or_module), q_input)