Home
last modified time | relevance | path

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

/third_party/mindspore/interfaces/kits/c/
Dcontext.h126 OH_AI_API void OH_AI_ContextSetEnableParallel(OH_AI_ContextHandle context, bool is_parallel);
/third_party/skia/src/pathops/
DSkPathOpsTSect.cpp1040 static bool is_parallel(const SkDLine& thisLine, const SkTCurve& opp) { in is_parallel() function
1091 if (ptMatches == 2 || is_parallel(thisLine, opp->fCurve)) { in linesIntersect()
1102 if (ptMatches == 2|| is_parallel(oppLine, this->fCurve)) { in linesIntersect()
/third_party/libinput/
Dmeson.build218 is_parallel : false,
919 is_parallel : false,
/third_party/mindspore/patches/
D0004-cross-compile-ndkso-fp16-nnrt-train_capi.patch2519 void OH_AI_ContextSetEnableParallel(OH_AI_ContextHandle context, bool is_parallel) {
2525 - impl->enable_parallel = is_parallel;
2527 + impl->SetEnableParallel(is_parallel);