tensorflow :: ops :: MaxPoolWithArgmax :: Attrs

#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 incluir a dimensão do lote no índice achatado 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

IncludeBatchInIndex

TF_MUST_USE_RESULT Attrs tensorflow::ops::MaxPoolWithArgmax::Attrs::IncludeBatchInIndex(
  bool x
)

Se a dimensão do lote deve ser incluída no índice achatado de argmax .

Padrões para falso

Targmax

TF_MUST_USE_RESULT Attrs tensorflow::ops::MaxPoolWithArgmax::Attrs::Targmax(
  DataType x
)

O padrão é DT_INT64.