API Tensorflow principale
Sommario
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 :: Input | Rappresenta un valore tensore che può essere utilizzato come operando ad un'operazione . |
tensorflow :: InputList | Un tipo per rappresentare l'input alle operazioni che richiedono un elenco di tensori. |
tensorflow :: Operazione | Rappresenta un nodo nel grafico di calcolo. |
tensorflow :: Output | Rappresenta un valore tensore prodotto da un'operazione . |
tensorflow :: Ambito | Un oggetto |
tensorflow :: TensorBuffer |
Typedef
OutputList
std::vector< Output > OutputList
Un tipo per rappresentare l'output di operazioni che producono più di un output o un elenco di tensori.
Funzioni
CreateOutputWithScope
Status CreateOutputWithScope( string op_name, absl::Span< const ::tensorflow::Input > inputs, const Scope & scope, Output *output )