Home
last modified time | relevance | path

Searched refs:label_name (Results 1 – 17 of 17) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/source/
Dmanifest_op.cc70 [this](const std::string &label_name) { return label_index_[label_name]; }); in LoadTensorRow() argument
121 std::string label_name = (image_labelname_[image_index].second)[j]; in GetClassIds() local
122 int32_t label_index = label_index_.at(label_name); in GetClassIds()
179 std::string label_name = annotation.value("name", ""); in ParseManifestFile() local
180 classes.insert(label_name); in ParseManifestFile()
181 if (label_name == "") { in ParseManifestFile()
186 if (class_index_.empty() || class_index_.find(label_name) != class_index_.end()) { in ParseManifestFile()
187 if (label_index_.find(label_name) == label_index_.end()) { in ParseManifestFile()
188 label_index_[label_name] = 0; in ParseManifestFile()
190 labels.emplace_back(label_name); in ParseManifestFile()
Dvoc_op.cc217 std::string label_name; in ParseAnnotationBbox() local
220 if (name_node != nullptr && name_node->GetText() != 0) label_name = name_node->GetText(); in ParseAnnotationBbox()
235 …if (label_name != "" && (class_index_.empty() || class_index_.find(label_name) != class_index_.end… in ParseAnnotationBbox()
238 annotation.emplace_back(std::make_pair(label_name, bbox_list)); in ParseAnnotationBbox()
239 label_index_[label_name] = 0; in ParseAnnotationBbox()
/third_party/gn/examples/ios/build/toolchain/ios/
DBUILD.gn70 outputs = [ "{{target_out_dir}}/{{label_name}}/{{source_name_part}}.o" ]
79 outputs = [ "{{target_out_dir}}/{{label_name}}/{{source_name_part}}.o" ]
88 outputs = [ "{{target_out_dir}}/{{label_name}}/{{source_name_part}}.o" ]
97 outputs = [ "{{target_out_dir}}/{{label_name}}/{{source_name_part}}.o" ]
130 _object_dir = "{{target_out_dir}}/{{label_name}}"
132 [ "{{target_out_dir}}/{{label_name}}/{{source_name_part}}.o" ]
/third_party/gn/examples/ios/build/toolchain/mac/
DBUILD.gn51 outputs = [ "{{target_out_dir}}/{{label_name}}/{{source_name_part}}.o" ]
60 outputs = [ "{{target_out_dir}}/{{label_name}}/{{source_name_part}}.o" ]
69 outputs = [ "{{target_out_dir}}/{{label_name}}/{{source_name_part}}.o" ]
78 outputs = [ "{{target_out_dir}}/{{label_name}}/{{source_name_part}}.o" ]
/third_party/mesa3d/src/freedreno/afuc/
Ddisasm.c208 label_name(uint32_t offset, bool allow_jt) in label_name() function
299 lname = label_name(pc, false); in disasm_instr()
645 printlbl("%s", label_name(off, true)); in disasm_instr()
684 printlbl("%s", label_name(instr->call.uoff, true)); in disasm_instr()
697 printlbl("%s", label_name(pc + 3, true)); in disasm_instr()
/third_party/mesa3d/src/gallium/drivers/i915/
DTODO38 https://gitlab.freedesktop.org/mesa/mesa/-/issues?scope=all&utf8=%E2%9C%93&state=opened&label_name[…
/third_party/flutter/skia/gn/toolchain/
DBUILD.gn85 pdbname = "{{target_out_dir}}/{{label_name}}_c.pdb"
97 pdbname = "{{target_out_dir}}/{{label_name}}_c.pdb"
/third_party/boost/libs/test/doc/test_organization/
Dtestorg_reference.qbk298 label(const_string label_name);
301 Associates a test unit with label `label_name`. It is possible to associate more than one label wit…
/third_party/skia/gn/toolchain/
DBUILD.gn135 pdbname = "{{target_out_dir}}/{{label_name}}_c.pdb"
147 pdbname = "{{target_out_dir}}/{{label_name}}_c.pdb"
/third_party/mindspore/tests/ut/cpp/dataset/common/
Dbboxop_common.cc205 std::string label_name; in LoadAnnotationFile() local
/third_party/gn/src/gn/
Dfunction_toolchain.cc607 {{label_name}}
632 This will include the "output_prefix" if any. See also {{label_name}}.
/third_party/mesa3d/src/intel/tools/
Di965_gram.y324 add_label(struct brw_codegen *p, const char* label_name, enum instr_label_type type) in add_label() argument
326 if (!label_name) { in add_label()
332 label->name = ralloc_strdup(p->mem_ctx, label_name); in add_label()
/third_party/mesa3d/docs/drivers/
Dlima.rst254 .. _Mesa issue: https://gitlab.freedesktop.org/mesa/mesa/issues?label_name%5B%5D=lima
/third_party/libinput/doc/user/
Dcontributing.rst51 tag in our `issue tracker <https://gitlab.freedesktop.org/libinput/libinput/issues?label_name%5B%5D…
/third_party/weston/
DCONTRIBUTING.md11 The '[good for new contributors](https://gitlab.freedesktop.org/wayland/weston/issues?label_name%5B…
/third_party/quickjs/
Dquickjs.c19887 JSAtom label_name; /* JS_ATOM_NULL if none */ member
22141 JSAtom label_name,
25705 JSAtom label_name, in push_break_entry() argument
25711 be->label_name = label_name; in push_break_entry()
25739 (name == JS_ATOM_NULL || top->label_name == name)) { in emit_break()
25746 (name == JS_ATOM_NULL || top->label_name == name)) { in emit_break()
26055 static __exception int js_parse_for_in_of(JSParseState *s, int label_name, in js_parse_for_in_of() argument
26084 label_name, label_break, label_cont, 1); in js_parse_for_in_of()
26290 JSAtom label_name; in js_parse_statement_or_decl() local
26295 label_name = JS_ATOM_NULL; in js_parse_statement_or_decl()
[all …]
/third_party/gn/docs/
Dreference.md3710 {{label_name}}
3735 This will include the "output_prefix" if any. See also {{label_name}}.