تينسورفلو :: العمليات :: MaxPool3DGradGrad :: أترس
#include <nn_ops.h>
محددات السمات الاختيارية لـ MaxPool3DGradGrad .
ملخص
السمات العامة | |
---|---|
data_format_ = "NDHWC" | StringPiece |
الوظائف العامة | |
---|---|
DataFormat (StringPiece x) | TF_MUST_USE_RESULT Attrs تنسيق البيانات لبيانات الإدخال والإخراج. |
السمات العامة
تنسيق البيانات_
StringPiece tensorflow::ops::MaxPool3DGradGrad::Attrs::data_format_ = "NDHWC"
الوظائف العامة
تنسيق البيانات
TF_MUST_USE_RESULT Attrs tensorflow::ops::MaxPool3DGradGrad::Attrs::DataFormat( StringPiece x )
تنسيق البيانات لبيانات الإدخال والإخراج.
باستخدام التنسيق الافتراضي "NDHWC" ، يتم تخزين البيانات بالترتيب: [الدفعة ، العمق ، الارتفاع ، العرض ، in_channels]. بدلاً من ذلك ، يمكن أن يكون التنسيق "NCDHW" ، ترتيب تخزين البيانات هو: [دُفعات ، قنوات داخلية ، عمق ، in_height ، in_width].
افتراضات على "NDHWC"
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2020-04-20 UTC.
[]
[]