aliran tensor:: operasi:: HistogramLebar Tetap

#include <math_ops.h>

Kembalikan histogram nilai.

Ringkasan

Mengingat values tensor, operasi ini mengembalikan histogram peringkat 1 yang menghitung jumlah entri values yang masuk ke setiap nampan. Tempat sampah memiliki lebar yang sama dan ditentukan oleh argumen value_range dan nbins .

# Bins will be:  (-inf, 1), [1, 2), [2, 3), [3, 4), [4, inf)
nbins = 5
value_range = [0.0, 5.0]
new_values = [-1.0, 0.0, 1.5, 2.0, 5.0, 15]

with tf.get_default_session() as sess:
  hist = tf.histogram_fixed_width(new_values, value_range, nbins=5)
  variables.global_variables_initializer().run()
  sess.run(hist) => [2, 1, 1, 0, 2]

Argumen:

  • ruang lingkup: Objek Lingkup
  • nilai: Tensor Numerik .
  • value_range: Bentuk [2] Tensor dengan dtype yang sama dengan values . nilai <= value_range[0] akan dipetakan ke hist[0], nilai >= value_range[1] akan dipetakan ke hist[-1].
  • nbins: Skalar int32 Tensor . Jumlah tempat histogram.

Pengembalian:

Konstruktor dan Destruktor

HistogramFixedWidth (const :: tensorflow::Scope & scope, :: tensorflow::Input values, :: tensorflow::Input value_range, :: tensorflow::Input nbins)
HistogramFixedWidth (const :: tensorflow::Scope & scope, :: tensorflow::Input values, :: tensorflow::Input value_range, :: tensorflow::Input nbins, const HistogramFixedWidth::Attrs & attrs)

Atribut publik

operation
out

Fungsi publik

node () const
::tensorflow::Node *
operator::tensorflow::Input () const
operator::tensorflow::Output () const

Fungsi statis publik

Dtype (DataType x)

Struktur

tensorflow:: ops:: HistogramFixedWidth:: Attrs

Penyetel atribut opsional untuk HistogramFixedWidth .

Atribut publik

operasi

Operation operation

keluar

::tensorflow::Output out

Fungsi publik

HistogramLebar Tetap

 HistogramFixedWidth(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input values,
  ::tensorflow::Input value_range,
  ::tensorflow::Input nbins
)

HistogramLebar Tetap

 HistogramFixedWidth(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input values,
  ::tensorflow::Input value_range,
  ::tensorflow::Input nbins,
  const HistogramFixedWidth::Attrs & attrs
)

simpul

::tensorflow::Node * node() const 

operator::tensorflow::Masukan

 operator::tensorflow::Input() const 

operator::tensorflow::Keluaran

 operator::tensorflow::Output() const 

Fungsi statis publik

Tipe D

Attrs Dtype(
  DataType x
)