Spec-Zone.ru › TensorFlow C++ 2.3

tensorflow::ops::Unstage

#include <data_flow_ops.h>

Операция похожа на лёгкую Dequeue.

Краткое описание

Основная функциональность похожа на dequeue, но с гораздо меньшими возможностями и опциями. Эта операция оптимизирована для производительности.

Аргументы:

  • scope: Объект Scope

Возвращает:

  • OutputList: Тензор значений.
Конструкторы и деструкторы
Unstage(const ::tensorflow::Scope & scope, const DataTypeSlice & dtypes)
Unstage(const ::tensorflow::Scope & scope, const DataTypeSlice & dtypes, const Unstage::Attrs & attrs)
Общедоступные атрибуты
operation
Operation
values
::tensorflow::OutputList
Общедоступные функции
operator[](size_t index) const
::tensorflow::Output
Общедоступные статические функции
Capacity(int64 x)
Attrs
Container(StringPiece x)
Attrs
MemoryLimit(int64 x)
Attrs
SharedName(StringPiece x)
Attrs
Структуры
tensorflow::ops::Unstage::Attrs

Необязательные установщики атрибутов для Unstage.

Общедоступные атрибуты

operation

Operation operation

значения

::tensorflow::OutputList values

Общедоступные функции

Unstage

 Unstage(
  const ::tensorflow::Scope & scope,
  const DataTypeSlice & dtypes
)

Unstage

 Unstage(
  const ::tensorflow::Scope & scope,
  const DataTypeSlice & dtypes,
  const Unstage::Attrs & attrs
)

operator[]

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

Общедоступные статические функции

Объём

Attrs Capacity(
  int64 x
)

Контейнер

Attrs Container(
  StringPiece x
)

Предел памяти

Attrs MemoryLimit(
  int64 x
)

Общее имя

Attrs SharedName(
  StringPiece x
)

© 2020 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/versions/r2.3/api_docs/cc/class/tensorflow/ops/unstage

Spec-Zone.ru

Настройки Оффлайн Что нового Помощь О нас
Spec-Zone .ru
спецификации, руководства, описания, API