Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/
H A Dtest_binary_ufuncs.py46 binary_ufuncs,
190 filter(lambda op: op.ref is not None and op.ref is not None, binary_ufuncs)
273 @ops(binary_ufuncs)
295 @ops(binary_ufuncs)
317 @ops(binary_ufuncs)
348 @ops(binary_ufuncs)
374 @ops(binary_ufuncs)
399 @ops(binary_ufuncs)
427 @ops(binary_ufuncs)
455 @ops(binary_ufuncs)
[all …]
H A Dtest_maskedtensor.py19 binary_ufuncs,
850 mt_binary_ufuncs = [op for op in binary_ufuncs if is_binary(op)]
H A Dtest_meta.py36 binary_ufuncs, op_db, foreach_unary_op_db, foreach_binary_op_db,
1317 @ops(binary_ufuncs, allowed_dtypes=(torch.float32,))
H A Dtest_sparse.py25 (op_db, reduction_ops, sparse_unary_ufuncs, sparse_masked_reduction_ops, binary_ufuncs)
50 op for op in binary_ufuncs if _op_supports_any_sparse(op) and
/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dcommon_methods_invocations.py24413 binary_ufuncs = [op for op in ops_and_refs if isinstance(op, BinaryUfuncInfo)] variable