Core Tensorflow API
Özet
Yazı Tipleri | |
---|---|
OutputList | typedefstd::vector< Output > Birden fazla çıktı üreten işlemlerin çıktısını veya tensörlerin bir listesini temsil eden bir tür. |
Fonksiyonlar | |
---|---|
CreateOutputWithScope (string op_name, absl::Span< const :: tensorflow::Input > inputs, const Scope & scope, Output *output) | Status |
Sınıflar | |
---|---|
tensorflow :: ClientSession | |
tensorflow :: Girdi | Bir İşlem için işlenen olarak kullanılabilen bir tensör değerini temsil eder. |
tensorflow :: InputList | Bir tensör listesi gerektiren işlemlere girdiyi temsil eden bir tür. |
tensorflow :: İşlem | Hesaplama grafiğindeki bir düğümü temsil eder. |
tensorflow :: Çıktı | Bir İşlem tarafından üretilen bir tensör değerini temsil eder. |
tensorflow :: Kapsam | Bir |
tensorflow :: TensorBuffer |
Yazı Tipleri
Çıktı Listesi
std::vector< Output > OutputList
Birden fazla çıktı üreten işlemlerin çıktısını veya tensörlerin bir listesini temsil eden bir tür.
Fonksiyonlar
CreateOutputWithScope
Status CreateOutputWithScope( string op_name, absl::Span< const ::tensorflow::Input > inputs, const Scope & scope, Output *output )