Home
last modified time | relevance | path

Searched defs:Map (Results 1 – 25 of 208) sorted by relevance

123456789

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/operator/composite/
Dmap.h45 Map(const Map &map) in Map() function
99 : Map(reverse, fn_leaf) {} in Map() function
/third_party/lzma/CPP/Windows/
DFileMapping.h43 LPVOID Map(DWORD desiredAccess, UInt64 fileOffset, SIZE_T numberOfBytesToMap) in Map() function
49 LPVOID Map(DWORD desiredAccess, UInt64 fileOffset, SIZE_T numberOfBytesToMap, LPVOID baseAddress) in Map() function
/third_party/typescript/src/deprecatedCompat/4.0/
DrenamedMapInterfaces.ts16 export interface Map<T> extends ESMap<string, T> { interface
/third_party/typescript/tests/cases/compiler/
DdeclarationEmitMappedTypeDistributivityPreservesConstraints.ts5 type Map<T extends Fns> = { [K in keyof T]: T[K]; }; alias
DforwardDeclaredCommonTypes01.ts6 interface Map<K, V> {} interface
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/adapter/dpico/mapper/
Dsqrt_mapper.cc27 STATUS SqrtMapper::Map(const api::CNodePtr &cnode, std::vector<BaseOperatorPtr> *base_operators, in Map() function in mindspore::dpico::SqrtMapper
Dasinh_mapper.cc28 STATUS AsinhMapper::Map(const api::CNodePtr &cnode, std::vector<BaseOperatorPtr> *base_operators, in Map() function in mindspore::dpico::AsinhMapper
Dsinh_mapper.cc28 STATUS SinhMapper::Map(const api::CNodePtr &cnode, std::vector<BaseOperatorPtr> *base_operators, in Map() function in mindspore::dpico::SinhMapper
Dsoftsign_mapper.cc27 STATUS SoftSignMapper::Map(const api::CNodePtr &cnode, std::vector<BaseOperatorPtr> *base_operators, in Map() function in mindspore::dpico::SoftSignMapper
Dhardsigmod_mapper.cc28 STATUS HardSigmoidMapper::Map(const api::CNodePtr &cnode, std::vector<BaseOperatorPtr> *base_operat… in Map() function in mindspore::dpico::HardSigmoidMapper
Dcosh_mapper.cc28 STATUS CoshMapper::Map(const api::CNodePtr &cnode, std::vector<BaseOperatorPtr> *base_operators, in Map() function in mindspore::dpico::CoshMapper
Dacos_mapper.cc28 STATUS AcosMapper::Map(const api::CNodePtr &cnode, std::vector<BaseOperatorPtr> *base_operators, in Map() function in mindspore::dpico::AcosMapper
Dacosh_mapper.cc28 STATUS AcoshMapper::Map(const api::CNodePtr &cnode, std::vector<BaseOperatorPtr> *base_operators, in Map() function in mindspore::dpico::AcoshMapper
Dgru_mapper.cc28 STATUS GruMapper::Map(const api::CNodePtr &cnode, std::vector<BaseOperatorPtr> *base_operators, in Map() function in mindspore::dpico::GruMapper
Dmish_mapper.cc28 STATUS MishMapper::Map(const api::CNodePtr &cnode, std::vector<BaseOperatorPtr> *base_operators, in Map() function in mindspore::dpico::MishMapper
Dabs_mapper.cc27 STATUS AbsMapper::Map(const api::CNodePtr &cnode, std::vector<BaseOperatorPtr> *base_operators, in Map() function in mindspore::dpico::AbsMapper
Dmod_mapper.cc28 STATUS ModMapper::Map(const api::CNodePtr &cnode, std::vector<BaseOperatorPtr> *base_operators, in Map() function in mindspore::dpico::ModMapper
Dshape_mapper.cc27 STATUS ShapeMapper::Map(const api::CNodePtr &cnode, std::vector<BaseOperatorPtr> *base_operators, in Map() function in mindspore::dpico::ShapeMapper
Dpassthrough_mapper.cc27 STATUS PassThroughMapper::Map(const api::CNodePtr &cnode, std::vector<BaseOperatorPtr> *base_operat… in Map() function in mindspore::dpico::PassThroughMapper
Dlog_mapper.cc27 STATUS LogMapper::Map(const api::CNodePtr &cnode, std::vector<BaseOperatorPtr> *base_operators, in Map() function in mindspore::dpico::LogMapper
Dthreshold_mapper.cc27 STATUS ThresholdMapper::Map(const api::CNodePtr &cnode, std::vector<BaseOperatorPtr> *base_operator… in Map() function in mindspore::dpico::ThresholdMapper
Dbitshift_mapper.cc29 STATUS BitShiftMapper::Map(const api::CNodePtr &cnode, std::vector<BaseOperatorPtr> *base_operators, in Map() function in mindspore::dpico::BitShiftMapper
Dshrink_mapper.cc28 STATUS ShrinkMapper::Map(const api::CNodePtr &cnode, std::vector<BaseOperatorPtr> *base_operators, in Map() function in mindspore::dpico::ShrinkMapper
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/adapter/dpico/legacy_ops/
Dbi_lstm_mapper.cc27 STATUS BiLstmMapper::Map(const api::CNodePtr &cnode, std::vector<BaseOperatorPtr> *base_operators, in Map() function in mindspore::dpico::BiLstmMapper
/third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/
Dmutator_cache.h86 using Map = std::unordered_map<Key, std::list<Entry>::iterator, KeyHash>; variable

123456789