Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for CreateCounter0 (0.06 seconds)

  1. tensorflow/c/eager/c_api_experimental_reader_test.cc

    #include "tensorflow/c/eager/c_api_experimental.h"
    #include "tensorflow/core/platform/logging.h"
    #include "tensorflow/core/platform/test.h"
    
    namespace tensorflow {
    namespace {
    
    TFE_MonitoringCounter0* CreateCounter0(const char* counter_name);
    TFE_MonitoringCounter1* CreateCounter1(const char* counter_name,
                                           const char* label);
    void IncrementCounter0(TFE_MonitoringCounter0* counter, int64_t delta = 1);
    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)
Back to Top