tensorflow :: operaciones :: QuantizeAndDequantizeV3 :: Atributos

#include <array_ops.h>

Establecedores de atributos opcionales para QuantizeAndDequantizeV3 .

Resumen

Atributos públicos

axis_ = -1
int64
narrow_range_ = false
bool
range_given_ = true
bool
signed_input_ = true
bool

Funciones publicas

Axis (int64 x)
TF_MUST_USE_RESULT Attrs
El valor predeterminado es -1.
NarrowRange (bool x)
TF_MUST_USE_RESULT Attrs
El valor predeterminado es falso.
RangeGiven (bool x)
TF_MUST_USE_RESULT Attrs
Por defecto es verdadero.
SignedInput (bool x)
TF_MUST_USE_RESULT Attrs
Por defecto es verdadero.

Atributos públicos

eje_

int64 tensorflow::ops::QuantizeAndDequantizeV3::Attrs::axis_ = -1

rango estrecho_

bool tensorflow::ops::QuantizeAndDequantizeV3::Attrs::narrow_range_ = false

range_given_

bool tensorflow::ops::QuantizeAndDequantizeV3::Attrs::range_given_ = true

entrada_firmada_

bool tensorflow::ops::QuantizeAndDequantizeV3::Attrs::signed_input_ = true

Funciones publicas

Eje

TF_MUST_USE_RESULT Attrs tensorflow::ops::QuantizeAndDequantizeV3::Attrs::Axis(
  int64 x
)

El valor predeterminado es -1.

Rango estrecho

TF_MUST_USE_RESULT Attrs tensorflow::ops::QuantizeAndDequantizeV3::Attrs::NarrowRange(
  bool x
)

El valor predeterminado es falso.

RangeGiven

TF_MUST_USE_RESULT Attrs tensorflow::ops::QuantizeAndDequantizeV3::Attrs::RangeGiven(
  bool x
)

Por defecto es verdadero.

SignedInput

TF_MUST_USE_RESULT Attrs tensorflow::ops::QuantizeAndDequantizeV3::Attrs::SignedInput(
  bool x
)

Por defecto es verdadero.