نشكرك على متابعة Google I / O. عرض جميع الجلسات عند الطلب مشاهدة عند الطلب

تينسورفلو :: العمليات :: MapStage

#include <data_flow_ops.h>

المرحلة (مفتاح ، قيم) في الحاوية الأساسية التي تتصرف مثل علامة التجزئة.

ملخص

الحجج:

  • النطاق: كائن النطاق
  • المفتاح: int64
  • القيم: قائمة أنواع الموترات قائمة بأنواع البيانات التي يجب أن تلتزم القيم المدرجة بها.

السمات الاختيارية (انظر 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

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

MapStage

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

المشغل :: Tensorflow :: العملية

 operator::tensorflow::Operation() const 

وظائف ثابتة عامة

الاهلية

Attrs Capacity(
  int64 x
)

وعاء

Attrs Container(
  StringPiece x
)

MemoryLimit

Attrs MemoryLimit(
  int64 x
)

SharedName

Attrs SharedName(
  StringPiece x
)