Stay organized with collections
Save and categorize content based on your preferences.
tensorflow::ops::Unstage
#include <data_flow_ops.h>
Op is similar to a lightweight Dequeue.
Summary
The basic functionality is similar to dequeue with many fewer capabilities and options. This Op is optimized for performance.
Args:
Returns:
OutputList
: The values tensor.
Public attributes
Public functions
Public static functions
Capacity
Attrs Capacity(
int64 x
)
Container
Attrs Container(
StringPiece x
)
MemoryLimit
Attrs MemoryLimit(
int64 x
)
SharedName
Attrs SharedName(
StringPiece x
)
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates. Some content is licensed under the numpy license.
Last updated 2021-11-15 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2021-11-15 UTC."],[],[],null,["# tensorflow::ops::Unstage Class Reference\n\ntensorflow::ops::Unstage\n========================\n\n`#include \u003cdata_flow_ops.h\u003e`\n\nOp is similar to a lightweight Dequeue.\n\nSummary\n-------\n\nThe basic functionality is similar to dequeue with many fewer capabilities and options. This Op is optimized for performance.\n\nArgs:\n\n- scope: A [Scope](/api_docs/cc/class/tensorflow/scope#classtensorflow_1_1_scope) object\n\n\u003cbr /\u003e\n\nReturns:\n\n- `OutputList`: The values tensor.\n\n\u003cbr /\u003e\n\n| ### Constructors and Destructors ||\n|---|---|\n| [Unstage](#classtensorflow_1_1ops_1_1_unstage_1a0392255be7c8fa6424b7572d3bfb6cec)`(const ::`[tensorflow::Scope](/api_docs/cc/class/tensorflow/scope#classtensorflow_1_1_scope)` & scope, const DataTypeSlice & dtypes)` ||\n| [Unstage](#classtensorflow_1_1ops_1_1_unstage_1acaa1f57f45f4271bf1b0c0ec69e7821d)`(const ::`[tensorflow::Scope](/api_docs/cc/class/tensorflow/scope#classtensorflow_1_1_scope)` & scope, const DataTypeSlice & dtypes, const `[Unstage::Attrs](/api_docs/cc/struct/tensorflow/ops/unstage/attrs#structtensorflow_1_1ops_1_1_unstage_1_1_attrs)` & attrs)` ||\n\n| ### Public attributes ||\n|-------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------|\n| [operation](#classtensorflow_1_1ops_1_1_unstage_1adbc10de916d1fdb5a22c552e96a8082b) | [Operation](/api_docs/cc/class/tensorflow/operation#classtensorflow_1_1_operation) |\n| [values](#classtensorflow_1_1ops_1_1_unstage_1ae81d8183e4d39fe90a28ee8f3a15d96d) | `::`[tensorflow::OutputList](/api_docs/cc/group/core#group__core_1gab449e6a3abd500c2f4ea93f9e89ba96c) |\n\n| ### Public functions ||\n|-------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------|\n| [operator[]](#classtensorflow_1_1ops_1_1_unstage_1ac4f86b70f9cb3c1083395a575e805675)`(size_t index) const ` | `::`[tensorflow::Output](/api_docs/cc/class/tensorflow/output#classtensorflow_1_1_output) |\n\n| ### Public static functions ||\n|-------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------|\n| [Capacity](#classtensorflow_1_1ops_1_1_unstage_1a1e22f1cdf46343e53788eb49acb303d5)`(int64 x)` | [Attrs](/api_docs/cc/struct/tensorflow/ops/unstage/attrs#structtensorflow_1_1ops_1_1_unstage_1_1_attrs) |\n| [Container](#classtensorflow_1_1ops_1_1_unstage_1a04c661b6caffe16ceba9d535f667a2a1)`(StringPiece x)` | [Attrs](/api_docs/cc/struct/tensorflow/ops/unstage/attrs#structtensorflow_1_1ops_1_1_unstage_1_1_attrs) |\n| [MemoryLimit](#classtensorflow_1_1ops_1_1_unstage_1ae16271cf7663bb4ce89a8458e7ac466c)`(int64 x)` | [Attrs](/api_docs/cc/struct/tensorflow/ops/unstage/attrs#structtensorflow_1_1ops_1_1_unstage_1_1_attrs) |\n| [SharedName](#classtensorflow_1_1ops_1_1_unstage_1af0b6e3fcb731c0b9c839bbc221d6d7c8)`(StringPiece x)` | [Attrs](/api_docs/cc/struct/tensorflow/ops/unstage/attrs#structtensorflow_1_1ops_1_1_unstage_1_1_attrs) |\n\n| ### Structs ||\n|-------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------|\n| [tensorflow::ops::Unstage::Attrs](/api_docs/cc/struct/tensorflow/ops/unstage/attrs) | Optional attribute setters for [Unstage](/api_docs/cc/class/tensorflow/ops/unstage#classtensorflow_1_1ops_1_1_unstage). |\n\nPublic attributes\n-----------------\n\n### operation\n\n```text\nOperation operation\n``` \n\n### values\n\n```text\n::tensorflow::OutputList values\n``` \n\nPublic functions\n----------------\n\n### Unstage\n\n```gdscript\n Unstage(\n const ::tensorflow::Scope & scope,\n const DataTypeSlice & dtypes\n)\n``` \n\n### Unstage\n\n```gdscript\n Unstage(\n const ::tensorflow::Scope & scope,\n const DataTypeSlice & dtypes,\n const Unstage::Attrs & attrs\n)\n``` \n\n### operator\\[\\]\n\n```gdscript\n::tensorflow::Output operator[](\n size_t index\n) const \n``` \n\nPublic static functions\n-----------------------\n\n### Capacity\n\n```text\nAttrs Capacity(\n int64 x\n)\n``` \n\n### Container\n\n```text\nAttrs Container(\n StringPiece x\n)\n``` \n\n### MemoryLimit\n\n```text\nAttrs MemoryLimit(\n int64 x\n)\n``` \n\n### SharedName\n\n```text\nAttrs SharedName(\n StringPiece x\n)\n```"]]