tensorflow :: ops :: FakeQuantWithMinMaxArgsGradient
#include <array_ops.h>
FakeQuantWithMinMaxArgs işlemi için degradeleri hesaplayın.
Özet
Argümanlar:
- kapsam: Bir Scope nesnesi
- degradeler: FakeQuantWithMinMaxArgs işleminin üzerinde geri yayılmış degradeler.
- inputs: FakeQuantWithMinMaxArgs işlemine girdi olarak iletilen değerler.
İadeler:
-
Output
: FakeQuantWithMinMaxArgs işleminin altındaki geri yayılmışgradients * (inputs >= min && inputs <= max)
:gradients * (inputs >= min && inputs <= max)
.
Yapıcılar ve Yıkıcılar | |
---|---|
FakeQuantWithMinMaxArgsGradient (const :: tensorflow::Scope & scope, :: tensorflow::Input gradients, :: tensorflow::Input inputs) | |
FakeQuantWithMinMaxArgsGradient (const :: tensorflow::Scope & scope, :: tensorflow::Input gradients, :: tensorflow::Input inputs, const FakeQuantWithMinMaxArgsGradient::Attrs & attrs) |
Genel özellikler | |
---|---|
backprops | |
operation |
Kamusal işlevler | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Genel statik işlevler | |
---|---|
Max (float x) | |
Min (float x) | |
NarrowRange (bool x) | |
NumBits (int64 x) |
Yapılar | |
---|---|
tensorflow :: ops :: FakeQuantWithMinMaxArgsGradient :: Attrs | FakeQuantWithMaxArgsGradient için isteğe bağlı öznitelik ayarlayıcıları. |
Genel özellikler
arka plan
::tensorflow::Output backprops
operasyon
Operation operation
Kamusal işlevler
FakeQuantWithMinMaxArgsGradient
FakeQuantWithMinMaxArgsGradient( const ::tensorflow::Scope & scope, ::tensorflow::Input gradients, ::tensorflow::Input inputs )
FakeQuantWithMinMaxArgsGradient
FakeQuantWithMinMaxArgsGradient( const ::tensorflow::Scope & scope, ::tensorflow::Input gradients, ::tensorflow::Input inputs, const FakeQuantWithMinMaxArgsGradient::Attrs & attrs )
düğüm
::tensorflow::Node * node() const
operator :: tensorflow :: Girdi
operator::tensorflow::Input() const
operator :: tensorflow :: Çıktı
operator::tensorflow::Output() const
Genel statik işlevler
Max
Attrs Max( float x )
Min.
Attrs Min( float x )
NarrowRange
Attrs NarrowRange( bool x )
NumBits
Attrs NumBits( int64 x )