tensorflow :: opérations :: MapStage
#include <data_flow_ops.h>
Stage (clé, valeurs) dans le conteneur sous-jacent qui se comporte comme une table de hachage.
Résumé
Arguments:
- scope: un objet Scope
- clé: int64
- values: une liste de tenseurs dtypes Une liste de types de données auxquels les valeurs insérées doivent adhérer.
Attributs facultatifs (voir Attrs
):
- capacité: nombre maximum d'éléments dans la zone de transit. Si> 0, les inserts sur le conteneur se bloquent lorsque la capacité est atteinte.
- conteneur: si non vide, cette file d'attente est placée dans le conteneur donné. Sinon, un conteneur par défaut est utilisé.
- shared_name: il est nécessaire de faire correspondre ce nom à l'Op Unstage correspondant.
Retour:
- l'
Operation
créée
Constructeurs et destructeurs | |
---|---|
MapStage (const :: tensorflow::Scope & scope, :: tensorflow::Input key, :: tensorflow::Input indices, :: tensorflow::InputList values, const DataTypeSlice & dtypes) | |
MapStage (const :: tensorflow::Scope & scope, :: tensorflow::Input key, :: tensorflow::Input indices, :: tensorflow::InputList values, const DataTypeSlice & dtypes, const MapStage::Attrs & attrs) |
Attributs publics | |
---|---|
operation |
Fonctions publiques | |
---|---|
operator::tensorflow::Operation () const |
Fonctions statiques publiques | |
---|---|
Capacity (int64 x) | |
Container (StringPiece x) | |
MemoryLimit (int64 x) | |
SharedName (StringPiece x) |
Structs | |
---|---|
tensorflow :: ops :: MapStage :: Attrs | Définisseurs d' attributs facultatifs pour MapStage . |
Attributs publics
opération
Operation operation
Fonctions publiques
MapStage
MapStage( const ::tensorflow::Scope & scope, ::tensorflow::Input key, ::tensorflow::Input indices, ::tensorflow::InputList values, const DataTypeSlice & dtypes )
MapStage
MapStage( const ::tensorflow::Scope & scope, ::tensorflow::Input key, ::tensorflow::Input indices, ::tensorflow::InputList values, const DataTypeSlice & dtypes, const MapStage::Attrs & attrs )
operator :: tensorflow :: Operation
operator::tensorflow::Operation() const
Fonctions statiques publiques
Capacité
Attrs Capacity( int64 x )
Récipient
Attrs Container( StringPiece x )
MemoryLimit
Attrs MemoryLimit( int64 x )
SharedName
Attrs SharedName( StringPiece x )