/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/ |
D | ascend_label_assign.cc | 67 …abelForLabelSet(NotNull<std::shared_ptr<session::KernelGraph>> graph, NotNull<uint32_t *> label_id, in AssignLabelForLabelSet() 133 uint32_t label_id = 0; in AssignLabel() local
|
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/ge_runtime/task/ |
D | label_set_task.cc | 30 uint32_t label_id = task_info->label_id(); in LabelSetTask() local
|
/third_party/skia/third_party/externals/tint/src/writer/spirv/ |
D | function.h | 53 uint32_t label_id() const { return label_op_.to_i(); } in label_id() function
|
/third_party/flutter/skia/third_party/externals/harfbuzz/test/api/ |
D | test-ot-name.c | 38 hb_ot_name_id_t label_id; in test_ot_layout_feature_get_name_ids_and_characters() local
|
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
D | test-ot-name.c | 38 hb_ot_name_id_t label_id; in test_ot_layout_feature_get_name_ids_and_characters() local
|
/third_party/harfbuzz/test/api/ |
D | test-ot-name.c | 38 hb_ot_name_id_t label_id; in test_ot_layout_feature_get_name_ids_and_characters() local
|
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/ge_runtime/ |
D | task_info.h | 150 LabelSetTaskInfo(const std::string &op_name, uint32_t stream_id, uint32_t label_id) in LabelSetTaskInfo() 153 uint32_t label_id() const { return label_id_; } in label_id() function 161 LabelGotoTaskInfo(const std::string &op_name, uint32_t stream_id, uint32_t label_id) in LabelGotoTaskInfo() 164 uint32_t label_id() const { return label_id_; } in label_id() function
|
/third_party/mindspore/mindspore/ccsrc/debug/rdr/ |
D | stream_exec_order_recorder.h | 37 void SetLabelId(const uint32_t &label_id) { label_ids_.push_back(label_id); } in SetLabelId()
|
/third_party/spirv-tools/source/val/ |
D | basic_block.cpp | 24 BasicBlock::BasicBlock(uint32_t label_id) in BasicBlock()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | basic_block.cpp | 24 BasicBlock::BasicBlock(uint32_t label_id) in BasicBlock()
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
D | basic_block.cpp | 24 BasicBlock::BasicBlock(uint32_t label_id) in BasicBlock()
|
/third_party/flutter/skia/third_party/externals/spirv-tools/source/val/ |
D | basic_block.cpp | 25 BasicBlock::BasicBlock(uint32_t label_id) in BasicBlock()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | propagator.cpp | 218 const_block.ForEachSuccessorLabel([this, &block](const uint32_t label_id) { in Initialize()
|
D | basic_block.cpp | 240 BasicBlock* BasicBlock::SplitBasicBlock(IRContext* context, uint32_t label_id, in SplitBasicBlock()
|
/third_party/spirv-tools/source/opt/ |
D | propagator.cpp | 218 const_block.ForEachSuccessorLabel([this, &block](const uint32_t label_id) { in Initialize()
|
D | basic_block.cpp | 240 BasicBlock* BasicBlock::SplitBasicBlock(IRContext* context, uint32_t label_id, in SplitBasicBlock()
|
/third_party/mindspore/tests/st/fl/albert/src/ |
D | dataset.py | 28 def __init__(self, input_ids, input_mask, segment_ids, label_id, seq_length=None): argument
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | propagator.cpp | 218 const_block.ForEachSuccessorLabel([this, &block](const uint32_t label_id) { in Initialize()
|
D | basic_block.cpp | 240 BasicBlock* BasicBlock::SplitBasicBlock(IRContext* context, uint32_t label_id, in SplitBasicBlock()
|
/third_party/gettext/gettext-tools/examples/hello-c-gnome3/ |
D | hello.c | 48 gsize label_id; member
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
D | transformation_propagate_instruction_up.cpp | 25 uint32_t label_id) { in GetResultIdFromLabelId()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | transformation_propagate_instruction_up.cpp | 25 uint32_t label_id) { in GetResultIdFromLabelId()
|
/third_party/spirv-tools/source/fuzz/ |
D | transformation_propagate_instruction_up.cpp | 25 uint32_t label_id) { in GetResultIdFromLabelId()
|
/third_party/mindspore/mindspore/ccsrc/backend/session/ |
D | ascend_auto_monad.cc | 1341 CNodePtr LabelGoto(uint32_t label_id) { in LabelGoto() 1352 CNodePtr LabelSet(uint32_t label_id) { in LabelSet() 1474 auto label_id = AnfAlgo::GetNodeAttr<uint32_t>(node, kAttrLabelIndex); in FindMaxLabelId() local 1487 for (auto label_id : label_list) { in HandleLabelSwitch() local 1508 auto label_id = AnfAlgo::GetNodeAttr<uint32_t>(node, kAttrLabelIndex); in HandleLabelGoto() local 1549 auto label_id = AnfAlgo::GetNodeAttr<uint32_t>(node, kAttrLabelIndex); in InsertLabelSet() local
|
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/ |
D | inline_pass.cpp | 60 void InlinePass::AddBranch(uint32_t label_id, in AddBranch() 104 std::unique_ptr<ir::Instruction> InlinePass::NewLabel(uint32_t label_id) { in NewLabel()
|