Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/lite/src/runtime/
Druntime_pass.h36 static const std::vector<schema::PrimitiveType> Nc4hw4FormatOutOpList = {schema::PrimitiveType_Conv… variable
Druntime_pass.cc89 if (IsContain(Nc4hw4FormatOutOpList, start_kernel->type()) == false) { in Nc4hw4PassMatch()