Home
last modified time | relevance | path

Searched defs:bin_ops (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/libcore/ojluni/src/tools/build/tools/java.nio-generator/
H A Dgen_java_nio.py91 bin_ops="", read_only=False, byte_order=BYTE_ORDER_DEFAULT, append=" > "): argument
/aosp_15_r20/external/pytorch/torch/_dynamo/variables/
H A Dtorch.py149 bin_ops = dict.fromkeys(["add", "sub", "mul", "div", "sqrt"]) variable
/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_foreach.py61 bin_ops = parametrize("op", bin_ops_under_test, name_fn=lambda f: f.__name__) variable