Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/autograph/converters/
Dfunctions_test.py70 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)
Dreturn_statements_test.py160 def inner_fn(y): function
166 return inner_fn(x)
176 def inner_fn(y): function
178 inner_fn(x)
Dcontrol_flow_test.py565 def inner_fn(): function
571 inner_fn()
/external/tensorflow/tensorflow/python/eager/
Dfunction_gradients_test.py470 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/
Dbasic_definitions.py31 def inner_fn(y): function
34 return inner_fn(x)
/external/tensorflow/tensorflow/python/framework/
Dauto_control_deps_test.py309 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/
Dmonitor.py21 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/
Dpy_builtins_test.py394 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/
Dwhile_v2_test.py115 def inner_fn(v): # pylint: disable=invalid-name function
122 return inner_fn(v)