API Tensorflow principale
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. |
Funzioni | |
---|---|
CreateOutputWithScope (string op_name, absl::Span< const :: tensorflow::Input > inputs, const Scope & scope, Output *output) | Status |
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:: TensorBuffer |
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.
Funzioni
CreaOutputWithScope
Status CreateOutputWithScope( string op_name, absl::Span< const ::tensorflow::Input > inputs, const Scope & scope, Output *output )