Searched defs:GetMemoryPoolType (Results 1 – 4 of 4) sorted by relevance
40 std::string GetMemoryPoolType() const override { return "CPU"; } in GetMemoryPoolType() function
39 std::string GetMemoryPoolType() const override { return "GPU"; } in GetMemoryPoolType() function
40 std::string GetMemoryPoolType() const override { return "Ascend"; } in GetMemoryPoolType() function
162 virtual std::string GetMemoryPoolType() const { return "Other"; } in GetMemoryPoolType() function