Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ir/
Dtensor.cc43 constexpr auto kThreshold1DBool = kThreshold * 2; variable
316 …constexpr int linefeedThreshold = isFloat ? kThreshold1DFloat : (isBool ? kThreshold1DBool : kThre… in OutputDataString()