Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 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)
  2. RELEASE.md

    `SparseTensor.shape` has been renamed to `SparseTensor.dense_shape`. Same for
    `SparseTensorValue.shape`. * Replace tf.scalar_summary, tf.histogram_summary,
    tf.audio_summary, tf.image_summary with tf.summary.scalar, tf.summary.histogram,
    tf.summary.audio, tf.summary.image, respectively. The new summary ops take name
    rather than tag as their first argument, meaning summary ops now respect
    Plain Text
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Wed Apr 03 20:27:38 GMT 2024
    - 727.4K bytes
    - Viewed (8)
Back to top