Home
last modified time | relevance | path

Searched defs:outer_fn (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/eager/
Dfunction_gradients_test.py474 def outer_fn(x): function
500 def outer_fn(x): function
522 def outer_fn(x): function
574 def outer_fn(x): function
608 def outer_fn(x): function
638 def outer_fn(x): function
664 def outer_fn(x): function
692 def outer_fn(x): function
719 def outer_fn(x): function
742 def outer_fn(x): function
[all …]
/external/bcc/examples/networking/tunnel_monitor/
Dmonitor.py20 outer_fn = b.load_func("handle_outer", BPF.SCHED_CLS) variable
/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Dvectorization_utils.cc380 std::unique_ptr<FunctionBody> outer_fn; in Initialize() local