Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/util/
Ddispatch.py41 DISPATCH_ATTR = "_tf_dispatchers" variable
87 if not hasattr(op, DISPATCH_ATTR):
89 getattr(op, DISPATCH_ATTR).append(self)
121 for dispatcher in getattr(op, DISPATCH_ATTR):
194 if hasattr(target, DISPATCH_ATTR):
196 setattr(target, DISPATCH_ATTR, [])