Searched refs:inner_fn (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/python/autograph/converters/ |
D | functions_test.py | 70 def inner_fn(i): function 74 return l, inner_fn(l) 90 def inner_fn(): function 94 inner_fn() 106 def inner_fn(i): function 110 return l, inner_fn(l)
|
D | return_statements_test.py | 160 def inner_fn(y): function 166 return inner_fn(x) 176 def inner_fn(y): function 178 inner_fn(x)
|
D | control_flow_test.py | 565 def inner_fn(): function 571 inner_fn()
|
/external/tensorflow/tensorflow/python/eager/ |
D | function_gradients_test.py | 470 def inner_fn(a, b): function 475 return inner_fn(x, 1.0) 492 def inner_fn(a, b): function 497 return a * inner_fn(a, b) 514 def inner_fn(a, b): function 519 return math_ops.mul(a, inner_fn(a, b)) 554 result = inner_fn(y, y) 566 def inner_fn(a, b): function 571 return a * inner_fn(a, b) 592 def inner_fn(a, b): function [all …]
|
/external/tensorflow/tensorflow/python/autograph/pyct/testing/ |
D | basic_definitions.py | 31 def inner_fn(y): function 34 return inner_fn(x)
|
/external/tensorflow/tensorflow/python/framework/ |
D | auto_control_deps_test.py | 309 def inner_fn(): function 312 return inner_fn() 327 def inner_fn(): function 335 return inner_fn() 350 def inner_fn(): function 361 return inner_fn() 504 def inner_fn(): function 508 return inner_fn() 523 def inner_fn(): function 532 return inner_fn() [all …]
|
/external/bcc/examples/networking/tunnel_monitor/ |
D | monitor.py | 21 inner_fn = b.load_func("handle_inner", BPF.SCHED_CLS) variable 26 parser[c_int(2)] = c_int(inner_fn.fd)
|
/external/tensorflow/tensorflow/python/autograph/operators/ |
D | py_builtins_test.py | 394 def inner_fn(): function 400 return inner_fn() 421 def inner_fn(): function 427 return inner_fn() 448 def inner_fn(): function 453 return inner_fn() 543 def inner_fn(): function 547 return inner_fn()
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | while_v2_test.py | 115 def inner_fn(v): # pylint: disable=invalid-name function 122 return inner_fn(v)
|