Home
last modified time | relevance | path

Searched defs:DoTransform (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/optimizer/
Dopt.cc104 static AnfNodePtr DoTransform(const OptimizerPtr &optimizer, const AnfNodePtr &node, in DoTransform() function
/third_party/skia/third_party/externals/libwebp/src/dec/
Dframe_dec.c43 static WEBP_INLINE void DoTransform(uint32_t bits, const int16_t* const src, in DoTransform() function
/third_party/skia/m133/third_party/externals/libwebp/src/dec/
Dframe_dec.c43 static WEBP_INLINE void DoTransform(uint32_t bits, const int16_t* const src, in DoTransform() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DBranchFolding.cpp1516 bool DoTransform = true; in OptimizeBlock() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp848 bool DoTransform) { in transformZExtICmp()