Home
last modified time | relevance | path

Searched defs:SlidingWindow (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/dataset/text/
Dtransforms.py357 class SlidingWindow(TextTensorOperation): class
/third_party/openh264/codec/decoder/core/src/
Dmanage_dec_ref.cpp758 static int32_t SlidingWindow (PWelsDecoderContext pCtx, PRefPic pRefPic) { in SlidingWindow() function
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/
Dtext.cc347 SlidingWindow::SlidingWindow(const int32_t width, const int32_t axis) : data_(std::make_shared<Data… in SlidingWindow() function in mindspore::dataset::text::SlidingWindow