Home
last modified time | relevance | path

Searched defs:Mapper (Results 1 – 25 of 30) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DMapFunctionsToDefinitions.cpp12 class Mapper : public TIntermTraverser class
18 Mapper() : TIntermTraverser(true, false, false) {} in Mapper() function in Mapper
/third_party/typescript/tests/cases/compiler/
DtypeParameterConstraintInstantiation.ts3 interface Mapper<T> { interface
DjsDeclarationsWithDefaultAsNamespaceLikeMerge.ts7 interface Mapper<R> { interface
DinferFromGenericFunctionReturnTypes2.ts1 type Mapper<T, U> = (x: T) => U; alias
/third_party/mindspore/mindspore/lite/tools/converter/acl/mapper/
Dmul_fusion_mapper.cc23 STATUS MulFusionMapper::Mapper(const CNodePtr &cnode) { in Mapper() function in mindspore::lite::MulFusionMapper
Dscale_fusion_mapper.cc23 STATUS ScaleFusionMapper::Mapper(const CNodePtr &cnode) { in Mapper() function in mindspore::lite::ScaleFusionMapper
Dprelu_fusion_mapper.cc23 STATUS PReluFusionMapper::Mapper(const CNodePtr &cnode) { in Mapper() function in mindspore::lite::PReluFusionMapper
Dadd_fusion_mapper.cc23 STATUS AddFusionMapper::Mapper(const CNodePtr &cnode) { in Mapper() function in mindspore::lite::AddFusionMapper
Dfused_batchnorm_mapper.cc23 STATUS FusedBatchNormMapper::Mapper(const CNodePtr &cnode) { in Mapper() function in mindspore::lite::FusedBatchNormMapper
Dconv2d_fusion_mapper.cc23 STATUS Conv2DFusionMapper::Mapper(const CNodePtr &cnode) { in Mapper() function in mindspore::lite::Conv2DFusionMapper
Dmaxpool_fusion_mapper.cc25 STATUS MaxPoolFusionMapper::Mapper(const CNodePtr &cnode) { in Mapper() function in mindspore::lite::MaxPoolFusionMapper
Dbatchnorm_mapper.cc25 STATUS BatchNormMapper::Mapper(const CNodePtr &cnode) { in Mapper() function in mindspore::lite::BatchNormMapper
Deltwise_mapper.cc23 STATUS EltWiseMapper::Mapper(const CNodePtr &cnode) { in Mapper() function in mindspore::lite::EltWiseMapper
Dstridedslice_mapper.cc26 STATUS StridedSliceMapper::Mapper(const CNodePtr &cnode) { in Mapper() function in mindspore::lite::StridedSliceMapper
Davgpool_fusion_mapper.cc25 STATUS AvgPoolFusionMapper::Mapper(const CNodePtr &cnode) { in Mapper() function in mindspore::lite::AvgPoolFusionMapper
Dactivation_mapper.cc31 STATUS ActivationMapper::Mapper(const CNodePtr &cnode) { in Mapper() function in mindspore::lite::ActivationMapper
Dconv2d_transpose_fusion_mapper.cc25 STATUS Conv2dTransposeMapper::Mapper(const CNodePtr &cnode) { in Mapper() function in mindspore::lite::Conv2dTransposeMapper
Dconcat_mapper.cc26 STATUS ConcatMapper::Mapper(const CNodePtr &cnode) { in Mapper() function in mindspore::lite::ConcatMapper
Dgather_fusion_mapper.cc27 STATUS GatherMapper::Mapper(const CNodePtr &cnode) { in Mapper() function in mindspore::lite::GatherMapper
Dstack_mapper.cc26 STATUS StackMapper::Mapper(const CNodePtr &cnode) { in Mapper() function in mindspore::lite::StackMapper
Dcast_mapper.cc27 STATUS CastMapper::Mapper(const CNodePtr &cnode) { in Mapper() function in mindspore::lite::CastMapper
Dtranspose_mapper.cc29 STATUS TransposeMapper::Mapper(const CNodePtr &cnode) { in Mapper() function in mindspore::lite::TransposeMapper
Dpad_fusion_mapper.cc33 STATUS PadFusionMapper::Mapper(const CNodePtr &cnode) { in Mapper() function in mindspore::lite::PadFusionMapper
Dprimitive_mapper.cc40 STATUS PrimitiveMapper::Mapper(const CNodePtr &cnode) { return lite::RET_OK; } in Mapper() function in mindspore::lite::PrimitiveMapper
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineOutliner.cpp1013 InstructionMapper &Mapper, std::vector<OutlinedFunction> &FunctionList) { in findCandidates()
1096 Module &M, OutlinedFunction &OF, InstructionMapper &Mapper, unsigned Name) { in createOutlinedFunction()
1196 InstructionMapper &Mapper, in outline()
1296 void MachineOutliner::populateMapper(InstructionMapper &Mapper, Module &M, in populateMapper()
1452 InstructionMapper Mapper; in doOutline() local

12