Home
last modified time | relevance | path

Searched defs:_colocate_with (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/ops/
Dtensor_array_ops.py1082 def _colocate_with(self): member in TensorArray
1086 def _colocate_with(self, colocate_with): member in TensorArray
/external/tensorflow/tensorflow/python/framework/
Dops.py5227 def _colocate_with(op, ignore_existing=False): function