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