Searched defs:support_parallel (Results 1 – 5 of 5) sorted by relevance
118 OpCoderBuilder &OpCoderBuilder::support_parallel(bool parallel) { in support_parallel() function in mindspore::lite::micro::OpCoderBuilder
40 STATUS MicroParamParser::ParseSupportParallel(const std::string &support_parallel, micro::MicroPara… in ParseSupportParallel()
110 std::string support_parallel; member
68 bool support_parallel() const { return support_parallel_; } in support_parallel() function
281 bool support_parallel = config->support_parallel(); in CreateOpCoders() local