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

#include <nn_ops.h>

একটি মধ্যে দেওয়া গন্তব্য ডেটা বিন্যাসে মাত্রা সূচক প্রদান করে।

সারসংক্ষেপ

উৎস তথ্য বিন্যাস.

যুক্তি:

  • স্কোপ: একটি স্কোপ অবজেক্ট
  • x: উৎস ডেটা বিন্যাসে একটি মাত্রা সূচক হিসাবে প্রতিটি উপাদান সহ একটি টেনসর । পরিসরে হতে হবে [-4, 4)।

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

  • src_format: উৎস তথ্য বিন্যাস।
  • dst_format: গন্তব্য ডেটা বিন্যাস।

রিটার্ন:

  • Output : গন্তব্য ডেটা বিন্যাসে একটি মাত্রা সূচক হিসাবে প্রতিটি উপাদান সহ একটি টেনসর

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

DataFormatDimMap (const :: tensorflow::Scope & scope, :: tensorflow::Input x)
DataFormatDimMap (const :: tensorflow::Scope & scope, :: tensorflow::Input x, const DataFormatDimMap::Attrs & attrs)

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

operation
y

পাবলিক ফাংশন

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

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

DstFormat (StringPiece x)
SrcFormat (StringPiece x)

কাঠামো

tensorflow:: ops:: DataFormatDimMap:: Attrs

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

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

অপারেশন

Operation operation

y

::tensorflow::Output y

পাবলিক ফাংশন

ডেটা ফরম্যাটডিমম্যাপ

 DataFormatDimMap(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input x
)

ডেটা ফরম্যাটডিমম্যাপ

 DataFormatDimMap(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input x,
  const DataFormatDimMap::Attrs & attrs
)

নোড

::tensorflow::Node * node() const 

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

 operator::tensorflow::Input() const 

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

 operator::tensorflow::Output() const 

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

ডিএসটি ফরম্যাট

Attrs DstFormat(
  StringPiece x
)

SrcFormat

Attrs SrcFormat(
  StringPiece x
)