/third_party/mindspore/tests/st/fl/albert/src/ |
D | dataset.py | 36 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/ |
D | model_context.h | 28 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
|
D | task_info.h | 173 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/ |
D | label_set_task.cc | 28 auto label_list = model_context.label_list(); in LabelSetTask() local
|
D | label_goto_task.cc | 29 auto label_list = model_context.label_list(); in LabelGotoTask() local
|
D | label_manager.cc | 85 std::vector<void *> label_list; in GetLabelInfo() local
|
/third_party/mindspore/mindspore/ccsrc/debug/rdr/ |
D | stream_exec_order_recorder.h | 78 …auto label_list = AnfAlgo::GetNodeAttr<std::vector<uint32_t>>(cur_cnode_ptr, kAttrLabelSwitchList); in StreamExecOrderRecorder() local
|
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/ |
D | ascend_label_assign.cc | 51 std::vector<uint32_t> label_list; in UpdateLabelSwitch() local
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
D | MSVSSettings.py | 195 def __init__(self, label_list, new=None): argument
|
/third_party/node/tools/gyp/pylib/gyp/ |
D | MSVSSettings.py | 195 def __init__(self, label_list, new=None): argument
|
/third_party/mindspore/tests/ut/cpp/dataset/ |
D | c_api_dataset_ops_test.cc | 634 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/ |
D | ascend_auto_monad.cc | 1367 auto label_list = MakeValue(labels); in LabelSwitch() local 1484 auto label_list = AnfAlgo::GetNodeAttr<std::vector<uint32_t>>(node, kAttrLabelSwitchList); in HandleLabelSwitch() local
|
D | kernel_graph.cc | 1013 …auto label_list = AnfAlgo::GetNodeAttr<std::vector<uint32_t>>(cur_cnode_ptr, kAttrLabelSwitchList); in PrintGraphExecuteOrder() local
|
D | ascend_session.cc | 1434 …auto label_list = AnfAlgo::GetNodeAttr<std::vector<uint32_t>>(kernel_cnodes[i], kAttrLabelSwitchLi… in InitMemReuseExecOrder() local
|
D | anf_runtime_algorithm.cc | 1483 auto label_list = AnfAlgo::GetNodeAttr<std::vector<uint32_t>>(cnode, kAttrLabelSwitchList); in IsLabelIndexInNode() local
|