tensorflow :: operaciones :: Cumprod :: Atributos
#include <math_ops.h>
Establecedores de atributos opcionales para Cumprod .
Resumen
Atributos públicos | |
---|---|
exclusive_ = false | bool |
reverse_ = false | bool |
Funciones publicas | |
---|---|
Exclusive (bool x) | TF_MUST_USE_RESULT Attrs Si es True , realice un cumprod exclusivo. |
Reverse (bool x) | TF_MUST_USE_RESULT Attrs Un bool (predeterminado: falso). |
Atributos públicos
exclusivo_
bool tensorflow::ops::Cumprod::Attrs::exclusive_ = false
contrarrestar_
bool tensorflow::ops::Cumprod::Attrs::reverse_ = false
Funciones publicas
Exclusivo
TF_MUST_USE_RESULT Attrs tensorflow::ops::Cumprod::Attrs::Exclusive( bool x )
Si es True
, realice un cumprod exclusivo.
Por defecto es falso
Contrarrestar
TF_MUST_USE_RESULT Attrs tensorflow::ops::Cumprod::Attrs::Reverse( bool x )
Un bool
(predeterminado: falso).
Por defecto es falso