Home
last modified time | relevance | path

Searched refs:kDctCoeffNum (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/core/ops/
Dmfcc.cc37 GetValue<int64_t>(primitive->GetAttr(kDctCoeffNum))}; in InferShape()
86 (void)this->AddAttr(kDctCoeffNum, MakeValue(dct_coeff_num)); in set_dct_coeff_num()
89 int64_t Mfcc::get_dct_coeff_num() const { return GetValue<int64_t>(GetAttr(kDctCoeffNum)); } in get_dct_coeff_num()
Dop_utils.h60 constexpr auto kDctCoeffNum = "dct_coeff_num"; variable