flux tensoriel : : Liste d'entrée
#include <ops.h>Un type pour représenter l'entrée des opérations qui nécessitent une liste de tenseurs.
Résumé
| Constructeurs et Destructeurs | |
|---|---|
| InputList (const OutputList & out) Convertissez implicitement une liste de sorties en une liste d’entrées. | |
| InputList (const std::initializer_list< Input > & inputs) | |
| InputList (const tensorflow::gtl::ArraySlice< Input > & inputs) | |
| InputList (const std::initializer_list< Output > & out) | 
| Fonctions publiques | |
|---|---|
| begin () | std::vector< Input >::iterator | 
| begin () const | std::vector< Input >::const_iterator | 
| end () | std::vector< Input >::iterator | 
| end () const | std::vector< Input >::const_iterator | 
Fonctions publiques
Liste d'entrée
InputList( const OutputList & out )
Convertissez implicitement une liste de sorties en une liste d’entrées.
Ceci est utile pour écrire du code tel que ops::Concat(ops::Split(x, 4)).
Liste d'entrée
InputList( const std::initializer_list< Input > & inputs )
Liste d'entrée
InputList( const tensorflow::gtl::ArraySlice< Input > & inputs )
Liste d'entrée
InputList( const std::initializer_list< Output > & out )
commencer
std::vector< Input >::iterator begin()
commencer
std::vector< Input >::const_iterator begin() const
fin
std::vector< Input >::iterator end()
fin
std::vector< Input >::const_iterator end() const