Home
last modified time | relevance | path

Searched defs:num_segments (Results 1 – 25 of 36) sorted by relevance

12

/third_party/boost/boost/geometry/algorithms/
Dnum_segments.hpp41 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/
Dtest_unsorted_segment_sum.py31 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/
Dunsorted_segment_max.cu21 __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()
Dunsorted_segment_min.cu31 …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/
Dtest_unsorted_segment_sum.py28 def __init__(self, num_segments): argument
113 def __init__(self, num_segments, dyn_a=True, dyn_b=True): argument
Dtest_unsorted_segment_min.py29 def __init__(self, num_segments): argument
210 def __init__(self, num_segments, dyn_a=True, dyn_b=True): argument
Dtest_unsorted_segment_max.py29 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/
Dunsorted_segment_op_info.cc51 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/
Dunsorted_segment_sum_infer.c34 int num_segments = *(int *)(inputs[2]->data_); in UnsortedSegmentSumInferShape() local
/third_party/flutter/skia/third_party/externals/freetype/src/autofit/
Dafwarp.c79 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/
Dafwarp.c79 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/
Dtest_unsorted_segment_sum.py28 def __init__(self, num_segments): argument
/third_party/mindspore/tests/ut/cpp/ops/
Dtest_ops_unsorted_segment_sum.cc38 auto num_segments = MakeValue(4); in TEST_F() local
/third_party/mindspore/tests/ut/python/parallel/
Dtest_auto_parallel_segment_min.py52 def __init__(self, num_segments): argument
Dtest_auto_parallel_segment_sum.py52 def __init__(self, num_segments): argument
Dtest_unsortedsegmentmax.py35 def __init__(self, strategy1, strategy2, num_segments): argument
Dtest_unsortedsegmentsum.py35 def __init__(self, strategy1, strategy2, num_segments): argument
Dtest_unsortedsegmentmin.py35 def __init__(self, strategy1, strategy2, num_segments): argument
/third_party/mindspore/tests/ut/cpp/python_input/gtest_input/pre_activate/
Dunsorted_segment_sum_fission.py22 num_segments = 4 variable
/third_party/mindspore/mindspore/core/abstract/
Dutils.cc320 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/
Dcache_numa.cc116 size_t num_segments = memory_segments_.size(); in Allocate() local
/third_party/mindspore/mindspore/ops/_grad/
Dgrad_array_ops.py897 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/
Dimgui_draw.cpp1145 …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/
Dquant_enc.c245 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/
Dquant_enc.c245 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

12