Stay organized with collections
Save and categorize content based on your preferences.
tensorflow::ops::OrderedMapUnstage
#include <data_flow_ops.h>
Op removes and returns the values associated with the key.
Summary
from the underlying container. If the underlying container does not contain this key, the op will block until it does.
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 2022-05-19 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 2022-05-19 UTC."],[],[],null,["# tensorflow::ops::OrderedMapUnstage Class Reference\n\ntensorflow::ops::OrderedMapUnstage\n==================================\n\n`#include \u003cdata_flow_ops.h\u003e`\n\nOp removes and returns the values associated with the key.\n\nSummary\n-------\n\nfrom the underlying container. If the underlying container does not contain this key, the op will block until it does.\n\nArgs:\n\n- scope: A [Scope](/versions/r2.9/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| [OrderedMapUnstage](#classtensorflow_1_1ops_1_1_ordered_map_unstage_1a5a26ec81dd21dcbde201b3f9f81bea27)`(const ::`[tensorflow::Scope](/versions/r2.9/api_docs/cc/class/tensorflow/scope#classtensorflow_1_1_scope)` & scope, ::`[tensorflow::Input](/versions/r2.9/api_docs/cc/class/tensorflow/input#classtensorflow_1_1_input)` key, ::`[tensorflow::Input](/versions/r2.9/api_docs/cc/class/tensorflow/input#classtensorflow_1_1_input)` indices, const DataTypeSlice & dtypes)` ||\n| [OrderedMapUnstage](#classtensorflow_1_1ops_1_1_ordered_map_unstage_1a138aed174444fa1d543861217e297821)`(const ::`[tensorflow::Scope](/versions/r2.9/api_docs/cc/class/tensorflow/scope#classtensorflow_1_1_scope)` & scope, ::`[tensorflow::Input](/versions/r2.9/api_docs/cc/class/tensorflow/input#classtensorflow_1_1_input)` key, ::`[tensorflow::Input](/versions/r2.9/api_docs/cc/class/tensorflow/input#classtensorflow_1_1_input)` indices, const DataTypeSlice & dtypes, const `[OrderedMapUnstage::Attrs](/versions/r2.9/api_docs/cc/struct/tensorflow/ops/ordered-map-unstage/attrs#structtensorflow_1_1ops_1_1_ordered_map_unstage_1_1_attrs)` & attrs)` ||\n\n| ### Public attributes ||\n|-------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------|\n| [operation](#classtensorflow_1_1ops_1_1_ordered_map_unstage_1a9533938d91a943db80772e3caa628017) | [Operation](/versions/r2.9/api_docs/cc/class/tensorflow/operation#classtensorflow_1_1_operation) |\n| [values](#classtensorflow_1_1ops_1_1_ordered_map_unstage_1af80cbb5c41ab89735034ee91631f9f0d) | `::`[tensorflow::OutputList](/versions/r2.9/api_docs/cc/group/core#group__core_1gab449e6a3abd500c2f4ea93f9e89ba96c) |\n\n| ### Public functions ||\n|-------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------|\n| [operator[]](#classtensorflow_1_1ops_1_1_ordered_map_unstage_1ad9ced28ebe47785501279284d6fa5775)`(size_t index) const ` | `::`[tensorflow::Output](/versions/r2.9/api_docs/cc/class/tensorflow/output#classtensorflow_1_1_output) |\n\n| ### Public static functions ||\n|-------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------|\n| [Capacity](#classtensorflow_1_1ops_1_1_ordered_map_unstage_1ab52cbc98f44278d5573a33ed050fdbca)`(int64 x)` | [Attrs](/versions/r2.9/api_docs/cc/struct/tensorflow/ops/ordered-map-unstage/attrs#structtensorflow_1_1ops_1_1_ordered_map_unstage_1_1_attrs) |\n| [Container](#classtensorflow_1_1ops_1_1_ordered_map_unstage_1ab519afbb326ac8918da168b4323b25e9)`(StringPiece x)` | [Attrs](/versions/r2.9/api_docs/cc/struct/tensorflow/ops/ordered-map-unstage/attrs#structtensorflow_1_1ops_1_1_ordered_map_unstage_1_1_attrs) |\n| [MemoryLimit](#classtensorflow_1_1ops_1_1_ordered_map_unstage_1a9568596678bf33435fb5c71782f9e902)`(int64 x)` | [Attrs](/versions/r2.9/api_docs/cc/struct/tensorflow/ops/ordered-map-unstage/attrs#structtensorflow_1_1ops_1_1_ordered_map_unstage_1_1_attrs) |\n| [SharedName](#classtensorflow_1_1ops_1_1_ordered_map_unstage_1aa724db1a44c21cffff20d959c2f1af72)`(StringPiece x)` | [Attrs](/versions/r2.9/api_docs/cc/struct/tensorflow/ops/ordered-map-unstage/attrs#structtensorflow_1_1ops_1_1_ordered_map_unstage_1_1_attrs) |\n\n| ### Structs ||\n|-------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [tensorflow::ops::OrderedMapUnstage::Attrs](/versions/r2.9/api_docs/cc/struct/tensorflow/ops/ordered-map-unstage/attrs) | Optional attribute setters for [OrderedMapUnstage](/versions/r2.9/api_docs/cc/class/tensorflow/ops/ordered-map-unstage#classtensorflow_1_1ops_1_1_ordered_map_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### OrderedMapUnstage\n\n```gdscript\n OrderedMapUnstage(\n const ::tensorflow::Scope & scope,\n ::tensorflow::Input key,\n ::tensorflow::Input indices,\n const DataTypeSlice & dtypes\n)\n``` \n\n### OrderedMapUnstage\n\n```gdscript\n OrderedMapUnstage(\n const ::tensorflow::Scope & scope,\n ::tensorflow::Input key,\n ::tensorflow::Input indices,\n const DataTypeSlice & dtypes,\n const OrderedMapUnstage::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```"]]