Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/util/
Ddispatch.py42 class OpDispatcher(object): class
102 if result is not OpDispatcher.NOT_SUPPORTED:
104 return OpDispatcher.NOT_SUPPORTED
107 class _TypeBasedDispatcher(OpDispatcher):
185 if result is not OpDispatcher.NOT_SUPPORTED:
/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_dispatch.py100 class UnaryRaggedElementwiseDispatcher(dispatch.OpDispatcher):
152 class BinaryRaggedElementwiseDispatcher(dispatch.OpDispatcher):
220 class RaggedDispatcher(dispatch.OpDispatcher):
/external/tensorflow/tensorflow/python/ops/
Dsparse_ops.py2696 class _UnaryMapValueDispatcher(dispatch.OpDispatcher):