Home
last modified time | relevance | path

Searched refs:model_name_ (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/lite/src/delegate/npu/
Dnpu_executor.cc38 this->client_ = npu_manager_->GetClient(model_name_); in Prepare()
81 …MS_LOG(ERROR) << "For " << model_name_ << ", the input tensor " << in_tensors[i].Name() << " data … in Run()
86 context.AddPara("model_name", model_name_); in Run()
106 …MS_LOG(ERROR) << "For " << model_name_ << ", the output tensor " << out_tensors[i].Name() << " dat… in Run()
124 auto ret = this->client_->GetModelIOTensorDim(model_name_, input_dimension, output_dimension); in GetIOTensorVec()
Dnpu_executor.h32 : model_name_(model_name), npu_manager_(npu_manager) {} in model_name_() function
47 std::string model_name_;
Dnpu_manager.h38 : index_(index), model_name_(std::move(model_name)), model_buffer_data_(model_buffer_data) {} in SubGraphModel()
43 std::string model_name_; member