텐서플로우:: 작전:: MaxPoolWithArgmax:: 속성
#include <nn_ops.h>
MaxPoolWithArgmax 에 대한 선택적 속성 설정자입니다.
요약
공개 속성 | |
---|---|
Targmax_ = DT_INT64 | DataType |
include_batch_in_index_ = false | bool |
공공 기능 | |
---|---|
IncludeBatchInIndex (bool x) | TF_MUST_USE_RESULT Attrs argmax 의 평면화된 인덱스에 배치 차원을 포함할지 여부입니다. |
Targmax (DataType x) | TF_MUST_USE_RESULT Attrs 기본값은 DT_INT64입니다. |
공개 속성
Targmax_
DataType tensorflow::ops::MaxPoolWithArgmax::Attrs::Targmax_ = DT_INT64
include_batch_in_index_
bool tensorflow::ops::MaxPoolWithArgmax::Attrs::include_batch_in_index_ = false
공공 기능
인클루드배치인인덱스
TF_MUST_USE_RESULT Attrs tensorflow::ops::MaxPoolWithArgmax::Attrs::IncludeBatchInIndex( bool x )
argmax
의 평면화된 인덱스에 배치 차원을 포함할지 여부입니다.
기본값은 거짓
타르그맥스
TF_MUST_USE_RESULT Attrs tensorflow::ops::MaxPoolWithArgmax::Attrs::Targmax( DataType x )
기본값은 DT_INT64입니다.