tensorflow :: অপস:: QuantizedConv2D:: Attrs

#include <nn_ops.h>

QuantizedConv2D- এর জন্য ঐচ্ছিক বৈশিষ্ট্য নির্ধারণকারী।

সারসংক্ষেপ

পাবলিক বৈশিষ্ট্য

dilations_ = Default_dilations()
gtl::ArraySlice< int >
out_type_ = DT_QINT32
DataType

পাবলিক ফাংশন

Dilations (const gtl::ArraySlice< int > & x)
TF_MUST_USE_RESULT Attrs
দৈর্ঘ্যের 1-D টেনসর 4.
OutType (DataType x)
TF_MUST_USE_RESULT Attrs
ডিফল্ট DT_QINT32।

পাবলিক বৈশিষ্ট্য

প্রসারণ_

gtl::ArraySlice< int > tensorflow::ops::QuantizedConv2D::Attrs::dilations_ = Default_dilations()

আউট_টাইপ_

DataType tensorflow::ops::QuantizedConv2D::Attrs::out_type_ = DT_QINT32

পাবলিক ফাংশন

প্রসারণ

TF_MUST_USE_RESULT Attrs tensorflow::ops::QuantizedConv2D::Attrs::Dilations(
  const gtl::ArraySlice< int > & x
)

দৈর্ঘ্যের 1-D টেনসর 4.

input প্রতিটি মাত্রার জন্য প্রসারিত ফ্যাক্টর। k > 1 তে সেট করা হলে, সেই মাত্রার প্রতিটি ফিল্টার উপাদানের মধ্যে k-1 এড়িয়ে যাওয়া ঘর থাকবে। মাত্রার ক্রম data_format এর মান দ্বারা নির্ধারিত হয়, বিশদ বিবরণের জন্য উপরে দেখুন। ব্যাচের প্রসারণ এবং গভীরতার মাত্রা অবশ্যই 1 হতে হবে।

ডিফল্টে [1, 1, 1, 1]

আউটটাইপ

TF_MUST_USE_RESULT Attrs tensorflow::ops::QuantizedConv2D::Attrs::OutType(
  DataType x
)

ডিফল্ট DT_QINT32।