Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ir/
Dtensor.cc263 return ProcessPlaceholder(ss, num_width); in ToString()
405 std::string ProcessPlaceholder(std::ostringstream &ss, int max_width) const { in ProcessPlaceholder() function in mindspore::tensor::TensorDataImpl