Stay organized with collections
Save and categorize content based on your preferences.
tensorflow::ops::MapUnstageNoKey
#include <data_flow_ops.h>
Op removes and returns a random (key, value)
Summary
from the underlying container. If the underlying container does not contain elements, the op will block until it does.
Args:
Returns:
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::MapUnstageNoKey Class Reference\n\ntensorflow::ops::MapUnstageNoKey\n================================\n\n`#include \u003cdata_flow_ops.h\u003e`\n\nOp removes and returns a random (key, value)\n\nSummary\n-------\n\nfrom the underlying container. If the underlying container does not contain elements, the op will block until it does.\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- [Output](/api_docs/cc/class/tensorflow/output#classtensorflow_1_1_output) key\n- `OutputList` values\n\n\u003cbr /\u003e\n\n| ### Constructors and Destructors ||\n|---|---|\n| [MapUnstageNoKey](#classtensorflow_1_1ops_1_1_map_unstage_no_key_1a218a5dd05739b2d21db3c6359d5fb19d)`(const ::`[tensorflow::Scope](/api_docs/cc/class/tensorflow/scope#classtensorflow_1_1_scope)` & scope, ::`[tensorflow::Input](/api_docs/cc/class/tensorflow/input#classtensorflow_1_1_input)` indices, const DataTypeSlice & dtypes)` ||\n| [MapUnstageNoKey](#classtensorflow_1_1ops_1_1_map_unstage_no_key_1a111220d31a42b8586a4579fb6cf24573)`(const ::`[tensorflow::Scope](/api_docs/cc/class/tensorflow/scope#classtensorflow_1_1_scope)` & scope, ::`[tensorflow::Input](/api_docs/cc/class/tensorflow/input#classtensorflow_1_1_input)` indices, const DataTypeSlice & dtypes, const `[MapUnstageNoKey::Attrs](/api_docs/cc/struct/tensorflow/ops/map-unstage-no-key/attrs#structtensorflow_1_1ops_1_1_map_unstage_no_key_1_1_attrs)` & attrs)` ||\n\n| ### Public attributes ||\n|------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------|\n| [key](#classtensorflow_1_1ops_1_1_map_unstage_no_key_1a84ece028fa862be0cade6aad864db0e1) | `::`[tensorflow::Output](/api_docs/cc/class/tensorflow/output#classtensorflow_1_1_output) |\n| [operation](#classtensorflow_1_1ops_1_1_map_unstage_no_key_1a9f5ad16c66f2baee0ad3ccb1f9f96560) | [Operation](/api_docs/cc/class/tensorflow/operation#classtensorflow_1_1_operation) |\n| [values](#classtensorflow_1_1ops_1_1_map_unstage_no_key_1a54f92f2f4f631f7bd1a33ab90726e6b1) | `::`[tensorflow::OutputList](/api_docs/cc/group/core#group__core_1gab449e6a3abd500c2f4ea93f9e89ba96c) |\n\n| ### Public static functions ||\n|------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------|\n| [Capacity](#classtensorflow_1_1ops_1_1_map_unstage_no_key_1a34ad6a206eb1cdfcd29cafb1cacecffc)`(int64 x)` | [Attrs](/api_docs/cc/struct/tensorflow/ops/map-unstage-no-key/attrs#structtensorflow_1_1ops_1_1_map_unstage_no_key_1_1_attrs) |\n| [Container](#classtensorflow_1_1ops_1_1_map_unstage_no_key_1aa326385708b349dc1e5971ee79c6e3fb)`(StringPiece x)` | [Attrs](/api_docs/cc/struct/tensorflow/ops/map-unstage-no-key/attrs#structtensorflow_1_1ops_1_1_map_unstage_no_key_1_1_attrs) |\n| [MemoryLimit](#classtensorflow_1_1ops_1_1_map_unstage_no_key_1aa7507fb3b685c595704ca708198ea661)`(int64 x)` | [Attrs](/api_docs/cc/struct/tensorflow/ops/map-unstage-no-key/attrs#structtensorflow_1_1ops_1_1_map_unstage_no_key_1_1_attrs) |\n| [SharedName](#classtensorflow_1_1ops_1_1_map_unstage_no_key_1adb2bc647c524b2ad8c15684590acb723)`(StringPiece x)` | [Attrs](/api_docs/cc/struct/tensorflow/ops/map-unstage-no-key/attrs#structtensorflow_1_1ops_1_1_map_unstage_no_key_1_1_attrs) |\n\n| ### Structs ||\n|--------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [tensorflow::ops::MapUnstageNoKey::Attrs](/api_docs/cc/struct/tensorflow/ops/map-unstage-no-key/attrs) | Optional attribute setters for [MapUnstageNoKey](/api_docs/cc/class/tensorflow/ops/map-unstage-no-key#classtensorflow_1_1ops_1_1_map_unstage_no_key). |\n\nPublic attributes\n-----------------\n\n### key\n\n```text\n::tensorflow::Output key\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### MapUnstageNoKey\n\n```gdscript\n MapUnstageNoKey(\n const ::tensorflow::Scope & scope,\n ::tensorflow::Input indices,\n const DataTypeSlice & dtypes\n)\n``` \n\n### MapUnstageNoKey\n\n```gdscript\n MapUnstageNoKey(\n const ::tensorflow::Scope & scope,\n ::tensorflow::Input indices,\n const DataTypeSlice & dtypes,\n const MapUnstageNoKey::Attrs & attrs\n)\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```"]]