Çekirdek Tensorflow API'si
Özet
Typedef'ler | |
---|---|
OutputList | typedefstd::vector< Output > Birden fazla çıktı veya bir tensör listesi üreten işlemlerin çıktısını temsil eden bir tür. |
Fonksiyonlar | |
---|---|
CreateOutputWithScope (string op_name, absl::Span< const :: tensorflow::Input > inputs, const Scope & scope, Output *output) | Status |
operator<< (std::ostream & os, const Status & x) | std::ostream & |
sınıflar | |
---|---|
tensorflow:: ClientSession | Bir |
tensorflow:: Giriş | Bir Operation için işlenen olarak kullanılabilecek bir tensör değerini temsil eder. |
tensorflow:: Giriş Listesi | Bir tensör listesi gerektiren işlemlere girişi temsil eden bir tür. |
tensorflow:: İşlem | Hesaplama grafiğindeki bir düğümü temsil eder. |
tensorflow:: Çıktı | Bir Operation tarafından üretilen bir tensör değerini temsil eder. |
tensorflow:: Kapsam | Bir |
tensorflow:: Durum | Tensorflow'ta bir çağrının başarısını veya başarısızlığını belirtir. |
tensorflow:: Tensör | N boyutlu bir değerler dizisini temsil eder. |
Typedef'ler
Çıktı Listesi
std::vector< Output > OutputList
Birden fazla çıktı veya bir tensör listesi üreten işlemlerin çıktısını temsil eden bir tür.
Fonksiyonlar
CreateOutputWithScope
Status CreateOutputWithScope( string op_name, absl::Span< const ::tensorflow::Input > inputs, const Scope & scope, Output *output )
operatör<<
std::ostream & operator<<( std::ostream & os, const Status & x )