Searched refs:GetStat (Results 1 – 9 of 9) sorted by relevance
280 EXPECT_TRUE(plane.GetStat(kDevCapClockRateKHz).has_value()); in TEST_F()281 EXPECT_TRUE(plane.GetStat(kDevCapCoreCount).has_value()); in TEST_F()282 EXPECT_TRUE(plane.GetStat(kDevCapMemoryBandwidth).has_value()); in TEST_F()283 EXPECT_TRUE(plane.GetStat(kDevCapMemorySize).has_value()); in TEST_F()284 EXPECT_TRUE(plane.GetStat(kDevCapComputeCapMajor).has_value()); in TEST_F()285 EXPECT_TRUE(plane.GetStat(kDevCapComputeCapMinor).has_value()); in TEST_F()345 event.GetStat(expected_stat_type[event_idx]); in TEST_F()
101 absl::optional<XStatVisitor> GetStat(int64 stat_type) const;104 absl::optional<XStatVisitor> GetStat( in GetStat() function297 absl::optional<XStatVisitor> XStatsOwner<T>::GetStat(int64 stat_type) const { in GetStat() function300 return GetStat(stat_type, *stat_metadata); in GetStat()
56 if (event.GetEventVisitor().GetStat(StatType::kCorrelationId).has_value()) { in GetKernelEventType()181 absl::optional<XStatVisitor> stat = event.GetStat(StatType::kStepId); in GetLegacyProducerContext()203 event.GetStat(StatType::kFunctionStepId); in GetLegacyProducerContext()226 absl::optional<XStatVisitor> stat = event.GetStat(StatType::kStepId); in GetLegacyConsumerContext()397 if (absl::optional<XStatVisitor> stat = node->visitor_.GetStat(stat_type)) { in GetContextStat()762 session_run_event->GetEventVisitor().GetStat(StatType::kModelId); in ProcessModelIds()818 produce_event->GetEventVisitor().GetStat(StatType::kElementId); in ConnectTfDataEvents()823 produce_iterator->GetEventVisitor().GetStat(StatType::kParentId); in ConnectTfDataEvents()847 consume_event->GetEventVisitor().GetStat(StatType::kElementId); in ConnectTfDataEvents()858 consume_iterator->GetEventVisitor().GetStat(StatType::kStepId); in ConnectTfDataEvents()
251 event.GetStat(StatType::kGroupId)) { in TEST()387 event.GetStat(StatType::kGroupId)) { in TEST()428 event.GetStat(StatType::kGroupId)) { in TEST()473 event.GetStat(StatType::kGroupId)) { in TEST()512 event.GetStat(StatType::kGroupId)) { in TEST()565 event.GetStat(StatType::kGroupId)) { in TEST()641 event.GetStat(StatType::kGroupId)) { in TEST()647 event.GetStat(StatType::kSelectedGroupIds)) { in TEST()
62 auto parent_id_stat = event.GetStat(StatType::kParentId); in SetIteratorMetadata()76 auto parent_id_stat = event.GetStat(StatType::kParentId); in FindDeviceInputPipeline()98 auto iterator_id_stat = iterator_event_visitor.GetStat(StatType::kStepId); in ProcessEventForest()120 auto iterator_id_stat = iterator_event_visitor.GetStat(StatType::kStepId); in ProcessEventForest()158 auto iterator_id_stat = visitor.GetStat(StatType::kStepId); in ProcessIteratorEvent()
136 if (absl::optional<XStatVisitor> stat = event.GetStat(StatType::kGroupId)) { in ConvertDeviceStepInfoToStepMarkers()
152 event.GetStat(StatType::kIsEager)) { in CollectTfActivities()
20 void GetStat(const FilePath& path, bool show_links, struct stat* st) { in GetStat() function157 GetStat(full_path, file_type_ & SHOW_SYM_LINKS, &info.stat_); in Next()
355 CListStat &GetStat(bool altStreamsMode) { return altStreamsMode ? AltStreams : MainFiles; } in GetStat() function1301 stat2.GetStat(isAltStream).Update(st); in ListArchives()