Home
last modified time | relevance | path

Searched refs:GetStat (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/internal/gpu/
Ddevice_tracer_test.cc280 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()
/external/tensorflow/tensorflow/core/profiler/utils/
Dxplane_visitor.h101 absl::optional<XStatVisitor> GetStat(int64 stat_type) const;
104 absl::optional<XStatVisitor> GetStat( in GetStat() function
297 absl::optional<XStatVisitor> XStatsOwner<T>::GetStat(int64 stat_type) const { in GetStat() function
300 return GetStat(stat_type, *stat_metadata); in GetStat()
Dgroup_events.cc56 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()
Dgroup_events_test.cc251 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()
/external/tensorflow/tensorflow/core/profiler/convert/
Dxplane_to_tf_data_stats.cc62 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()
Dxplane_to_step_events.cc136 if (absl::optional<XStatVisitor> stat = event.GetStat(StatType::kGroupId)) { in ConvertDeviceStepInfoToStepMarkers()
Dxplane_to_op_metrics_db.cc152 event.GetStat(StatType::kIsEager)) { in CollectTfActivities()
/external/libchrome/base/files/
Dfile_enumerator_posix.cc20 void GetStat(const FilePath& path, bool show_links, struct stat* st) { in GetStat() function
157 GetStat(full_path, file_type_ & SHOW_SYM_LINKS, &info.stat_); in Next()
/external/lzma/CPP/7zip/UI/Console/
DList.cpp355 CListStat &GetStat(bool altStreamsMode) { return altStreamsMode ? AltStreams : MainFiles; } in GetStat() function
1301 stat2.GetStat(isAltStream).Update(st); in ListArchives()