Searched refs:python_ref_db (Results 1 – 6 of 6) sorted by relevance
24 python_ref_db: List[OpInfo] = [ variable25 *fft.python_ref_db,26 *linalg.python_ref_db,27 *special.python_ref_db,
712 python_ref_db: List[OpInfo] = [ variable
637 python_ref_db: List[OpInfo] = [ variable
2411 python_ref_db: List[OpInfo] = [ variable
45 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}
21358 python_ref_db = [ variable24408 python_ref_db += opinfo.definitions.python_ref_db24411 ops_and_refs = op_db + python_ref_db