Tensorflow :: ops :: MaxPoolWithArgmax :: Attrs
#include <nn_ops.h>
Optionale Attributsetzer für MaxPoolWithArgmax .
Zusammenfassung
Öffentliche Attribute | |
---|---|
Targmax_ = DT_INT64 | DataType |
include_batch_in_index_ = false | bool |
Öffentliche Funktionen | |
---|---|
IncludeBatchInIndex (bool x) | TF_MUST_USE_RESULT Attrs argmax ob die argmax in den abgeflachten Index von argmax . |
Targmax (DataType x) | TF_MUST_USE_RESULT Attrs Der Standardwert ist DT_INT64. |
Öffentliche Attribute
Targmax_
DataType tensorflow::ops::MaxPoolWithArgmax::Attrs::Targmax_ = DT_INT64
include_batch_in_index_
bool tensorflow::ops::MaxPoolWithArgmax::Attrs::include_batch_in_index_ = false
Öffentliche Funktionen
IncludeBatchInIndex
TF_MUST_USE_RESULT Attrs tensorflow::ops::MaxPoolWithArgmax::Attrs::IncludeBatchInIndex( bool x )
argmax
ob die Batch-Dimension in den abgeflachten Index von argmax
.
Der Standardwert ist false
Targmax
TF_MUST_USE_RESULT Attrs tensorflow::ops::MaxPoolWithArgmax::Attrs::Targmax( DataType x )
Der Standardwert ist DT_INT64.