Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instructions.cc2125 std::vector<string> shape_strings; in ExtraAttributesToStringImpl() local
2127 shape_strings.push_back(ShapeUtil::HumanStringWithLayout(shape)); in ExtraAttributesToStringImpl()
2130 StrJoin(shape_strings, ", "), "}")); in ExtraAttributesToStringImpl()