/third_party/boost/boost/geometry/algorithms/ |
D | num_segments.hpp | 41 namespace detail { namespace num_segments namespace 75 struct num_segments struct 80 struct num_segments<Geometry, point_tag> struct 89 struct num_segments<Geometry, box_tag> struct 98 struct num_segments<Geometry, segment_tag> struct 103 struct num_segments<Geometry, linestring_tag> struct 108 struct num_segments<Geometry, ring_tag> struct 113 struct num_segments<Geometry, polygon_tag> struct 118 struct num_segments<Geometry, multi_point_tag> struct 123 struct num_segments<Geometry, multi_linestring_tag> struct [all …]
|
/third_party/mindspore/tests/st/ops/ascend/test_tbe_ops/ |
D | test_unsorted_segment_sum.py | 31 def construct(self, x, segment_ids, num_segments): argument 35 def me_un_seg_sum(input_, indices, num_segments): argument 42 def comapre_un_seg_sum(shape, indices, num_segments, dtype): argument
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/ |
D | unsorted_segment_max.cu | 21 __global__ void UnsortedSegmentMax(const T *input, const S *segment_ids, const int64_t num_segments… in UnsortedSegmentMax() 60 void CalUnsortedSegmentMax(const T *input, const S *segment_ids, const int64_t num_segments, size_t… in CalUnsortedSegmentMax()
|
D | unsorted_segment_min.cu | 31 …lobal__ void UnsortedSegmentMin(const T *input, const int *segment_ids, const int64_t num_segments, in UnsortedSegmentMin() 65 void CalUnsortedSegmentMin(const T *input, const int *segment_ids, const int64_t num_segments, size… in CalUnsortedSegmentMin()
|
/third_party/mindspore/tests/st/ops/gpu/ |
D | test_unsorted_segment_sum.py | 28 def __init__(self, num_segments): argument 113 def __init__(self, num_segments, dyn_a=True, dyn_b=True): argument
|
D | test_unsorted_segment_min.py | 29 def __init__(self, num_segments): argument 210 def __init__(self, num_segments, dyn_a=True, dyn_b=True): argument
|
D | test_unsorted_segment_max.py | 29 def __init__(self, num_segments): argument 210 def __init__(self, num_segments, dyn_a=True, dyn_b=True): argument
|
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/ |
D | unsorted_segment_op_info.cc | 51 auto num_segments = GetValue<int64_t>(input_value_.at(2)); in GetAttrs() local 280 auto num_segments = GetValue<int64_t>(input_value_.at(2)); in ComputeReplaceGraph() local 315 auto num_segments = GetValue<int64_t>(input_value_.at(2)); in ComputeReplaceGraph() local
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/infer/ |
D | unsorted_segment_sum_infer.c | 34 int num_segments = *(int *)(inputs[2]->data_); in UnsortedSegmentSumInferShape() local
|
/third_party/flutter/skia/third_party/externals/freetype/src/autofit/ |
D | afwarp.c | 79 FT_Int num_segments ) in af_warper_compute_line_best() 173 FT_Int nn, num_points, num_segments; in af_warper_compute() local
|
/third_party/freetype/src/autofit/ |
D | afwarp.c | 79 FT_Int num_segments ) in af_warper_compute_line_best() 173 FT_Int nn, num_points, num_segments; in af_warper_compute() local
|
/third_party/mindspore/tests/st/ops/cpu/ |
D | test_unsorted_segment_sum.py | 28 def __init__(self, num_segments): argument
|
/third_party/mindspore/tests/ut/cpp/ops/ |
D | test_ops_unsorted_segment_sum.cc | 38 auto num_segments = MakeValue(4); in TEST_F() local
|
/third_party/mindspore/tests/ut/python/parallel/ |
D | test_auto_parallel_segment_min.py | 52 def __init__(self, num_segments): argument
|
D | test_auto_parallel_segment_sum.py | 52 def __init__(self, num_segments): argument
|
D | test_unsortedsegmentmax.py | 35 def __init__(self, strategy1, strategy2, num_segments): argument
|
D | test_unsortedsegmentsum.py | 35 def __init__(self, strategy1, strategy2, num_segments): argument
|
D | test_unsortedsegmentmin.py | 35 def __init__(self, strategy1, strategy2, num_segments): argument
|
/third_party/mindspore/tests/ut/cpp/python_input/gtest_input/pre_activate/ |
D | unsorted_segment_sum_fission.py | 22 num_segments = 4 variable
|
/third_party/mindspore/mindspore/core/abstract/ |
D | utils.cc | 320 auto num_segments = args_spec_list[scalar_index]->cast<AbstractTensorPtr>(); in GetUnsortedSegmentOpScalarArg() local 332 auto num_segments = CheckArg<AbstractScalar>(op_name, args_spec_list, scalar_index); in GetUnsortedSegmentOpScalarArg() local
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/ |
D | cache_numa.cc | 116 size_t num_segments = memory_segments_.size(); in Allocate() local
|
/third_party/mindspore/mindspore/ops/_grad/ |
D | grad_array_ops.py | 897 def _unsorted_segment_min_or_max_grad(x, segment_ids, num_segments, out, dout): argument 921 def bprop(x, segment_ids, num_segments, out, dout): argument 932 def bprop(x, segment_ids, num_segments, out, dout): argument 942 def bprop(x, segment_ids, num_segments, out, dout): argument 960 def bprop(x, segment_ids, num_segments, out, dout): argument
|
/third_party/skia/third_party/externals/imgui/ |
D | imgui_draw.cpp | 1145 …awList::_PathArcToN(const ImVec2& center, float radius, float a_min, float a_max, int num_segments) in _PathArcToN() 1174 …DrawList::PathArcTo(const ImVec2& center, float radius, float a_min, float a_max, int num_segments) in PathArcTo() 1287 …ist::PathBezierCubicCurveTo(const ImVec2& p2, const ImVec2& p3, const ImVec2& p4, int num_segments) in PathBezierCubicCurveTo() 1302 void ImDrawList::PathBezierQuadraticCurveTo(const ImVec2& p2, const ImVec2& p3, int num_segments) in PathBezierQuadraticCurveTo() 1477 void ImDrawList::AddCircle(const ImVec2& center, float radius, ImU32 col, int num_segments, float t… in AddCircle() 1501 void ImDrawList::AddCircleFilled(const ImVec2& center, float radius, ImU32 col, int num_segments) in AddCircleFilled() 1526 void ImDrawList::AddNgon(const ImVec2& center, float radius, ImU32 col, int num_segments, float thi… in AddNgon() 1538 void ImDrawList::AddNgonFilled(const ImVec2& center, float radius, ImU32 col, int num_segments) in AddNgonFilled() 1550 …const ImVec2& p2, const ImVec2& p3, const ImVec2& p4, ImU32 col, float thickness, int num_segments) in AddBezierCubic() 1561 …const ImVec2& p1, const ImVec2& p2, const ImVec2& p3, ImU32 col, float thickness, int num_segments) in AddBezierQuadratic()
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
D | quant_enc.c | 245 const int num_segments = enc->segment_hdr_.num_segments_; in SetupMatrices() local 367 const int num_segments = (enc->segment_hdr_.num_segments_ < NUM_MB_SEGMENTS) in SimplifySegments() local 405 const int num_segments = enc->segment_hdr_.num_segments_; in VP8SetSegmentParams() local
|
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/ |
D | quant_enc.c | 245 const int num_segments = enc->segment_hdr_.num_segments_; in SetupMatrices() local 367 const int num_segments = (enc->segment_hdr_.num_segments_ < NUM_MB_SEGMENTS) in SimplifySegments() local 405 const int num_segments = enc->segment_hdr_.num_segments_; in VP8SetSegmentParams() local
|