Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ir/
Dtensor.cc42 constexpr auto kThreshold1DInt = kThreshold * 4; variable
316 …nt linefeedThreshold = isFloat ? kThreshold1DFloat : (isBool ? kThreshold1DBool : kThreshold1DInt); in OutputDataString()