tensorflow :: অপস:: ম্যাপস্টেজ

#include <data_flow_ops.h>

অন্তর্নিহিত কন্টেইনারে স্টেজ (কী, মান) যা হ্যাশটেবলের মতো আচরণ করে।

সারসংক্ষেপ

যুক্তি:

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

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

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

রিটার্ন:

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

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

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

operation

পাবলিক ফাংশন

operator::tensorflow::Operation () const

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

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

কাঠামো

tensorflow:: ops:: MapStage:: Attrs

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

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

অপারেশন

Operation operation

পাবলিক ফাংশন

ম্যাপস্টেজ

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

ম্যাপস্টেজ

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

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

 operator::tensorflow::Operation() const 

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

ক্ষমতা

Attrs Capacity(
  int64 x
)

ধারক

Attrs Container(
  StringPiece x
)

মেমরি লিমিট

Attrs MemoryLimit(
  int64 x
)

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

Attrs SharedName(
  StringPiece x
)