tensorflow::ops::Unstage

tensorflow::ops::Unstage

#include <data_flow_ops.h>

Op is similar to a lightweight Dequeue.

Summary

The basic funtionality is similar to dequeue with many fewer capabilities and options. This Op is optimized for performance.

Arguments:

Returns:

  • OutputList: The values tensor.
Constructors and Destructors
Unstage(const ::tensorflow::Scope & scope, const DataTypeSlice & dtypes)
Unstage(const ::tensorflow::Scope & scope, const DataTypeSlice & dtypes, const Unstage::Attrs & attrs)
Public attributes
values
Public functions
operator[](size_t index) const
Public static functions
Container(StringPiece x)
SharedName(StringPiece x)
Structs
tensorflow::ops::Unstage::Attrs

Optional attribute setters for Unstage.

Public attributes

values

::tensorflow::OutputList values

Public functions

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 

Public static functions

Container

Attrs Container(
  StringPiece x
)

SharedName

Attrs SharedName(
  StringPiece x
)

© 2017 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/api_docs/cc/class/tensorflow/ops/unstage.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部