Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ir/
Dtensor.cc316 …constexpr int linefeedThreshold = isFloat ? kThreshold1DFloat : (isBool ? kThreshold1DBool : kThre… in OutputDataString() local
334 if (!isScalar && ndim_ == 1 && (i + 1) % linefeedThreshold == 0) { in OutputDataString()