Çekirdek Tensorflow API'si
Özet
Tip tanımları | |
---|---|
OutputList | typedefstd::vector< Output > Birden fazla çıktı üreten op'ların çıktısını veya tensör listesini 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:: İstemciSession | |
tensor akışı:: Giriş | Bir Operation için işlenen olarak kullanılabilecek bir tensör değerini temsil eder. |
tensorflow:: Giriş Listesi | Tensör listesi gerektiren işlemlere girişi temsil eden bir tür. |
tensorflow:: Operasyon | Hesaplama grafiğindeki bir düğümü temsil eder. |
tensor akışı:: Çıkış | Bir Operation tarafından üretilen 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. |
tensör akışı:: Tensör | N boyutlu bir değer dizisini temsil eder. |
Tip tanımları
Çıkış Listesi
std::vector< Output > OutputList
Birden fazla çıktı üreten op'ların çıktısını veya tensör listesini 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 )