সেন্সরফ্লো :: অপস :: র‌্যান্ডম নরমাল

#include <random_ops.h>

একটি সাধারণ বিতরণ থেকে এলোমেলো মানগুলি আউটপুট করে।

সারসংক্ষেপ

উত্পন্ন মানগুলির অর্থ 0 এবং মান বিচ্যুতি 1 হবে।

যুক্তি:

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

Attrs বৈশিষ্ট্য ( 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)

স্ট্রাক্টস

টেনসরফ্লো :: অপ্স :: র্যান্ডম নরমাল :: অ্যাটর্স

র‌্যান্ডমনরমালের জন্য alচ্ছিক অ্যাট্রিবিউট সেটটার

জনসাধারণের গুণাবলী

অপারেশন

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
)

বীজ 2

Attrs Seed2(
  int64 x
)