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

#include <data_flow_ops.h>

অন্তর্নিহিত কন্টেইনারে পর্যায় (কী, মান) যা আদেশের মতো আচরণ করে।

সারসংক্ষেপ

সহযোগী ধারক। উপাদানগুলি কী দ্বারা আদেশ করা হয়।

যুক্তি:

  • স্কোপ: একটি স্কোপ অবজেক্ট
  • কী: int64
  • মান: টেনসরের একটি তালিকা dtypes তথ্য প্রকারের একটি তালিকা যা সন্নিবেশ করা মান মেনে চলতে হবে।

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

  • ক্ষমতা: স্টেজিং এলাকায় উপাদানের সর্বাধিক সংখ্যা। যদি > 0, ধারণক্ষমতা পৌছালে কনটেইনারে সন্নিবেশ বন্ধ হয়ে যাবে।
  • ধারক: খালি না হলে, এই সারিটি প্রদত্ত পাত্রে স্থাপন করা হয়। অন্যথায়, একটি ডিফল্ট ধারক ব্যবহার করা হয়।
  • shared_name: এই নামটি মিলানো Unstage Op এর সাথে মিলানো প্রয়োজন।

রিটার্ন:

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

OrderedMapStage (const :: tensorflow::Scope & scope, :: tensorflow::Input key, :: tensorflow::Input indices, :: tensorflow::InputList values, const DataTypeSlice & dtypes)
OrderedMapStage (const :: tensorflow::Scope & scope, :: tensorflow::Input key, :: tensorflow::Input indices, :: tensorflow::InputList values, const DataTypeSlice & dtypes, const OrderedMapStage::Attrs & attrs)

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

operation

পাবলিক ফাংশন

operator::tensorflow::Operation () const

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

Capacity (int64 x)
Container (StringPiece x)
MemoryLimit (int64 x)
SharedName (StringPiece x)

কাঠামো

tensorflow:: ops:: OrderedMapStage:: Attrs

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

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

অপারেশন

Operation operation

পাবলিক ফাংশন

অর্ডার করা ম্যাপস্টেজ

 OrderedMapStage(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input key,
  ::tensorflow::Input indices,
  ::tensorflow::InputList values,
  const DataTypeSlice & dtypes
)

অর্ডার করা ম্যাপস্টেজ

 OrderedMapStage(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input key,
  ::tensorflow::Input indices,
  ::tensorflow::InputList values,
  const DataTypeSlice & dtypes,
  const OrderedMapStage::Attrs & attrs
)

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

 operator::tensorflow::Operation() const 

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

ক্ষমতা

Attrs Capacity(
  int64 x
)

ধারক

Attrs Container(
  StringPiece x
)

মেমরি লিমিট

Attrs MemoryLimit(
  int64 x
)

শেয়ার করা নাম

Attrs SharedName(
  StringPiece x
)