Searched defs:is_gpu (Results 1 – 5 of 5) sorted by relevance
149 bool is_gpu = device_planes.empty(); in ConvertXSpaceToOpStats() local
175 const bool is_gpu = (device_name.find("GPU:") || device_name.find("gpu:")); in InferFromTrace() local
122 static constexpr bool is_gpu(SkSLTestFlags flags) { in is_gpu() function
1799 def is_gpu(device: str): function
6145 def _test_ddp_logging_data(self, is_gpu): argument