Home
last modified time | relevance | path

Searched defs:executing_eagerly (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/ops/
Dfunctional_ops.py779 def partitioned_call(args, f, tout=None, executing_eagerly=None, config=None, argument
/external/tensorflow/tensorflow/python/eager/
Dcontext.py474 def executing_eagerly(self): member in Context
921 def executing_eagerly(): function