|
tvm
|
Attributes used in batch_norm operator. More...
#include <nn.h>
Public Member Functions | |
| TVM_FFI_DECLARE_OBJECT_INFO_FINAL ("relax.attrs.BatchNormAttrs", BatchNormAttrs, AttrsNode) | |
Public Member Functions inherited from tvm::AttrsNode | |
| TVM_FFI_DECLARE_OBJECT_INFO ("ir.Attrs", AttrsNode, ffi::Object) | |
Static Public Member Functions | |
| static void | RegisterReflection () |
Public Attributes | |
| int | axis |
| double | epsilon |
| bool | center |
| bool | scale |
| double | momentum |
| bool | training |
Additional Inherited Members | |
Static Public Attributes inherited from tvm::AttrsNode | |
| static constexpr TVMFFISEqHashKind | _type_s_eq_hash_kind = kTVMFFISEqHashKindTreeNode |
Attributes used in batch_norm operator.
|
inlinestatic |
| tvm::relax::BatchNormAttrs::TVM_FFI_DECLARE_OBJECT_INFO_FINAL | ( | "relax.attrs.BatchNormAttrs" | , |
| BatchNormAttrs | , | ||
| AttrsNode | |||
| ) |
| int tvm::relax::BatchNormAttrs::axis |
| bool tvm::relax::BatchNormAttrs::center |
| double tvm::relax::BatchNormAttrs::epsilon |
| double tvm::relax::BatchNormAttrs::momentum |
| bool tvm::relax::BatchNormAttrs::scale |
| bool tvm::relax::BatchNormAttrs::training |