tensor akışı:: işlem:: Açı
#include <math_ops.h>
Karmaşık bir sayının bağımsız değişkenini döndürür.
Özet
Karmaşık sayıların tensör input
göz önüne alındığında, bu işlem, input
içindeki her öğenin argümanı olan float
türünde bir tensör döndürür. input
tüm öğeler formdaki karmaşık sayılar olmalıdır \(a + bj\)burada a gerçek kısımdır ve b sanal kısımdır.
Bu işlemin döndürdüğü argüman şu şekildedir: \(atan2(b, a)\).
Örneğin:
# tensor 'input' is [-2.25 + 4.75j, 3.25 + 5.75j] tf.angle(input) ==> [2.0132, 1.056]
(numpy) np.angle'a eşdeğerdir.
Argümanlar:
- kapsam: Bir Kapsam nesnesi
İade:
-
Output
: Çıkış tensörü.
Yapıcılar ve Yıkıcılar | |
---|---|
Angle (const :: tensorflow::Scope & scope, :: tensorflow::Input input) | |
Angle (const :: tensorflow::Scope & scope, :: tensorflow::Input input, const Angle::Attrs & attrs) |
Genel özellikler | |
---|---|
operation | |
output |
Kamu işlevleri | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Genel statik işlevler | |
---|---|
Tout (DataType x) |
Yapılar | |
---|---|
tensorflow:: ops:: Açı:: Attrs | Angle için isteğe bağlı nitelik ayarlayıcılar. |
Genel özellikler
operasyon
Operation operation
çıktı
::tensorflow::Output output
Kamu işlevleri
Açı
Angle( const ::tensorflow::Scope & scope, ::tensorflow::Input input )
Açı
Angle( const ::tensorflow::Scope & scope, ::tensorflow::Input input, const Angle::Attrs & attrs )
düğüm
::tensorflow::Node * node() const
operatör::tensorflow::Giriş
operator::tensorflow::Input() const
operatör::tensorflow::Çıktı
operator::tensorflow::Output() const
Genel statik işlevler
Tout
Attrs Tout( DataType x )