Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/dataset/transforms/
Dc_transforms.py282 class PadEnd(TensorOperation): class
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/
Dtransforms.cc169 PadEnd::PadEnd(const std::vector<dsize_t> &pad_shape, const MSTensor &pad_value) in PadEnd() function in mindspore::dataset::transforms::PadEnd
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/data/
Ddata_utils.cc376 Status PadEnd(const std::shared_ptr<Tensor> &src, std::shared_ptr<Tensor> *dst, const std::vector<d… in PadEnd() function