Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/util/
Ddispatch.py39 DISPATCH_ATTR = "_tf_dispatchers" variable
80 if not hasattr(op, DISPATCH_ATTR):
82 getattr(op, DISPATCH_ATTR).append(self)
100 for dispatcher in getattr(op, DISPATCH_ATTR):
169 if hasattr(target, DISPATCH_ATTR):
171 setattr(target, DISPATCH_ATTR, [])