Searched refs:template_type (Results 1 – 5 of 5) sorted by relevance
/third_party/mindspore/mindspore/core/ops/ |
D | merge.cc | 38 std::set<TypePtr> template_type = common_valid_types; in MergeInfer() local 39 (void)template_type.emplace(kBool); in MergeInfer() 40 …auto infered_type = CheckAndConvertUtils::CheckScalarOrTensorTypesSame(args, template_type, op_nam… in MergeInfer()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | gen_builtin_symbols.py | 1068 …template_type = 'StaticType::Get<Ebt{basic}, Ebp{precision}, Evq{qualifier}, {primarySize}, {secon… 1070 …template_type = 'StaticType::GetArray<Ebt{basic}, Ebp{precision}, Evq{qualifier}, {primarySize}, {… 1071 return template_type.format(**self.data) 1074 …template_type = 'new TType(Ebt{basic}, Ebp{precision}, Evq{qualifier}, {primarySize}, {secondarySi… 1076 template_type += ', TVector<unsigned int>{{{arraySize}}}' 1077 template_type += ')' 1078 return template_type.format(**self.data)
|
/third_party/mindspore/mindspore/ |
D | _checkparam.py | 485 for template_type in template_types: 486 if isinstance(template_type, mstype.Type): 487 if mstype.issubclass_(type_, template_type): 490 elif type_ is template_type:
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
D | gen_builtin_symbols.py | 479 …template_type = 'StaticType::Get<Ebt{basic}, Ebp{precision}, Evq{qualifier}, {primarySize}, {secon… 480 return template_type.format(**self.data) 483 …template_type = 'new TType(Ebt{basic}, Ebp{precision}, Evq{qualifier}, {primarySize}, {secondarySi… 484 return template_type.format(**self.data)
|
/third_party/boost/tools/build/src/tools/ |
D | doxproc.py | 442 template_type = templateParam.appendChild(self._createNode('type')) 444 self._getChild('type',root=param),target=template_type)
|