Searched defs: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 90 def inner_fn(): function 106 def inner_fn(i): function
|
D | return_statements_test.py | 160 def inner_fn(y): function 176 def inner_fn(y): function
|
D | control_flow_test.py | 565 def inner_fn(): function
|
/external/tensorflow/tensorflow/python/eager/ |
D | function_gradients_test.py | 470 def inner_fn(a, b): function 492 def inner_fn(a, b): function 514 def inner_fn(a, b): function 566 def inner_fn(a, b): function 592 def inner_fn(a, b): function 622 def inner_fn(a, b): function 656 def inner_fn(a, b): function 679 def inner_fn(a, b): function 706 def inner_fn(a, b): function 734 def inner_fn(a, b): function [all …]
|
/external/tensorflow/tensorflow/python/framework/ |
D | auto_control_deps_test.py | 309 def inner_fn(): function 327 def inner_fn(): function 350 def inner_fn(): function 504 def inner_fn(): function 523 def inner_fn(): function 547 def inner_fn(): function
|
/external/tensorflow/tensorflow/python/autograph/pyct/testing/ |
D | basic_definitions.py | 31 def inner_fn(y): function
|
/external/tensorflow/tensorflow/python/autograph/operators/ |
D | py_builtins_test.py | 394 def inner_fn(): function 421 def inner_fn(): function 448 def inner_fn(): function 543 def inner_fn(): function
|
/external/bcc/examples/networking/tunnel_monitor/ |
D | monitor.py | 21 inner_fn = b.load_func("handle_inner", BPF.SCHED_CLS) variable
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | while_v2_test.py | 115 def inner_fn(v): # pylint: disable=invalid-name function
|