Home
last modified time | relevance | path

Searched defs:label_list (Results 1 – 15 of 15) sorted by relevance

/third_party/mindspore/tests/st/fl/albert/src/
Ddataset.py36 def convert_examples_to_features(examples, label_list, max_seq_length, tokenizer, cyclic_trunc=Fals… argument
78 def load_dataset(data_path, max_seq_length, tokenizer, batch_size, label_list=None, do_shuffle=True, argument
100 def load_datasets(data_dir, max_seq_length, tokenizer, batch_size, label_list=None, do_shuffle=True, argument
126 def create_ms_dataset(data_list, label_list, max_seq_length, tokenizer, batch_size, do_shuffle=True, argument
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/ge_runtime/
Dmodel_context.h28 const std::vector<rtLabel_t> &label_list, const std::vector<rtEvent_t> &event_list) in ModelContext()
45 const std::vector<rtLabel_t> &label_list() const { return label_list_; } in label_list() function
Dtask_info.h173 const std::vector<uint32_t> &label_list, void *cond) in LabelSwitchTaskInfo()
180 const std::vector<uint32_t> &label_list() const { return label_list_; } in label_list() function
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/ge_runtime/task/
Dlabel_set_task.cc28 auto label_list = model_context.label_list(); in LabelSetTask() local
Dlabel_goto_task.cc29 auto label_list = model_context.label_list(); in LabelGotoTask() local
Dlabel_manager.cc85 std::vector<void *> label_list; in GetLabelInfo() local
/third_party/mindspore/mindspore/ccsrc/debug/rdr/
Dstream_exec_order_recorder.h78 …auto label_list = AnfAlgo::GetNodeAttr<std::vector<uint32_t>>(cur_cnode_ptr, kAttrLabelSwitchList); in StreamExecOrderRecorder() local
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_label_assign.cc51 std::vector<uint32_t> label_list; in UpdateLabelSwitch() local
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
DMSVSSettings.py195 def __init__(self, label_list, new=None): argument
/third_party/node/tools/gyp/pylib/gyp/
DMSVSSettings.py195 def __init__(self, label_list, new=None): argument
/third_party/mindspore/tests/ut/cpp/dataset/
Dc_api_dataset_ops_test.cc634 std::vector<uint64_t> label_list; in TEST_F() local
680 std::vector<uint64_t> label_list; in TEST_F() local
/third_party/mindspore/mindspore/ccsrc/backend/session/
Dascend_auto_monad.cc1367 auto label_list = MakeValue(labels); in LabelSwitch() local
1484 auto label_list = AnfAlgo::GetNodeAttr<std::vector<uint32_t>>(node, kAttrLabelSwitchList); in HandleLabelSwitch() local
Dkernel_graph.cc1013 …auto label_list = AnfAlgo::GetNodeAttr<std::vector<uint32_t>>(cur_cnode_ptr, kAttrLabelSwitchList); in PrintGraphExecuteOrder() local
Dascend_session.cc1434 …auto label_list = AnfAlgo::GetNodeAttr<std::vector<uint32_t>>(kernel_cnodes[i], kAttrLabelSwitchLi… in InitMemReuseExecOrder() local
Danf_runtime_algorithm.cc1483 auto label_list = AnfAlgo::GetNodeAttr<std::vector<uint32_t>>(cnode, kAttrLabelSwitchList); in IsLabelIndexInNode() local