HomeSort by relevance Sort by last modified time
    Searched refs:_BLACKLISTED_OPS (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/contrib/compiler/
xla.py 46 _BLACKLISTED_OPS = set([
174 if op.type in _BLACKLISTED_OPS:
  /external/tensorflow/tensorflow/python/tpu/
tpu.py 47 _BLACKLISTED_OPS = set([
359 if op.type in _BLACKLISTED_OPS:
    [all...]

Completed in 164 milliseconds