Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for hectogram (0.19 sec)

  1. tensorflow/c/eager/c_api_experimental_test.cc

                         ->points.at(0)
                         ->histogram_value.sum());
    
      TFE_MonitoringSamplerCellAdd(cell, 5.0);
      metrics = collection_registry->CollectMetrics(options);
      EXPECT_EQ(6.0, metrics->point_set_map.at("test/sampler")
                         ->points.at(0)
                         ->histogram_value.sum());
      TFE_MonitoringDeleteBuckets(buckets);
      TFE_MonitoringDeleteSampler0(sampler);
    C++
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Thu Aug 03 03:14:26 GMT 2023
    - 31.5K bytes
    - Viewed (1)
Back to top