HomeSort by relevance Sort by last modified time
    Searched refs:histogram_fixed_width (Results 1 - 5 of 5) sorted by null

  /external/tensorflow/tensorflow/python/ops/
histogram_ops_test.py 94 hist = histogram_ops.histogram_fixed_width(values, value_range, nbins=5)
105 hist = histogram_ops.histogram_fixed_width(
117 hist = histogram_ops.histogram_fixed_width(values, value_range, nbins=5)
128 hist = histogram_ops.histogram_fixed_width(values, value_range, nbins=5)
138 hist = histogram_ops.histogram_fixed_width(values, value_range, nbins=5)
143 hist = histogram_ops.histogram_fixed_width(
histogram_ops.py 21 @@histogram_fixed_width
58 name: A name for this operation (defaults to 'histogram_fixed_width').
104 @tf_export('histogram_fixed_width')
105 def histogram_fixed_width(values, function
123 name: A name for this operation (defaults to 'histogram_fixed_width').
137 hist = tf.histogram_fixed_width(new_values, value_range, nbins=5)
142 with ops.name_scope(name, 'histogram_fixed_width',
  /external/tensorflow/tensorflow/contrib/metrics/python/ops/
histogram_ops.py 133 hist_true = histogram_ops.histogram_fixed_width(
140 hist_false = histogram_ops.histogram_fixed_width(
  /external/tensorflow/tensorflow/contrib/distributions/python/ops/
test_util.py 188 counts = histogram_ops.histogram_fixed_width(
  /external/tensorflow/tensorflow/go/op/
wrappers.go     [all...]

Completed in 330 milliseconds