tensorflow :: operaciones :: MaxPoolWithArgmax :: Atributos
#include <nn_ops.h>Establecedores de atributos opcionales para MaxPoolWithArgmax .
Resumen
| Atributos públicos | |
|---|---|
| Targmax_ = DT_INT64 | DataType | 
| include_batch_in_index_ = false | bool | 
| Funciones publicas | |
|---|---|
| IncludeBatchInIndex (bool x) | TF_MUST_USE_RESULT Attrs Si se debe incluir la dimensión del lote en el índice plano de  argmax. | 
| Targmax (DataType x) | TF_MUST_USE_RESULT Attrs El valor predeterminado es 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
Funciones publicas
IncluirBatchInIndex
TF_MUST_USE_RESULT Attrs tensorflow::ops::MaxPoolWithArgmax::Attrs::IncludeBatchInIndex( bool x )
 Si se debe incluir la dimensión del lote en el índice plano de argmax .
Por defecto es falso
Targmax
TF_MUST_USE_RESULT Attrs tensorflow::ops::MaxPoolWithArgmax::Attrs::Targmax( DataType x )
El valor predeterminado es DT_INT64.