Home
last modified time | relevance | path

Searched refs:kRandomResizeWithBBoxOperation (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/ir/vision/
Drandom_resize_with_bbox_ir.h36 constexpr char kRandomResizeWithBBoxOperation[] = "RandomResizeWithBBox"; variable
Drandom_resize_with_bbox_ir.cc36 std::string RandomResizeWithBBoxOperation::Name() const { return kRandomResizeWithBBoxOperation; } in Name()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/
Dserdes.cc297 …ops_ptr[vision::kRandomResizeWithBBoxOperation] = &(vision::RandomResizeWithBBoxOperation::from_js… in InitializeFuncPtr()