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

#include <data_flow_ops.h>

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

ملخص

إذا

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

الحجج:

عائدات:

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

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

StagePeek (const :: tensorflow::Scope & scope, :: tensorflow::Input index, const DataTypeSlice & dtypes)
StagePeek (const :: tensorflow::Scope & scope, :: tensorflow::Input index, const DataTypeSlice & dtypes, const StagePeek::Attrs & attrs)

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

operation
values

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

operator[] (size_t index) const

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

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

الهياكل

Tensorflow:: ops:: StagePeek:: Attrs

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

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

عملية

Operation operation

قيم

::tensorflow::OutputList values

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

StagePeek

 StagePeek(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input index,
  const DataTypeSlice & dtypes
)

StagePeek

 StagePeek(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input index,
  const DataTypeSlice & dtypes,
  const StagePeek::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
)