Home
last modified time | relevance | path

Searched refs:ends (Results 1 – 25 of 768) sorted by relevance

12345678910>>...31

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/
Dstrided_slice_fp32.c22 int32_t ends[DIMENSION_8D]; in PadStridedSliceParameterTo8D() local
28 ends[i] = MSMIN(param->ends_[i], param->in_shape_[i]); in PadStridedSliceParameterTo8D()
35 ends[i] = param->in_shape_[i]; in PadStridedSliceParameterTo8D()
42 param->ends_[i] = ends[real_index]; in PadStridedSliceParameterTo8D()
67 int *ends = param->ends_; in DoStridedSliceIntFp64Bool() local
83 for (dim0 = begins[0]; LoopContinue(strides[0], dim0, ends[0]); dim0 += strides[0]) { in DoStridedSliceIntFp64Bool()
84 for (dim1 = begins[1]; LoopContinue(strides[1], dim1, ends[1]); dim1 += strides[1]) { in DoStridedSliceIntFp64Bool()
85 for (dim2 = begins[2]; LoopContinue(strides[2], dim2, ends[2]); dim2 += strides[2]) { in DoStridedSliceIntFp64Bool()
86 for (dim3 = begins[3]; LoopContinue(strides[3], dim3, ends[3]); dim3 += strides[3]) { in DoStridedSliceIntFp64Bool()
87 for (dim4 = begins[4]; LoopContinue(strides[4], dim4, ends[4]); dim4 += strides[4]) { in DoStridedSliceIntFp64Bool()
[all …]
/third_party/python/Modules/
D_xxsubinterpretersmodule.c553 _channelends *ends = PyMem_NEW(_channelends, 1); in _channelends_new() local
554 if (ends== NULL) { in _channelends_new()
557 ends->numsendopen = 0; in _channelends_new()
558 ends->numrecvopen = 0; in _channelends_new()
559 ends->send = NULL; in _channelends_new()
560 ends->recv = NULL; in _channelends_new()
561 return ends; in _channelends_new()
565 _channelends_clear(_channelends *ends) in _channelends_clear() argument
567 _channelend_free_all(ends->send); in _channelends_clear()
568 ends->send = NULL; in _channelends_clear()
[all …]
/third_party/mindspore/mindspore/lite/test/ut/src/runtime/kernel/arm/fp32/
Dstrided_slice_fp32_tests.cc33 const std::vector<int> &begins, const std::vector<int> &ends, in InitStridedSliceParam() argument
38 param->ends_[i] = ends[i]; in InitStridedSliceParam()
50 std::vector<int> ends{1, 2, 4}; in TEST_F() local
54 …InitStridedSliceParam(strided_slice_param, in_shape, begins, ends, strides, length, in_shape_lengt… in TEST_F()
99 std::vector<int> ends{2, 4, 4}; in TEST_F() local
103 …InitStridedSliceParam(strided_slice_param, in_shape, begins, ends, strides, length, in_shape_lengt… in TEST_F()
124 std::vector<int> ends{1, 2, 4}; in TEST_F() local
128 …InitStridedSliceParam(strided_slice_param, in_shape, begins, ends, strides, length, in_shape_lengt… in TEST_F()
179 std::vector<int> ends{-1, -1}; in TEST_F() local
183 …InitStridedSliceParam(strided_slice_param, in_shape, begins, ends, strides, length, in_shape_lengt… in TEST_F()
[all …]
/third_party/mindspore/mindspore/lite/tools/converter/parser/onnx/
Donnx_slice_parser.cc35 std::vector<int32_t> ends; in Parse() local
55 ends.clear(); in Parse()
57 ends.push_back(static_cast<int>(std::min(onnx_node_attr.ints()[i], int_32_max))); in Parse()
70 } else if (!ends.empty()) { in Parse()
71 size = static_cast<int>(ends.size()); in Parse()
91 prim->AddAttr("ends", MakeValue(ends)); in Parse()
/third_party/typescript_eslint/packages/eslint-plugin/docs/rules/
Dprefer-string-starts-ends-with.md1 …With` instead of other equivalent methods of checking substrings (`prefer-string-starts-ends-with`)
3 There are multiple ways to verify if a string starts or ends with a specific string, such as `foo.i…
9 This rule is aimed at enforcing a consistent way to check whether a string starts or ends with a sp…
25 // ends with
48 "@typescript-eslint/prefer-string-starts-ends-with": "error"
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dgen-indic-table.py187 ends = [] variable
206 ends.append (last + 1)
207 offset += ends[-1] - starts[-1]
215 ends.append (last + 1)
216 offset += ends[-1] - starts[-1]
228 pages = set ([u>>page_bits for u in starts+ends+list (singles.keys ())])
234 for (start,end) in zip (starts, ends):
Dgen-use-table.py459 ends = [] variable
490 ends.append (last + 1)
491 offset += ends[-1] - starts[-1]
499 ends.append (last + 1)
500 offset += ends[-1] - starts[-1]
512 pages = set([u>>page_bits for u in starts+ends])
515 for (start,end) in zip (starts, ends):
/third_party/boost/boost/wave/
Dcpp_throw.hpp34 stream << std::ends; in throw_()
49 stream << std::ends; in throw_()
65 stream << std::ends; in throw_()
81 stream << std::ends; in throw_()
96 stream << std::ends;
111 stream << std::ends;
127 stream << std::ends;
143 stream << std::ends;
/third_party/skia/third_party/externals/harfbuzz/src/
Dgen-indic-table.py202 ends = [] variable
220 ends.append (last + 1)
221 offset += ends[-1] - starts[-1]
229 ends.append (last + 1)
230 offset += ends[-1] - starts[-1]
242 pages = set ([u>>page_bits for u in starts+ends+list (singles.keys ())])
248 for (start,end) in zip (starts, ends):
Dgen-use-table.py477 ends = [] variable
509 ends.append (last + 1)
510 offset += ends[-1] - starts[-1]
518 ends.append (last + 1)
519 offset += ends[-1] - starts[-1]
531 pages = set([u>>page_bits for u in starts+ends])
534 for (start,end) in zip (starts, ends):
/third_party/harfbuzz/src/
Dgen-indic-table.py202 ends = [] variable
220 ends.append (last + 1)
221 offset += ends[-1] - starts[-1]
229 ends.append (last + 1)
230 offset += ends[-1] - starts[-1]
242 pages = set ([u>>page_bits for u in starts+ends+list (singles.keys ())])
248 for (start,end) in zip (starts, ends):
Dgen-use-table.py502 ends = [] variable
534 ends.append (last + 1)
535 offset += ends[-1] - starts[-1]
543 ends.append (last + 1)
544 offset += ends[-1] - starts[-1]
556 pages = set([u>>page_bits for u in starts+ends])
559 for (start,end) in zip (starts, ends):
/third_party/flutter/skia/tools/timer/
DTimeUtils.h39 float ends, in PingPong() argument
44 return (float)(ends + (1.0 - diff / half) * (mid - ends)); in PingPong()
/third_party/skia/docs/examples/
Dpong.cpp6 SkScalar ends, SkScalar mid) { in PingPong() argument
10 return SkDoubleToScalar(ends + (1.0 - diff / half) * (mid - ends)); in PingPong()
Dpong2.cpp6 SkScalar ends, SkScalar mid) { in PingPong() argument
10 return SkDoubleToScalar(ends + (1.0 - diff / half) * (mid - ends)); in PingPong()
/third_party/skia/tools/timer/
DTimeUtils.h40 float ends, in PingPong() argument
45 return (float)(ends + (1.0 - diff / half) * (mid - ends)); in PingPong()
/third_party/boost/libs/pfr/test/run/
Derror_pfr_c1202.cpp81 std::cout << "- " << value.getAttrName() << ": " << value.getValue() << std::ends; in printer()
86 std::cout << "Section \"" << value.name << "\":" << std::ends; in printer()
91 std::cout << "sizeof(MyConfig) = " << sizeof(MyConfig) << std::ends; in main()
/third_party/boost/libs/interprocess/test/
Dnamed_allocation_test_template.hpp59 formatter << get_prefix(char_type()) << i << std::ends; in test_names_and_types()
120 formatter << get_prefix(char_type()) << i << std::ends; in test_named_iterators()
189 formatter << get_prefix(char_type()) << i << std::ends; in test_shrink_to_fit()
228 formatter << get_prefix(char_type()) << i << std::ends; in test_direct_named_allocation_destruction()
269 formatter << get_prefix(char_type()) << i << std::ends; in test_named_allocation_inverse_destruction()
308 formatter << get_prefix(char_type()) << i << std::ends; in test_named_allocation_mixed_destruction()
349 formatter << get_prefix(char_type()) << i << std::ends; in test_inverse_named_allocation_destruction()
Dget_process_id_name.hpp26 sstr << "process_" << boost::interprocess::ipcdetail::get_current_process_id() << std::ends; in get_process_id_name()
33 … "process_" << boost::interprocess::ipcdetail::get_current_process_id() << "_" << ptr << std::ends; in get_process_id_ptr_name()
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp32_grad/
Dstrided_slice_grad.cc60 int32_t ends[DIMENSION_8D]; in FillEmptyDims() local
66 ends[i] = MSMIN(param_->ends_[i], param_->in_shape_[i]); in FillEmptyDims()
73 ends[i] = param_->in_shape_[i]; in FillEmptyDims()
81 param_->ends_[i] = ends[real_index]; in FillEmptyDims()
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp16_grad/
Dstrided_slice_fp16_grad.cc59 int32_t ends[DIMENSION_7D]; in FillEmptyDims() local
65 ends[i] = MSMIN(param_->ends_[i], param_->in_shape_[i]); in FillEmptyDims()
72 ends[i] = param_->in_shape_[i]; in FillEmptyDims()
80 param_->ends_[i] = ends[real_index]; in FillEmptyDims()
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/codegen/templates/
Dgen_ar_eventhandlerfile.hpp59 outDir << KNOB_DEBUG_OUTPUT_DIR << pBaseName << "_" << pid << std::ends; in EventHandlerFile()
74 fstr << "_" << id << ".bin" << std::ends; in EventHandlerFile()
82 fstr << "_" << id << ".bin" << std::ends; in EventHandlerFile()
/third_party/ffmpeg/tests/fate/
Dmov.mak6 fate-mov-1elist-ends-last-bframe \
7 fate-mov-2elist-elist1-ends-bframe \
15 fate-mov-elst-ends-betn-b-and-i \
63 fate-mov-1elist-ends-last-bframe: CMD = framemd5 -i $(TARGET_SAMPLES)/mov/mov-1elist-ends-last-bfra…
66 fate-mov-2elist-elist1-ends-bframe: CMD = framemd5 -i $(TARGET_SAMPLES)/mov/mov-2elist-elist1-ends-…
68 # Makes sure that if edit list ends on a B-frame but before the I-frame, then we output the B-frame…
69 fate-mov-elst-ends-betn-b-and-i: CMD = framemd5 -i $(TARGET_SAMPLES)/mov/elst_ends_betn_b_and_i.mp4
/third_party/boost/boost/wave/cpplexer/
Dcpplexer_exceptions.hpp40 stream << std::ends; \
55 stream << std::ends; \
74 stream << std::ends; \
90 stream << std::ends; \
/third_party/flutter/flutter/packages/flutter/lib/src/animation/
Dcurves.dart549 /// A cubic animation curve that speeds up quickly and ends slowly.
554 /// A cubic animation curve that starts slowly and ends quickly.
559 /// A cubic animation curve that starts starts slowly and ends linearly.
566 /// A cubic animation curve that starts slowly and ends quickly. This is
576 /// A cubic animation curve that starts slowly and ends quickly. Based on a
587 /// A cubic animation curve that starts slowly and ends quickly. This curve is
598 /// A cubic animation curve that starts slowly and ends quickly. This curve is
611 /// A cubic animation curve that starts slowly and ends quickly. This curve is
621 /// A cubic animation curve that starts slowly and ends quickly. This curve is
634 /// A cubic animation curve that starts slowly and ends quickly. This curve is
[all …]

12345678910>>...31