Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instructions.cc1664 std::vector<string> buffers_replicated_strs; in ExtraAttributesToStringImpl() local
1666 buffers_replicated_strs.push_back(replicated ? "true" : "false"); in ExtraAttributesToStringImpl()
1669 StrJoin(buffers_replicated_strs, ","), "}")); in ExtraAttributesToStringImpl()