टेंसरफ़्लो:: ऑप्स:: मैक्सपूलविथआर्गमैक्स:: Attrs
#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 है। |
सार्वजनिक गुण
टार्गमैक्स_
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 है।