fluxo tensor:: ops:: Desquantizar:: Atributos
#include <array_ops.h>
Configuradores de atributos opcionais para Dequantize .
Resumo
Atributos públicos | |
---|---|
axis_ = -1 | int64 |
dtype_ = DT_FLOAT | DataType |
mode_ = "MIN_COMBINED" | StringPiece |
narrow_range_ = false | bool |
Funções públicas | |
---|---|
Axis (int64 x) | TF_MUST_USE_RESULT Attrs O padrão é -1. |
Dtype (DataType x) | TF_MUST_USE_RESULT Attrs Tipo do tensor de saída. |
Mode (StringPiece x) | TF_MUST_USE_RESULT Attrs O padrão é "MIN_COMBINED". |
NarrowRange (bool x) | TF_MUST_USE_RESULT Attrs O padrão é falso. |
Atributos públicos
eixo_
int64 tensorflow::ops::Dequantize::Attrs::axis_ = -1
dtype_
DataType tensorflow::ops::Dequantize::Attrs::dtype_ = DT_FLOAT
modo_
StringPiece tensorflow::ops::Dequantize::Attrs::mode_ = "MIN_COMBINED"
intervalo_estreito_
bool tensorflow::ops::Dequantize::Attrs::narrow_range_ = false
Funções públicas
Tipo D
TF_MUST_USE_RESULT Attrs tensorflow::ops::Dequantize::Attrs::Dtype( DataType x )
Tipo do tensor de saída.
Atualmente o Dequantize suporta float e bfloat16. Se 'dtype' for 'bfloat16', ele suporta apenas o modo 'MIN_COMBINED'.
O padrão é DT_FLOAT
Modo
TF_MUST_USE_RESULT Attrs tensorflow::ops::Dequantize::Attrs::Mode( StringPiece x )
O padrão é "MIN_COMBINED".
Faixa Estreita
TF_MUST_USE_RESULT Attrs tensorflow::ops::Dequantize::Attrs::NarrowRange( bool x )
O padrão é falso.