Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/tpu/
Dtpu.py97 _OUTSIDE_COMPILATION_ATTR = "_xla_outside_compilation" variable
400 outside_attr = op.get_attr(_OUTSIDE_COMPILATION_ATTR).decode("ascii")
413 outside_attr = op.get_attr(_OUTSIDE_COMPILATION_ATTR).decode("ascii")
594 _OUTSIDE_COMPILATION_ATTR,
Dtpu_outside_compilation_test.py507 assert sqrt.get_attr(tpu._OUTSIDE_COMPILATION_ATTR) == b"0"
509 tpu._OUTSIDE_COMPILATION_ATTR) == b"0.gradients/uid")