- Sort Score
- Num 10 results
- Language All
Results 1 - 6 of 6 for TFE_MonitoringNewCounter2 (0.39 seconds)
-
tensorflow/c/eager/c_api_experimental_reader.h
Ashitesh Singh <******@****.***> 1763437120 +0530
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Thu Nov 20 03:41:38 GMT 2025 - 2.3K bytes - Click Count (0) -
tensorflow/c/eager/c_api_experimental_reader_test.cc
A. Unique TensorFlower <******@****.***> 1681960263 -0700
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Thu Apr 20 03:14:47 GMT 2023 - 2.9K bytes - Click Count (0) -
tensorflow/c/eager/c_api_experimental_test.cc
auto* cell1 = TFE_MonitoringGetCellCounter1(counter1, "test"); TFE_MonitoringCounterCellIncrementBy(cell1, 1); EXPECT_EQ(TFE_MonitoringCounterCellValue(cell1), 1); auto* counter2 = TFE_MonitoringNewCounter2("test/counter2", status, "description", "label1", "label2"); CHECK_EQ(TF_OK, TF_GetCode(status)) << TF_Message(status); TF_DeleteStatus(status);
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Thu Oct 09 05:56:18 GMT 2025 - 31.5K bytes - Click Count (0) -
tensorflow/c/eager/c_api_experimental_reader.cc
Ashitesh Singh <******@****.***> 1763437120 +0530
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Thu Nov 20 03:41:38 GMT 2025 - 1.4K bytes - Click Count (0) -
tensorflow/c/eager/c_api_experimental.cc
TFE_MonitoringCounter1* counter, const char* label1) { return static_cast<TFE_MonitoringCounterCell*>( static_cast<void*>(counter->counter->GetCell(label1))); } TFE_MonitoringCounter2* TFE_MonitoringNewCounter2(const char* name, TF_Status* status, const char* description,Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Sat Oct 12 05:11:17 GMT 2024 - 35.9K bytes - Click Count (0) -
tensorflow/c/eager/c_api_experimental.h
TFE_MonitoringCounter1* counter, const char* label1); // APIs for Counter with 2 labels. typedef struct TFE_MonitoringCounter2 TFE_MonitoringCounter2; TF_CAPI_EXPORT extern TFE_MonitoringCounter2* TFE_MonitoringNewCounter2( const char* name, TF_Status* status, const char* description, const char* label1, const char* label2); TF_CAPI_EXPORT extern void TFE_MonitoringDeleteCounter2( TFE_MonitoringCounter2* counter);Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Wed Feb 21 22:37:46 GMT 2024 - 39.5K bytes - Click Count (1)