Podstawowy interfejs API Tensorflow
Podsumowanie
Typedefs | |
---|---|
OutputList | typedefstd::vector< Output > Typ reprezentujący dane wyjściowe operacji, które generują więcej niż jedno wyjście, lub listę tensorów. |
Funkcje | |
---|---|
CreateOutputWithScope (string op_name, absl::Span< const :: tensorflow::Input > inputs, const Scope & scope, Output *output) | Status |
Zajęcia | |
---|---|
tensorflow :: ClientSession | Obiekt |
tensorflow :: Wejście | Reprezentuje wartość tensora, której można użyć jako operandu w Operation . |
tensorflow :: InputList | Typ reprezentujący dane wejściowe operacji wymagających listy tensorów. |
tensorflow :: Operacja | Reprezentuje węzeł na wykresie obliczeniowym. |
tensorflow :: Wyjście | Reprezentuje wartość tensora wygenerowaną przez Operation . |
tensorflow :: Zakres | Obiekt |
tensorflow :: TensorBuffer |
Typedefs
OutputList
std::vector< Output > OutputList
Typ reprezentujący dane wyjściowe operacji, które generują więcej niż jedno wyjście, lub listę tensorów.
Funkcje
CreateOutputWithScope
Status CreateOutputWithScope( string op_name, absl::Span< const ::tensorflow::Input > inputs, const Scope & scope, Output *output )