Home
last modified time | relevance | path

Searched refs:label_ (Results 1 – 25 of 59) sorted by relevance

123

/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Dbasic_block.h53 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/
Dbasic_block.h75 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/
Dbasic_block.h75 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/
Dbasic_block.h75 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/
Dlabel_set.cc27 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()
Dlabel_goto.cc27 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/
Dlabel_set_task.cc25 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()
Dlabel_set_task.h35 void *label_; variable
/third_party/flutter/engine/flutter/fml/
Dtrace_event.h250 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/
Dbuilder_record.h46 const Label& label() const { return label_; } in label()
102 return a->label_ < b->label_; in LabelCompare()
109 Label label_; variable
Drust_project_writer_helpers.h45 label_(label), in Crate()
84 const std::string& label() { return label_; } in label()
116 std::string label_; variable
Ditem.h36 const Label& label() const { return label_; } in label()
78 Label label_; variable
/third_party/boost/libs/python/test/
Dreturn_arg.cpp37 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/
Dtinybert_train_export.py72 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/
Dtrace.cpp138 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/
Dbasic_block.h110 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/
Dbasic_block.h110 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/
Dbasic_block.h110 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/
Dtask_runners.cc16 : label_(std::move(label)), in TaskRunners()
27 return label_; in GetLabel()
/third_party/boost/libs/python/doc/reference/
Dreturn_arg.qbk63 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/
Dtest_auto_parallel_multi_graph.py56 label_ = Tensor(np.random.randn(128, 96).astype(np.float32), dtype=ms.float32) variable
62 _cell_graph_executor.compile(train_net, inputs_, label_)
Dtest_mul_div_bn.py61 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/
Ddart_component_controller.cc81 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/
Dalphaindex.h213 const UnicodeString &getLabel() const { return label_; } in getLabel()
226 UnicodeString label_; variable
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dalphaindex.h216 const UnicodeString &getLabel() const { return label_; } in getLabel()
229 UnicodeString label_; variable

123