Searched refs:_Collect (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/python/ops/ |
D | logging_ops.py | 391 def _Collect(val, collections, default_collections): function 433 _Collect(val, collections, [ops.GraphKeys.SUMMARIES]) 495 _Collect(val, collections, [ops.GraphKeys.SUMMARIES]) 556 _Collect(val, collections, [ops.GraphKeys.SUMMARIES]) 590 _Collect(val, collections, []) 674 _Collect(val, collections, [ops.GraphKeys.SUMMARIES])
|