Home
last modified time | relevance | path

Searched refs:IntOrUintValue (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/utils/
Ddevice_caps_utils.cc58 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()
Dgroup_events.cc344 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()
Dxplane_visitor.h60 uint64 IntOrUintValue() const { in IntOrUintValue() function
Dderived_timeline.cc268 device_id = stat.IntOrUintValue(); in DeriveEventsFromHostTrace()