tensorflow::ops::HistogramFixedWidth::Attrs

#include <math_ops.h>

Optional attribute setters for HistogramFixedWidth.

Summary

Public attributes
dtype_ = DT_INT32
DataType
Public functions
Dtype(DataType x)
TF_MUST_USE_RESULT Attrs
Defaults to DT_INT32.

Public attributes

dtype_

DataType tensorflow::ops::HistogramFixedWidth::Attrs::dtype_ = DT_INT32

Public functions

Dtype

TF_MUST_USE_RESULT Attrs tensorflow::ops::HistogramFixedWidth::Attrs::Dtype(
  DataType x
)

Defaults to DT_INT32.

© 2020 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/versions/r1.15/api_docs/cc/struct/tensorflow/ops/histogram-fixed-width/attrs