Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/control_flow/
H A Dcontrol_flow_ops_py_test.py2399 outer_c = lambda x: math_ops.less(x, 3000.0) function
2409 outer_c, outer_b, [s0], parallel_iterations=1)
/aosp_15_r20/external/pytorch/test/
H A Dtest_jit.py2701 outer_c = torch.tensor(9)
2705 def bool_fn(x, a=outer_c, flag=outer_flag):