Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/testing/_internal/opinfo/definitions/
H A D__init__.py24 python_ref_db: List[OpInfo] = [ variable
25 *fft.python_ref_db,
26 *linalg.python_ref_db,
27 *special.python_ref_db,
H A Dspecial.py712 python_ref_db: List[OpInfo] = [ variable
H A Dfft.py637 python_ref_db: List[OpInfo] = [ variable
H A Dlinalg.py2411 python_ref_db: List[OpInfo] = [ variable
/aosp_15_r20/external/pytorch/test/
H A Dtest_ops.py45 python_ref_db,
313 @ops(python_ref_db)
508 @ops(python_ref_db)
526 @ops(python_ref_db)
538 @ops(python_ref_db)
603 [op for op in python_ref_db if op.error_inputs_func is not None],
1523 if op in python_ref_db:
2118 ref_db_names = {ref_op.name for ref_op in python_ref_db}
/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dcommon_methods_invocations.py21358 python_ref_db = [ variable
24408 python_ref_db += opinfo.definitions.python_ref_db
24411 ops_and_refs = op_db + python_ref_db