Home
last modified time | relevance | path

Searched refs:GlobalCoreId (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/convert/
Dop_stats_combiner.h37 uint32 GlobalCoreId(int host_id, uint32 device_ordinal);
46 uint32 global_core_id = GlobalCoreId(src_host_id, core_id_and_value.first); in CombineCoreIdMap()
Dop_stats_combiner.cc187 uint32 GlobalCoreId(int host_id, uint32 device_ordinal) { in GlobalCoreId() function