Home
last modified time | relevance | path

Searched refs:GetModel (Results 1 – 18 of 18) sorted by relevance

/third_party/mindspore/mindspore/lite/java/java/fl_client/src/main/java/com/mindspore/flclient/
DGetModel.java43 public class GetModel { class
44 private static final Logger LOGGER = Logger.getLogger(GetModel.class.toString());
45 private static volatile GetModel getModel;
54 private GetModel() { in GetModel() method in GetModel
62 public static GetModel getInstance() { in getInstance()
63 GetModel localRef = getModel; in getInstance()
65 synchronized (GetModel.class) { in getInstance()
68 getModel = localRef = new GetModel(); in getInstance()
DSyncFLJob.java335 GetModel getModelBuf = GetModel.getInstance(); in getModel()
DFLLiteClient.java389 GetModel getModelBuf = GetModel.getInstance(); in getModel()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/fl/
Dget_model_kernel.cc21 MS_REG_CPU_KERNEL(GetModel,
/third_party/mindspore/mindspore/ccsrc/fl/server/kernel/round/
Dget_model_kernel.cc82 GetModel(get_model_req, fbb); in Launch()
94 void GetModelKernel::GetModel(const schema::RequestGetModel *get_model_req, const std::shared_ptr<F… in GetModel() function in mindspore::fl::server::kernel::GetModelKernel
Dget_model_kernel.h45 …void GetModel(const schema::RequestGetModel *get_model_req, const std::shared_ptr<FBBuilder> &fbb);
/third_party/gptfdisk/
Ddiskio.h74 std::string GetModel(void) {return modelName;} in GetModel() function
Dgpt.cc1583 if (myDisk.GetModel() != "") in DisplayGPTData()
1584 cout << "Model: " << myDisk.GetModel() << "\n"; in DisplayGPTData()
/third_party/mindspore/tests/st/fl/cross_silo_lenet/src/
Dcell_wrapper.py29 self.get_model = P.GetModel()
Dmodel.py89 self.get_model = P.GetModel()
/third_party/mindspore/mindspore/ccsrc/fl/server/
Dexecutor.h91 std::map<std::string, AddressPtr> GetModel();
Dexecutor.cc268 std::map<std::string, AddressPtr> Executor::GetModel() { in GetModel() function in mindspore::fl::server::Executor
287 auto model = GetModel(); in Unmask()
Dmodel_store.cc115 std::map<std::string, AddressPtr> model = Executor::GetInstance().GetModel(); in AssignNewModelMemory()
Diteration.cc552 const auto &model = Executor::GetInstance().GetModel(); in Next()
/third_party/mindspore/tests/st/fl/cross_silo_faster_rcnn/
Dtest_fl_fasterrcnn.py140 self.get_model = P.GetModel()
/third_party/mindspore/mindspore/ops/operations/
D__init__.py95 PushMetrics, StartFLJob, UpdateModel, GetModel, PyFunc)
Dother_ops.py842 class GetModel(PrimitiveWithInfer): class
/third_party/mindspore/tests/st/fl/cross_silo_femnist/
Dtest_cross_silo_femnist.py292 self.get_model = P.GetModel()