Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.cc3665 std::vector<std::pair<string, string>> sorted_attributes( in FrontendAttributesToString() local
3667 absl::c_sort(sorted_attributes); in FrontendAttributesToString()
3675 absl::StrJoin(sorted_attributes, ",", formatter)); in FrontendAttributesToString()