تدفق التوتر:: العمليات:: 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::Operation

 operator::tensorflow::Operation() const 

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

سعة

Attrs Capacity(
  int64 x
)

حاوية

Attrs Container(
  StringPiece x
)

حد الذاكرة

Attrs MemoryLimit(
  int64 x
)

الاسم المشترك

Attrs SharedName(
  StringPiece x
)