tensoreflusso
Riepilogo
Typedef | |
|---|---|
OutputList | typedefstd::vector< Output > Un tipo per rappresentare l'output di operazioni che producono più di un output o un elenco di tensori. |
StatusCallback | typedefstd::function< void(const Status &)> |
Funzioni | |
|---|---|
CreateOutputWithScope (string op_name, absl::Span< const :: tensorflow::Input > inputs, const Scope & scope, Output *output) | |
TfCheckOpHelper (:: tensorflow::Status v, const char *msg) | tensorflow::string * |
TfCheckOpHelperOutOfLine (const :: tensorflow::Status & v, const char *msg) | tensorflow::string * |
operator<< (std::ostream & os, const Status & x) | std::ostream & |
Classi | |
|---|---|
| tensorflow:: ClientSession | Un oggetto |
| tensorflow:: Ingresso | Rappresenta un valore tensore che può essere utilizzato come operando per un Operation . |
| tensorflow:: InputList | Un tipo per rappresentare l'input per le operazioni che richiedono un elenco di tensori. |
| tensorflow:: Operazione | Rappresenta un nodo nel grafico di calcolo. |
| tensorflow:: Uscita | Rappresenta un valore tensore prodotto da un'Operazione . |
| tensorflow:: Ambito | Un oggetto |
| tensorflow:: Stato | Indica il successo o il fallimento di una chiamata in Tensorflow. |
| tensorflow:: StatusGroup | |
| tensorflusso:: Tensore | Rappresenta una matrice di valori n-dimensionale. |
| tensorflow:: TensorBuffer | |
Strutture | |
|---|---|
| tensorflow:: CompositeOpScopes | Una struttura helper per contenere gli ambiti che verrebbero utilizzati da una funzione che costruisce un'operazione composita. |
| tensorflow:: OutputHash | Classe hash che può essere utilizzata, ad esempio, per memorizzare gli output in una unordered_map. |
Spazi dei nomi | |
|---|---|
| tensorflow:: batch_util | |
| tensorflow:: ops | |
| tensorflow:: thread | |
Typedef
Elenco output
std::vector< Output > OutputList
Un tipo per rappresentare l'output di operazioni che producono più di un output o un elenco di tensori.
StatoRichiamata
std::function< void(const Status &)> StatusCallback
Funzioni
CreaOutputWithScope
Status CreateOutputWithScope( string op_name, absl::Span< const ::tensorflow::Input > inputs, const Scope & scope, Output *output )
TfCheckOpHelper
tensorflow::string * TfCheckOpHelper( ::tensorflow::Status v, const char *msg )
TfCheckOpHelperOutOfLine
tensorflow::string * TfCheckOpHelperOutOfLine( const ::tensorflow::Status & v, const char *msg )
operatore<<
std::ostream & operator<<( std::ostream & os, const Status & x )