fluxo tensor:: ops:: MaxPoolWithArgmax:: Atributos
#include <nn_ops.h>
Configuradores de atributos opcionais para MaxPoolWithArgmax .
Resumo
Atributos públicos | |
---|---|
Targmax_ = DT_INT64 | DataType |
include_batch_in_index_ = false | bool |
Funções públicas | |
---|---|
IncludeBatchInIndex (bool x) | TF_MUST_USE_RESULT Attrs Se deve incluir a dimensão do lote no índice nivelado de argmax . |
Targmax (DataType x) | TF_MUST_USE_RESULT Attrs O padrão é DT_INT64. |
Atributos públicos
Targmax_
DataType tensorflow::ops::MaxPoolWithArgmax::Attrs::Targmax_ = DT_INT64
include_batch_in_index_
bool tensorflow::ops::MaxPoolWithArgmax::Attrs::include_batch_in_index_ = false
Funções públicas
IncluirBatchInIndex
TF_MUST_USE_RESULT Attrs tensorflow::ops::MaxPoolWithArgmax::Attrs::IncludeBatchInIndex( bool x )
Se deve incluir a dimensão do lote no índice nivelado de argmax
.
O padrão é falso
Targmax
TF_MUST_USE_RESULT Attrs tensorflow::ops::MaxPoolWithArgmax::Attrs::Targmax( DataType x )
O padrão é DT_INT64.