tensorflow :: অপস:: এলোমেলো স্বাভাবিক

#include <random_ops.h>

একটি স্বাভাবিক বন্টন থেকে র্যান্ডম মান আউটপুট।

সারসংক্ষেপ

উত্পন্ন মানগুলির মানে 0 এবং আদর্শ বিচ্যুতি 1 হবে৷

যুক্তি:

  • স্কোপ: একটি স্কোপ অবজেক্ট
  • আকৃতি: আউটপুট টেনসরের আকৃতি।
  • dtype: আউটপুটের ধরন।

ঐচ্ছিক বৈশিষ্ট্য (দেখুন Attrs ):

  • বীজ: যদি seed বা seed2 অ-শূন্য সেট করা হয়, তাহলে প্রদত্ত বীজ দ্বারা এলোমেলো সংখ্যা জেনারেটর বীজ হয়। অন্যথায়, এটি একটি এলোমেলো বীজ দ্বারা বীজ হয়।
  • বীজ 2: বীজ সংঘর্ষ এড়াতে একটি দ্বিতীয় বীজ।

রিটার্ন:

  • Output : এলোমেলো স্বাভাবিক মান দিয়ে ভরা নির্দিষ্ট আকৃতির একটি টেনসর।

কনস্ট্রাক্টর এবং ডেস্ট্রাক্টর

RandomNormal (const :: tensorflow::Scope & scope, :: tensorflow::Input shape, DataType dtype)
RandomNormal (const :: tensorflow::Scope & scope, :: tensorflow::Input shape, DataType dtype, const RandomNormal::Attrs & attrs)

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

operation
output

পাবলিক ফাংশন

node () const
::tensorflow::Node *
operator::tensorflow::Input () const
operator::tensorflow::Output () const

পাবলিক স্ট্যাটিক ফাংশন

Seed (int64 x)
Seed2 (int64 x)

কাঠামো

tensorflow:: ops:: RandomNormal:: Attrs

RandomNormal- এর জন্য ঐচ্ছিক অ্যাট্রিবিউট সেটার।

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

অপারেশন

Operation operation

আউটপুট

::tensorflow::Output output

পাবলিক ফাংশন

এলোমেলো স্বাভাবিক

 RandomNormal(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input shape,
  DataType dtype
)

এলোমেলো স্বাভাবিক

 RandomNormal(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input shape,
  DataType dtype,
  const RandomNormal::Attrs & attrs
)

নোড

::tensorflow::Node * node() const 

অপারেটর::টেনসরফ্লো::ইনপুট

 operator::tensorflow::Input() const 

অপারেটর::টেনসরফ্লো::আউটপুট

 operator::tensorflow::Output() const 

পাবলিক স্ট্যাটিক ফাংশন

বীজ

Attrs Seed(
  int64 x
)

বীজ ২

Attrs Seed2(
  int64 x
)