tensoreflusso:: ops:: MaxPoolConArgmax:: Attr
#include <nn_ops.h>
Setter di attributi facoltativi per MaxPoolWithArgmax .
Riepilogo
Attributi pubblici | |
---|---|
Targmax_ = DT_INT64 | DataType |
include_batch_in_index_ = false | bool |
Funzioni pubbliche | |
---|---|
IncludeBatchInIndex (bool x) | TF_MUST_USE_RESULT Attrs Indica se includere la dimensione batch nell'indice appiattito di argmax . |
Targmax (DataType x) | TF_MUST_USE_RESULT Attrs Il valore predefinito è DT_INT64. |
Attributi pubblici
Targmax_
DataType tensorflow::ops::MaxPoolWithArgmax::Attrs::Targmax_ = DT_INT64
include_batch_in_index_
bool tensorflow::ops::MaxPoolWithArgmax::Attrs::include_batch_in_index_ = false
Funzioni pubbliche
IncludeBatchInIndex
TF_MUST_USE_RESULT Attrs tensorflow::ops::MaxPoolWithArgmax::Attrs::IncludeBatchInIndex( bool x )
Indica se includere la dimensione batch nell'indice appiattito di argmax
.
Il valore predefinito è falso
Targmax
TF_MUST_USE_RESULT Attrs tensorflow::ops::MaxPoolWithArgmax::Attrs::Targmax( DataType x )
Il valore predefinito è DT_INT64.