Searched refs:kMaxShapeLen (Results 1 – 1 of 1) sorted by relevance
1189 constexpr int kMaxShapeLen = 64; in GetInstructionNodeExtraInfo() local1190 if (instr_shape.length() > kMaxShapeLen) { in GetInstructionNodeExtraInfo()1192 absl::string_view(instr_shape).substr(0, kMaxShapeLen - 3), "..."); in GetInstructionNodeExtraInfo()