Home
last modified time | relevance | path

Searched refs:kEdge (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/bench/
DPathIterBench.cpp21 kEdge, enumerator
107 case PathIterType::kEdge: in onDraw()
126 DEF_BENCH( return new PathIterBench(PathIterType::kEdge); )
/third_party/skia/modules/skottie/src/effects/
DGlowStyles.cpp57 if (fType == Type::kInnerGlow && SkScalarRoundToInt(fInnerSource) == kEdge) { in onSync()
127 kEdge = 1, enumerator
137 fInnerSource = kEdge;
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/ir/vision/
Dpad_ir.cc45 if (padding_mode_ != BorderType::kConstant && padding_mode_ != BorderType::kEdge && in ValidateParams()
Drandom_crop_with_bbox_ir.cc54 if (padding_mode_ != BorderType::kConstant && padding_mode_ != BorderType::kEdge && in ValidateParams()
Drandom_crop_ir.cc54 if (padding_mode_ != BorderType::kConstant && padding_mode_ != BorderType::kEdge && in ValidateParams()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/include/dataset/
Dconstants.h92 kEdge = 1, ///< Fill the border with the last value on the edge. enumerator
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/core/
Dbindings.cc111 .value("DE_BORDER_EDGE", BorderType::kEdge) in __anon7cba642b0c02()
/third_party/mindspore/tests/ut/cpp/dataset/
Dc_api_vision_a_to_q_test.cc1105 std::shared_ptr<TensorTransform> pad_op2(new vision::Pad({1}, {1, 1, 1}, BorderType::kEdge)); in TEST_F()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/
Dimage_utils.cc56 case BorderType::kEdge: in GetCVBorderType()