- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for CollectMetrics (0.11 sec)
-
tensorflow/c/eager/c_api_experimental_test.cc
EXPECT_EQ(TFE_MonitoringCounterCellValue(cell), 6); metrics = collection_registry->CollectMetrics(options); EXPECT_EQ( 6, metrics->point_set_map.at("test/counter")->points.at(0)->int64_value); TFE_MonitoringDeleteCounter0(counter); metrics = collection_registry->CollectMetrics(options); EXPECT_EQ(metrics->point_set_map.end(), metrics->point_set_map.find("test/counter")); }
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Thu Aug 03 03:14:26 UTC 2023 - 31.5K bytes - Viewed (0)