Home
last modified time | relevance | path

Searched defs:Matched (Results 1 – 10 of 10) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/fl/server/kernel/
Dkernel_factory.h82 virtual bool Matched(const ParamsInfo &params_info, const CNodePtr &kernel_node) { return true; } in Matched() function
Doptimizer_kernel_factory.cc24 bool OptimizerKernelFactory::Matched(const ParamsInfo &params_info, const CNodePtr &kernel_node) { in Matched() function in mindspore::fl::server::kernel::OptimizerKernelFactory
Daggregation_kernel_factory.cc24 bool AggregationKernelFactory::Matched(const ParamsInfo &params_info, const CNodePtr &kernel_node) { in Matched() function in mindspore::fl::server::kernel::AggregationKernelFactory
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFObjectWriter.cpp40 bool Matched = false; ///< Is this relocation part of a match. member
116 unsigned Matched = Predicate(*I); in find_best() local
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/parse/
Ddata_converter.cc94 …bool Matched(const py::object &obj) override { return check_func_ != nullptr ? check_func_(obj) : … in Matched() function in mindspore::parse::ByTypeDataConverter
113 bool Matched(const py::object &obj) override { return py::hasattr(obj, attr_name_); } in Matched() function in mindspore::parse::ByAttrDataConverter
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Option/
DOptTable.cpp186 bool Matched = IgnoreCase in matchOption() local
/third_party/boost/libs/regex/src/
Dcregex.cpp543 bool RegEx::Matched(int i)const in Matched() function in boost::RegEx
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1966 bool Matched = false; in visitGetElementPtrInst() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp3451 SmallSetVector<PHIPair, 8> Matched; in MatchPhiSet() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp3991 const SCEV *Matched = MatchNotExpr(Operand); in getNotSCEV() local