تدفق التوتر:: العمليات:: OrderedMapPeek

#include <data_flow_ops.h>

يقوم Op بإلقاء نظرة خاطفة على القيم الموجودة في المفتاح المحدد.

ملخص

إذا

لا تحتوي الحاوية الأساسية على هذا المفتاح الذي ستحظره هذه العملية حتى يتم ذلك. تم تحسين هذا Op للأداء.

الحجج:

عائدات:

  • OutputList : موتر القيم.

البنائين والمدمرين

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

الصفات العامة

operation
values

الوظائف العامة

operator[] (size_t index) const

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

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

الهياكل

Tensorflow:: ops:: OrderedMapPeek:: Attrs

محددات السمات الاختيارية لـ OrderedMapPeek .

الصفات العامة

عملية

Operation operation

قيم

::tensorflow::OutputList values

الوظائف العامة

OrderedMapPeek

 OrderedMapPeek(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input key,
  ::tensorflow::Input indices,
  const DataTypeSlice & dtypes
)

OrderedMapPeek

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

المشغل أو العامل[]

::tensorflow::Output operator[](
  size_t index
) const 

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

سعة

Attrs Capacity(
  int64 x
)

حاوية

Attrs Container(
  StringPiece x
)

حد الذاكرة

Attrs MemoryLimit(
  int64 x
)

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

Attrs SharedName(
  StringPiece x
)