| /third_party/skia/src/core/ |
| D | SkEnumerate.h | 20 template <typename> struct is_tuple : std::false_type {}; struct
|
| /third_party/skia/m133/src/core/ |
| D | SkEnumerate.h | 19 template <typename> struct is_tuple : std::false_type {}; struct
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/optimizer/format_type/ |
| D | insert_transdata_for_runop.cc | 31 bool IsDepthwiseCase(const CNodePtr &node, size_t index, const std::string &format, bool is_tuple) { in IsDepthwiseCase() 46 bool NeedInsertTransDataForOutput(const CNodePtr &node, size_t index, bool is_tuple) { in NeedInsertTransDataForOutput()
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/opapi/aclnn/ |
| D | split_with_size_aclnn_kernel.cc | 40 bool is_tuple = tensor->type_id() == kObjectTypeTuple; in IsTuple() local
|
| D | split_tensor_aclnn_kernel.cc | 41 bool is_tuple = tensor->type_id() == kObjectTypeTuple; in IsTuple() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/common/ |
| D | fallback.cc | 96 bool is_tuple = base_shape->isa<abstract::TupleShape>() && type->isa<Tuple>(); in GenerateAbstractSequence() local
|
| /third_party/rust/rust/compiler/rustc_target/src/abi/ |
| D | mod.rs | 56 fn is_tuple(this: TyAndLayout<'a, Self>) -> bool; in is_tuple() method 114 pub fn is_tuple<C>(self) -> bool in is_tuple() method
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/ |
| D | set_infershape_functor.cc | 62 bool is_tuple = out_shapes_.size() > 1; in InferShape() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/core/ops/ |
| D | sparse_concat.cc | 63 bool is_tuple = x->GetType()->object_type() == kObjectTypeTuple; in GetSequenceTypes() local 81 bool is_tuple = x->GetType()->object_type() == kObjectTypeTuple; in GetSequenceShapes() local
|
| D | sparse_cross.cc | 48 bool is_tuple = x->GetType()->object_type() == kObjectTypeTuple; in GetCrossSequenceTypes() local 66 bool is_tuple = x->GetType()->object_type() == kObjectTypeTuple; in GetCrossSequenceShapes() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/core/ops/grad/ |
| D | einsum_grad.cc | 66 bool is_tuple = true; in EinsumGradInferType() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ops_generate/ |
| D | arg_dtype_cast.py | 116 def is_tuple(type_id): function
|
| /third_party/python/Lib/test/ |
| D | test_future.py | 163 self, annotation, expected=None, drop_parens=False, is_tuple=False, argument
|
| /third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/nn/optim/ |
| D | adafactor.py | 134 def trans_to_tensor(param, is_tuple=False, fp32=True): argument
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/operator/composite/ |
| D | starred_operation.cc | 188 int64_t is_tuple = GetValue<int64_t>(args_abs_list[is_tuple_index]->GetValueTrack()); in GetStarredUnpackMergeFlags() local
|
| /third_party/mindspore/mindspore-src/source/tests/st/optimizer/ |
| D | came.py | 167 def trans_to_tensor(param, is_tuple=False, fp32=True): argument
|
| /third_party/python/Lib/lib2to3/ |
| D | fixer_util.py | 158 def is_tuple(node): function
|
| /third_party/python/Objects/ |
| D | genericaliasobject.c | 371 int is_tuple = PyTuple_Check(item); in _unpack_args() local 437 int is_tuple = PyTuple_Check(item); in _Py_subs_parameters() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/tools/optimizer/fusion/ |
| D | encoder_layer_fusion.cc | 137 …auto is_tuple = std::make_shared<CondVar>(std::bind(IsOpType, p1, prim::kPrimTupleGetItem), "tuple… in getTuple() local 460 …auto is_tuple = std::make_shared<CondVar>(std::bind(IsOpType, p1, prim::kPrimTupleGetItem), "tuple… in DefinePatternEncoderSigma() local 504 …auto is_tuple = std::make_shared<CondVar>(std::bind(IsOpType, p1, prim::kPrimTupleGetItem), "tuple… in DefinePatternEncoderAlpha() local 622 …auto is_tuple = std::make_shared<CondVar>(std::bind(IsOpType, p1, prim::kPrimTupleGetItem), "tuple… in DefinePatternEncoderLayer() local
|
| D | decoder_layer_fusion.cc | 129 …auto is_tuple = std::make_shared<CondVar>(std::bind(IsOpType, p1, prim::kPrimTupleGetItem), "tuple… in getTuple() local
|
| /third_party/python/Lib/lib2to3/tests/ |
| D | test_util.py | 29 def is_tuple(self, string): member in Test_is_tuple
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/kernel/pyboost/ |
| D | pyboost_utils.cc | 505 auto is_tuple = (kernel_data_types[i].object_type == kObjectTypeTuple); in IsObjectStrictlyMatched() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/hal/device/ |
| D | kernel_select_cpu.cc | 166 auto is_tuple = (kernel_attr.GetInputAttr(i).object_type == kObjectTypeTuple); in InputDtypeFormatMatched() local
|
| /third_party/rust/rust/compiler/rustc_middle/src/ty/ |
| D | layout.rs | 1100 fn is_tuple(this: TyAndLayout<'tcx>) -> bool { in is_tuple() function
|
| /third_party/rust/rust/compiler/rustc_builtin_macros/src/deriving/generic/ |
| D | mod.rs | 1410 let is_tuple = matches!(struct_def, ast::VariantData::Tuple(..)); in summarise_struct() localVariable
|