Searched defs:GetModel (Results 1 – 5 of 5) sorted by relevance
43 public class GetModel { class54 private GetModel() { in GetModel() method in GetModel
74 std::string GetModel(void) {return modelName;} in GetModel() function
94 void GetModelKernel::GetModel(const schema::RequestGetModel *get_model_req, const std::shared_ptr<F… in GetModel() function in mindspore::fl::server::kernel::GetModelKernel
268 std::map<std::string, AddressPtr> Executor::GetModel() { in GetModel() function in mindspore::fl::server::Executor
842 class GetModel(PrimitiveWithInfer): class