/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/ |
D | basic_block.h | 53 Instruction* GetLabelInst() { return label_.get(); } in GetLabelInst() 56 inline uint32_t id() const { return label_->result_id(); } in id() 92 std::unique_ptr<Instruction> label_; variable 98 : function_(nullptr), label_(std::move(label)) {} in BasicBlock() 111 if (label_) label_->ForEachInst(f, run_on_debug_line_insts); in ForEachInst() 118 if (label_) in ForEachInst() 119 static_cast<const Instruction*>(label_.get()) in ForEachInst()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | basic_block.h | 75 std::unique_ptr<Instruction>& GetLabel() { return label_; } in GetLabel() 78 Instruction* GetLabelInst() { return label_.get(); } in GetLabelInst() 79 const Instruction* GetLabelInst() const { return label_.get(); } in GetLabelInst() 92 inline uint32_t id() const { return label_->result_id(); } in id() 238 std::unique_ptr<Instruction> label_; variable 247 : function_(nullptr), label_(std::move(label)) {} in BasicBlock() 260 if (label_) { in WhileEachInst() 261 if (!label_->WhileEachInst(f, run_on_debug_line_insts)) return false; in WhileEachInst() 279 if (label_) { in WhileEachInst() 280 if (!static_cast<const Instruction*>(label_.get()) in WhileEachInst()
|
/third_party/spirv-tools/source/opt/ |
D | basic_block.h | 75 std::unique_ptr<Instruction>& GetLabel() { return label_; } in GetLabel() 78 Instruction* GetLabelInst() { return label_.get(); } in GetLabelInst() 79 const Instruction* GetLabelInst() const { return label_.get(); } in GetLabelInst() 92 inline uint32_t id() const { return label_->result_id(); } in id() 238 std::unique_ptr<Instruction> label_; variable 247 : function_(nullptr), label_(std::move(label)) {} in BasicBlock() 260 if (label_) { in WhileEachInst() 261 if (!label_->WhileEachInst(f, run_on_debug_line_insts)) return false; in WhileEachInst() 279 if (label_) { in WhileEachInst() 280 if (!static_cast<const Instruction*>(label_.get()) in WhileEachInst()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | basic_block.h | 75 std::unique_ptr<Instruction>& GetLabel() { return label_; } in GetLabel() 78 Instruction* GetLabelInst() { return label_.get(); } in GetLabelInst() 79 const Instruction* GetLabelInst() const { return label_.get(); } in GetLabelInst() 92 inline uint32_t id() const { return label_->result_id(); } in id() 238 std::unique_ptr<Instruction> label_; variable 247 : function_(nullptr), label_(std::move(label)) {} in BasicBlock() 260 if (label_) { in WhileEachInst() 261 if (!label_->WhileEachInst(f, run_on_debug_line_insts)) return false; in WhileEachInst() 279 if (label_) { in WhileEachInst() 280 if (!static_cast<const Instruction*>(label_.get()) in WhileEachInst()
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/rts/ |
D | label_set.cc | 27 LabelSetKernel::LabelSetKernel() { label_ = 0; } in LabelSetKernel() 40 label_ = GetValue<uint32_t>(primitive->GetAttr(kAttrLabelIndex)); in Init() 41 MS_LOG(INFO) << "LabelSetKernel get attr label:" << label_; in Init() 53 MS_LOG(INFO) << "LabelSetKernel GenTask label:" << label_ << ", stream id:" << stream_id; in GenTask() 55 …elSetTaskInfo> task_info_ptr = std::make_shared<LabelSetTaskInfo>(unique_name_, stream_id, label_); in GenTask()
|
D | label_goto.cc | 27 LabelGotoKernel::LabelGotoKernel() { label_ = 0; } in LabelGotoKernel() 40 label_ = GetValue<uint32_t>(primitive->GetAttr(kAttrLabelIndex)); in Init() 41 MS_LOG(INFO) << "LabelGotoKernel get attr label:" << label_; in Init() 53 MS_LOG(INFO) << "LabelGotoKernel GenTask label:" << label_ << ", stream id:" << stream_id; in GenTask() 56 std::make_shared<LabelGotoTaskInfo>(unique_name_, stream_id, label_); in GenTask()
|
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/ge_runtime/task/ |
D | label_set_task.cc | 25 label_(nullptr) { in LabelSetTask() 37 label_ = label_list[label_id]; in LabelSetTask() 45 MS_EXCEPTION_IF_NULL(label_); in Distribute() 47 rtError_t rt_ret = rtLabelSet(label_, stream_); in Distribute()
|
D | label_set_task.h | 35 void *label_; variable
|
/third_party/flutter/engine/flutter/fml/ |
D | trace_event.h | 250 ScopedInstantEnd(const char* str) : label_(str) {} in ScopedInstantEnd() 252 ~ScopedInstantEnd() { TraceEventEnd(label_); } in ~ScopedInstantEnd() 255 const char* label_; 267 TraceFlow(const char* label) : label_(label), nonce_(TraceNonce()) { in TraceFlow() 268 TraceEventFlowBegin0("flutter", label_, nonce_); in TraceFlow() 271 ~TraceFlow() { End(label_); } in ~TraceFlow() 273 TraceFlow(TraceFlow&& other) : label_(other.label_), nonce_(other.nonce_) { in TraceFlow() 283 TraceEventFlowEnd0("flutter", label == nullptr ? label_ : label, nonce_); 289 const char* label_;
|
/third_party/gn/src/gn/ |
D | builder_record.h | 46 const Label& label() const { return label_; } in label() 102 return a->label_ < b->label_; in LabelCompare() 109 Label label_; variable
|
D | rust_project_writer_helpers.h | 45 label_(label), in Crate() 84 const std::string& label() { return label_; } in label() 116 std::string label_; variable
|
D | item.h | 36 const Label& label() const { return label_; } in label() 78 Label label_; variable
|
/third_party/boost/libs/python/test/ |
D | return_arg.cpp | 37 return label_; in get_label() 42 label_ = l; in set_label() 46 std::string label_; member
|
/third_party/mindspore/mindspore/lite/examples/export_models/models/ |
D | tinybert_train_export.py | 72 label_): argument 87 att_loss += self.loss_mse(student_att, label_) 96 rep_loss += self.loss_mse(student_rep, label_) 132 token_type_id_, label_): argument 137 token_type_id_, label_) 141 label_, self.cast(F.tuple_to_array((self.sens,)),
|
/third_party/weston/libweston/ |
D | trace.cpp | 138 label_ = label; in ScopedLog() 142 log_printf(label_, func_, line_, "\033[33m", "%s{", str_); in ScopedLog() 149 log_printf(label_, func_, line_, "\033[33m", "} %s", str_); in ~ScopedLog()
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
D | basic_block.h | 110 const Instruction* label() const { return label_; } in label() 113 void set_label(const Instruction* t) { label_ = t; } in set_label() 230 const Instruction* label_; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | basic_block.h | 110 const Instruction* label() const { return label_; } in label() 113 void set_label(const Instruction* t) { label_ = t; } in set_label() 230 const Instruction* label_; variable
|
/third_party/spirv-tools/source/val/ |
D | basic_block.h | 110 const Instruction* label() const { return label_; } in label() 113 void set_label(const Instruction* t) { label_ = t; } in set_label() 230 const Instruction* label_; variable
|
/third_party/flutter/engine/flutter/common/ |
D | task_runners.cc | 16 : label_(std::move(label)), in TaskRunners() 27 return label_; in GetLabel()
|
/third_party/boost/libs/python/doc/reference/ |
D | return_arg.qbk | 63 std::string get_label() const { return label_; } 64 void set_label(const std::string &l){ label_ = l; } 67 std::string label_;
|
/third_party/mindspore/tests/ut/python/parallel/ |
D | test_auto_parallel_multi_graph.py | 56 label_ = Tensor(np.random.randn(128, 96).astype(np.float32), dtype=ms.float32) variable 62 _cell_graph_executor.compile(train_net, inputs_, label_)
|
D | test_mul_div_bn.py | 61 label_ = Tensor(np.random.randn(128, 96).astype(np.float32), dtype=ms.float32) variable 69 _cell_graph_executor.compile(train_net, inputs_, label_)
|
/third_party/flutter/engine/flutter/shell/platform/fuchsia/dart_runner/ |
D | dart_component_controller.cc | 81 label_(GetLabelFromURL(package.resolved_url)), in DartComponentController() 126 zx::thread::self()->set_property(ZX_PROP_NAME, label_.c_str(), label_.size()); in Setup() 127 Dart_SetThreadName(label_.c_str()); in Setup() 327 url_.c_str(), label_.c_str(), isolate_snapshot_data, in CreateIsolate()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/ |
D | alphaindex.h | 213 const UnicodeString &getLabel() const { return label_; } in getLabel() 226 UnicodeString label_; variable
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | alphaindex.h | 216 const UnicodeString &getLabel() const { return label_; } in getLabel() 229 UnicodeString label_; variable
|