Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Dpipeline.cc608 const size_t root_node_size = 3; in FetchInfoForQuantExport() local
612 if (root_node == nullptr || root_node->size() != root_node_size) { in FetchInfoForQuantExport()