Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dcopy_insertion.cc1360 VLOG(3) << "Source buffer values: " << ValueListToString(copy_node.src); in TryElideCopy()
1361 VLOG(3) << "Dest buffer values: " << ValueListToString(copy_node.dest); in TryElideCopy()
1576 VLOG(3) << "Checking live ranges before :" << ValueListToString(&a) in LiveRangeBefore()
1577 << " vs " << ValueListToString(&b) << "\n"; in LiveRangeBefore()
1712 std::string ValueListToString(const ValueNode* element) { in ValueListToString() function in xla::__anonedb7fbf20111::CopyRemover