Home
last modified time | relevance | path

Searched defs:n_filter (Results 1 – 12 of 12) sorted by relevance

/third_party/mindspore/mindspore-src/source/tests/ut/python/dataset/
Dtest_linear_fbanks.py58 … def test_invalid_input(test_name, n_freqs, f_min, f_max, n_filter, sample_rate, error, error_msg): argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/audio/ir/kernels/
Dlfcc_ir.cc25 LFCCOperation::LFCCOperation(int32_t sample_rate, int32_t n_filter, int32_t n_lfcc, float f_min, fl… in LFCCOperation()
/third_party/ffmpeg/libavfilter/dnn/
Ddnn_backend_native_layer_dense.c120 for (int n_filter = 0; n_filter < dense_params->output_num; ++n_filter) { in ff_dnn_execute_layer_dense() local
Ddnn_backend_native_layer_conv2d.c137 for (int n_filter = 0; n_filter < conv_params->output_num; ++n_filter) { in dnn_execute_layer_conv2d_thread() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/audio/
Dbindings.cc59 … ([](int32_t n_freqs, float f_min, float f_max, int32_t n_filter, int32_t sample_rate) { in __anonedec72cb0702()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/audio/kernels/
Dlfcc_op.h52 …LFCCOp(int32_t sample_rate, int32_t n_filter, int32_t n_lfcc, int32_t dct_type, bool log_lf, int32… in LFCCOp()
Daudio_utils.cc126 …banks(std::shared_ptr<Tensor> *output, int32_t n_freqs, float f_min, float f_max, int32_t n_filter, in CreateLinearFbanks()
2395int32_t n_filter, int32_t n_lfcc, int32_t dct_type, bool log_lf, int32_t n_fft, int32_t win_length, in LFCC()
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/dataset/audio/
Dutils.py267 def linear_fbanks(n_freqs, f_min, f_max, n_filter, sample_rate): argument
Dtransforms.py1908 … def __init__(self, sample_rate=16000, n_filter=128, n_lfcc=40, f_min=0.0, f_max=None, dct_type=2, argument
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cTextureStorageMultisampleFunctionalTests.cpp1212 for (unsigned int n_filter = 0; n_filter < n_filters; ++n_filter) in iterate() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/audio/kernels/ir/
Dbindings.cc415 WindowType window, BorderType pad_mode) { in __anon4a2899b83a02()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/api/
Daudio.cc614 LFCC::LFCC(int32_t sample_rate, int32_t n_filter, int32_t n_lfcc, float f_min, float f_max, int32_t… in LFCC()
898 Status LinearFbanks(MSTensor *output, int32_t n_freqs, float f_min, float f_max, int32_t n_filter, in LinearFbanks()