Home
last modified time | relevance | path

Searched defs:inner_fn (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/python/autograph/converters/
Dfunctions_test.py70 def inner_fn(i): function
90 def inner_fn(): function
106 def inner_fn(i): function
Dreturn_statements_test.py160 def inner_fn(y): function
176 def inner_fn(y): function
Dcontrol_flow_test.py565 def inner_fn(): function
/external/tensorflow/tensorflow/python/eager/
Dfunction_gradients_test.py470 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/
Dauto_control_deps_test.py309 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/
Dbasic_definitions.py31 def inner_fn(y): function
/external/tensorflow/tensorflow/python/autograph/operators/
Dpy_builtins_test.py394 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/
Dmonitor.py21 inner_fn = b.load_func("handle_inner", BPF.SCHED_CLS) variable
/external/tensorflow/tensorflow/python/kernel_tests/
Dwhile_v2_test.py115 def inner_fn(v): # pylint: disable=invalid-name function