Searched refs:IntOrUintValue (Results 1 – 4 of 4) sorted by relevance
58 caps.set_clock_rate_in_ghz(stat.IntOrUintValue() * 1000000.0); in GetDeviceCaps()61 caps.set_num_cores(stat.IntOrUintValue()); in GetDeviceCaps()64 caps.set_memory_bandwidth(stat.IntOrUintValue()); in GetDeviceCaps()67 caps.set_memory_size_in_bytes(stat.IntOrUintValue()); in GetDeviceCaps()70 caps.mutable_compute_capability()->set_major(stat.IntOrUintValue()); in GetDeviceCaps()73 caps.mutable_compute_capability()->set_minor(stat.IntOrUintValue()); in GetDeviceCaps()
344 producer_id = stat.IntOrUintValue(); in EventNode()350 consumer_id = stat.IntOrUintValue(); in EventNode()560 stats.push_back(stat->IntOrUintValue()); in ConnectInterThread()575 stats.push_back(stat->IntOrUintValue()); in ConnectInterThread()
60 uint64 IntOrUintValue() const { in IntOrUintValue() function
268 device_id = stat.IntOrUintValue(); in DeriveEventsFromHostTrace()