/third_party/mindspore/mindspore/lite/java/java/fl_client/src/main/java/com/mindspore/flclient/ |
D | GetModel.java | 43 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()
|
D | SyncFLJob.java | 335 GetModel getModelBuf = GetModel.getInstance(); in getModel()
|
D | FLLiteClient.java | 389 GetModel getModelBuf = GetModel.getInstance(); in getModel()
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/fl/ |
D | get_model_kernel.cc | 21 MS_REG_CPU_KERNEL(GetModel,
|
/third_party/mindspore/mindspore/ccsrc/fl/server/kernel/round/ |
D | get_model_kernel.cc | 82 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
|
D | get_model_kernel.h | 45 …void GetModel(const schema::RequestGetModel *get_model_req, const std::shared_ptr<FBBuilder> &fbb);
|
/third_party/gptfdisk/ |
D | diskio.h | 74 std::string GetModel(void) {return modelName;} in GetModel() function
|
D | gpt.cc | 1583 if (myDisk.GetModel() != "") in DisplayGPTData() 1584 cout << "Model: " << myDisk.GetModel() << "\n"; in DisplayGPTData()
|
/third_party/mindspore/tests/st/fl/cross_silo_lenet/src/ |
D | cell_wrapper.py | 29 self.get_model = P.GetModel()
|
D | model.py | 89 self.get_model = P.GetModel()
|
/third_party/mindspore/mindspore/ccsrc/fl/server/ |
D | executor.h | 91 std::map<std::string, AddressPtr> GetModel();
|
D | executor.cc | 268 std::map<std::string, AddressPtr> Executor::GetModel() { in GetModel() function in mindspore::fl::server::Executor 287 auto model = GetModel(); in Unmask()
|
D | model_store.cc | 115 std::map<std::string, AddressPtr> model = Executor::GetInstance().GetModel(); in AssignNewModelMemory()
|
D | iteration.cc | 552 const auto &model = Executor::GetInstance().GetModel(); in Next()
|
/third_party/mindspore/tests/st/fl/cross_silo_faster_rcnn/ |
D | test_fl_fasterrcnn.py | 140 self.get_model = P.GetModel()
|
/third_party/mindspore/mindspore/ops/operations/ |
D | __init__.py | 95 PushMetrics, StartFLJob, UpdateModel, GetModel, PyFunc)
|
D | other_ops.py | 842 class GetModel(PrimitiveWithInfer): class
|
/third_party/mindspore/tests/st/fl/cross_silo_femnist/ |
D | test_cross_silo_femnist.py | 292 self.get_model = P.GetModel()
|