Searched defs:SetDevice (Results 1 – 7 of 7) sorted by relevance
181 void Converter::SetDevice(const std::string &device) { SetDevice(StringToChar(device)); } in SetDevice() function
141 void SetDevice(const std::string &device) override { in SetDevice() function
115 void SetDevice(const std::string &device) override { device_ = device; } in SetDevice() function
109 void SetDevice(const std::string &device) override { device_ = device; } in SetDevice() function
101 void SetDevice(const std::string &device) override { in SetDevice() function
300 void Converter::SetDevice(const std::vector<char> &device) { in SetDevice() function in mindspore::Converter
305 bool CudaDriver::SetDevice(int index) { in SetDevice() function in mindspore::device::gpu::CudaDriver