Searched refs:linefeedThreshold (Results 1 – 1 of 1) sorted by relevance
316 …constexpr int linefeedThreshold = isFloat ? kThreshold1DFloat : (isBool ? kThreshold1DBool : kThre… in OutputDataString() local334 if (!isScalar && ndim_ == 1 && (i + 1) % linefeedThreshold == 0) { in OutputDataString()