Home
last modified time | relevance | path

Searched refs:Prepare (Results 1 – 25 of 505) sorted by relevance

12345678910>>...21

/third_party/flutter/engine/flutter/flow/
Draster_cache_unittests.cc36 ASSERT_FALSE(cache.Prepare(NULL, picture.get(), matrix, srgb.get(), true, in TEST()
39 ASSERT_FALSE(cache.Prepare(NULL, picture.get(), matrix, srgb.get(), true, in TEST()
42 ASSERT_TRUE(cache.Prepare(NULL, picture.get(), matrix, srgb.get(), true, in TEST()
58 ASSERT_FALSE(cache.Prepare(NULL, picture.get(), matrix, srgb.get(), true, in TEST()
61 ASSERT_FALSE(cache.Prepare(NULL, picture.get(), matrix, srgb.get(), true, in TEST()
64 ASSERT_FALSE(cache.Prepare(NULL, picture.get(), matrix, srgb.get(), true, in TEST()
80 ASSERT_FALSE(cache.Prepare(NULL, picture.get(), matrix, srgb.get(), true, in TEST()
83 ASSERT_FALSE(cache.Prepare(NULL, picture.get(), matrix, srgb.get(), true, in TEST()
86 ASSERT_TRUE(cache.Prepare(NULL, picture.get(), matrix, srgb.get(), true, in TEST()
89 ASSERT_TRUE(cache.Prepare(NULL, picture.get(), matrix, srgb.get(), true, in TEST()
[all …]
/third_party/mindspore/mindspore/lite/test/ut/src/runtime/kernel/arm/fp32/
Dresize_bilinear_fp32_tests.cc29 …void Prepare(const std::vector<int> &input_shape, const std::vector<int> &output_shape, float *inp…
53 void TestResizeBilinearFp32::Prepare(const std::vector<int> &input_shape, const std::vector<int> &o… in Prepare() function in mindspore::TestResizeBilinearFp32
88 Prepare(input_shape, output_shape, input_data, output_data, align_corners, 1); in TEST_F()
105 Prepare(input_shape, output_shape, input_data, output_data, align_corners, 1); in TEST_F()
122 Prepare(input_shape, output_shape, input_data, output_data, align_corners, 1); in TEST_F()
139 Prepare(input_shape, output_shape, input_data, output_data, align_corners, 1); in TEST_F()
156 Prepare(input_shape, output_shape, input_data, output_data, align_corners, 1); in TEST_F()
173 Prepare(input_shape, output_shape, input_data, output_data, align_corners, 1); in TEST_F()
190 Prepare(input_shape, output_shape, input_data, output_data, align_corners, 1); in TEST_F()
207 Prepare(input_shape, output_shape, input_data, output_data, align_corners, 1); in TEST_F()
[all …]
Dresize_nearest_neighbor_fp32_tests.cc26 …void Prepare(const std::vector<int> &input_shape, const std::vector<int> &output_shape, float *inp…
50 void TestResizeNearestNeighborFp32::Prepare(const std::vector<int> &input_shape, const std::vector<… in Prepare() function in mindspore::TestResizeNearestNeighborFp32
83 Prepare(input_shape, output_shape, input_data, output_data, align_corners, 1); in TEST_F()
100 Prepare(input_shape, output_shape, input_data, output_data, align_corners, 1); in TEST_F()
117 Prepare(input_shape, output_shape, input_data, output_data, align_corners, 1); in TEST_F()
134 Prepare(input_shape, output_shape, input_data, output_data, align_corners, 1); in TEST_F()
151 Prepare(input_shape, output_shape, input_data, output_data, align_corners, 1); in TEST_F()
168 Prepare(input_shape, output_shape, input_data, output_data, align_corners, 1); in TEST_F()
185 Prepare(input_shape, output_shape, input_data, output_data, align_corners, 1); in TEST_F()
202 Prepare(input_shape, output_shape, input_data, output_data, align_corners, 1); in TEST_F()
[all …]
Dreduce_fp32_tests.cc41 …void Prepare(const std::vector<int> &in_shape, const std::vector<int> &out_shape, float *input_dat…
70 void TestReduceFp32::Prepare(const std::vector<int> &in_shape, const std::vector<int> &out_shape, f… in Prepare() function in mindspore::TestReduceFp32
119Prepare(in_shape, out_shape, in, out, ReduceMode_ReduceMean, axes, axis_num, reduce_to_end, coeff); in TEST_F()
146Prepare(in_shape, out_shape, in, out, ReduceMode_ReduceMean, axes, axis_num, reduce_to_end, coeff); in TEST_F()
174Prepare(in_shape, out_shape, in, out, ReduceMode_ReduceMean, axes, axis_num, reduce_to_end, coeff); in TEST_F()
200Prepare(in_shape, out_shape, in, out, ReduceMode_ReduceMean, axes, axis_num, reduce_to_end, coeff); in TEST_F()
227 Prepare(in_shape, out_shape, in, out, ReduceMode_ReduceSum, axes, axis_num, reduce_to_end, coeff); in TEST_F()
256 Prepare(in_shape, out_shape, in, out, ReduceMode_ReduceSum, axes, axis_num, reduce_to_end, coeff); in TEST_F()
284 Prepare(in_shape, out_shape, in, out, ReduceMode_ReduceSum, axes, axis_num, reduce_to_end, coeff); in TEST_F()
309 Prepare(in_shape, out_shape, in, out, ReduceMode_ReduceSum, axes, axis_num, reduce_to_end, coeff); in TEST_F()
[all …]
Dpad_fp32_test.cc33 …void Prepare(const std::vector<int> &input_shape, const std::vector<int> &output_shape, float *inp…
60 void TestPadFp32::Prepare(const std::vector<int> &input_shape, const std::vector<int> &output_shape… in Prepare() function in mindspore::TestPadFp32
107 Prepare(input_shape, output_shape, in_data, out_data, mode, paddings, 8, 0.0f, thread_num); in TEST_F()
149 Prepare(input_shape, output_shape, in_data, out_data, mode, paddings, 8, 0.0f, thread_num); in TEST_F()
185 Prepare(input_shape, output_shape, in_data, out_data, mode, paddings, 8, pad_value, thread_num); in TEST_F()
221 Prepare(input_shape, output_shape, in_data, out_data, mode, paddings, 8, pad_value, thread_num); in TEST_F()
257 Prepare(input_shape, output_shape, in_data, out_data, mode, paddings, 6, pad_value, thread_num); in TEST_F()
Done_hot_fp32_test.cc29 …void Prepare(const std::vector<int> &indices_shape, int *indices_data, int *depth, float *off_on_v…
57 void TestOneHotFp32::Prepare(const std::vector<int> &indices_shape, int *indices_data, int *depth, … in Prepare() function in mindspore::TestOneHotFp32
91 Prepare(indices_shape, indices, depth, off_on, -1, output_shape, out_data, 2); in TEST_F()
110 Prepare(indices_shape, indices, depth, off_on, 1, output_shape, out_data, 2); in TEST_F()
129 Prepare(indices_shape, indices, depth, off_on, 0, output_shape, out_data, 2); in TEST_F()
Dscale_fp32_tests.cc34 void Prepare(const std::vector<int> &input_shape, const std::vector<int> &scale_shape,
64 void TestScaleFp32::Prepare(const std::vector<int> &input_shape, const std::vector<int> &scale_shap… in Prepare() function in mindspore::TestScaleFp32
109Prepare(input_shape, scale_shape, offset_shape, output_shape, in_data, scale_data, offset_data, ou… in TEST_F()
131Prepare(input_shape, scale_shape, offset_shape, output_shape, in_data, scale_data, offset_data, ou… in TEST_F()
152Prepare(input_shape, scale_shape, offset_shape, output_shape, in_data, scale_data, offset_data, ou… in TEST_F()
/third_party/mindspore/mindspore/lite/test/ut/src/runtime/kernel/arm/int8/
Dreduce_int8_tests.cc38 …void Prepare(const std::vector<int> &in_shape, const std::vector<int> &out_shape, int8_t *input_da…
65 void TestReduceInt8::Prepare(const std::vector<int> &in_shape, const std::vector<int> &out_shape, i… in Prepare() function in mindspore::TestReduceInt8
107Prepare(input_shape, output_shape, input_data, output_data, ReduceMode_ReduceMean, axes, num_axes); in TEST_F()
130Prepare(input_shape, output_shape, input_data, output_data, ReduceMode_ReduceMean, axes, num_axes); in TEST_F()
154 Prepare(input_shape, output_shape, input_data, output_data, ReduceMode_ReduceSum, axes, num_axes); in TEST_F()
177 Prepare(input_shape, output_shape, input_data, output_data, ReduceMode_ReduceSum, axes, num_axes); in TEST_F()
200 Prepare(input_shape, output_shape, input_data, output_data, ReduceMode_ReduceMax, axes, num_axes); in TEST_F()
222 Prepare(input_shape, output_shape, input_data, output_data, ReduceMode_ReduceMax, axes, num_axes); in TEST_F()
245 Prepare(input_shape, output_shape, input_data, output_data, ReduceMode_ReduceMin, axes, num_axes); in TEST_F()
267 Prepare(input_shape, output_shape, input_data, output_data, ReduceMode_ReduceMin, axes, num_axes); in TEST_F()
[all …]
Dresize_nearest_neighbor_int8_tests.cc32 …void Prepare(const std::vector<int> &in_shape, const std::vector<int> &out_shape, int8_t *input_da…
50 void TestResizeNearestNeighborInt8::Prepare(const std::vector<int> &in_shape, const std::vector<int… in Prepare() function in mindspore::TestResizeNearestNeighborInt8
102 Prepare(in_shape, out_shape, input_data, output_data, quant_in, quant_out, false, thread_num); in TEST_F()
128 Prepare(in_shape, out_shape, input_data, output_data, quant_in, quant_out, false, thread_num); in TEST_F()
155 Prepare(in_shape, out_shape, input_data, output_data, quant_in, quant_out, true, thread_num); in TEST_F()
181 Prepare(in_shape, out_shape, input_data, output_data, quant_in, quant_out, false, thread_num); in TEST_F()
208 Prepare(in_shape, out_shape, input_data, output_data, quant_in, quant_out, true, thread_num); in TEST_F()
Dresize_bilinear_int8_tests.cc33 …void Prepare(const std::vector<int> &in_shape, const std::vector<int> &out_shape, int8_t *input_da…
55 void TestResizeBilinearInt8::Prepare(const std::vector<int> &in_shape, const std::vector<int> &out_… in Prepare() function in mindspore::TestResizeBilinearInt8
99Prepare(in_shape, out_shape, input_data, output_data, quant_in, quant_out, align_corners, thread_n… in TEST_F()
124Prepare(in_shape, out_shape, input_data, output_data, quant_in, quant_out, align_corners, thread_n… in TEST_F()
150Prepare(in_shape, out_shape, input_data, output_data, quant_in, quant_out, align_corners, thread_n… in TEST_F()
176Prepare(in_shape, out_shape, input_data, output_data, quant_in, quant_out, align_corners, thread_n… in TEST_F()
Dscale_int8.cc31 …void Prepare(const std::vector<int> &in_shape, int8_t *input_data, const std::vector<int> &scale_s…
65 void TestScaleInt8::Prepare(const std::vector<int> &in_shape, int8_t *input_data, const std::vector… in Prepare() function in mindspore::TestScaleInt8
120Prepare(input_shape, input_data, scale_shape, scale_data, bias_shape, bias_data, output_shape, out… in TEST_F()
146Prepare(input_shape, input_data, scale_shape, scale_data, bias_shape, bias_data, output_shape, out… in TEST_F()
172Prepare(input_shape, input_data, scale_shape, scale_data, bias_shape, bias_data, output_shape, out… in TEST_F()
/third_party/mindspore/mindspore/lite/micro/coder/opcoders/nnacl/int8/
Drelux_int8_coder.h37 int Prepare(CoderContext *const context) override;
56 int Prepare(CoderContext *const context) override { in Prepare() function
57 MS_CHECK_RET_CODE(ReluxInt8Coder::Prepare(context), "ReluxInt8Coder::Prepare failed"); in Prepare()
72 int Prepare(CoderContext *const context) override { in Prepare() function
73 MS_CHECK_RET_CODE(ReluxInt8Coder::Prepare(context), "ReluxInt8Coder::Prepare failed"); in Prepare()
/third_party/vk-gl-cts/external/openglcts/docs/specs/
DCTS_ARB_post_depth_coverage.txt44 Prepare a proper shader with following layout setup:
49 Prepare a proper shader with following layout setup:
55 Prepare multisample framebuffer with integer color and depth attachments
58 Prepare framebuffer with integer color attachment 1x(number of samples)
61 Prepare shader program which passes gl_SampleMaskIn to the output as a
64 Prepare shader program which passes samples from multisample texture to
/third_party/mindspore/tests/ut/cpp/dataset/
Dimage_folder_op_test.cc86 tree->Prepare(); in TEST_F()
113 tree->Prepare(); in TEST_F()
143 tree->Prepare(); in TEST_F()
175 tree->Prepare(); in TEST_F()
212 tree->Prepare(); in TEST_F()
249 tree->Prepare(); in TEST_F()
278 tree->Prepare(); in TEST_F()
310 tree->Prepare(); in TEST_F()
339 tree->Prepare(); in TEST_F()
373 tree->Prepare(); in TEST_F()
[all …]
Dmanifest_op_test.cc66 tree->Prepare(); in TEST_F()
97 tree->Prepare(); in TEST_F()
127 tree->Prepare(); in TEST_F()
160 tree->Prepare(); in TEST_F()
189 tree->Prepare(); in TEST_F()
Dalbum_op_test.cc76 ASSERT_OK(tree->Prepare()); in TEST_F()
102 ASSERT_OK(tree->Prepare()); in TEST_F()
129 tree->Prepare(); in TEST_F()
158 ASSERT_OK(tree->Prepare()); in TEST_F()
Dbatch_op_test.cc56 tree->Prepare(); in TEST_F()
92 tree->Prepare(); in TEST_F()
142 tree->Prepare(); in TEST_F()
201 tree->Prepare(); in TEST_F()
254 tree->Prepare(); in TEST_F()
318 tree->Prepare(); in TEST_F()
Dmind_record_op_test.cc100 my_tree->Prepare(); in TEST_F()
164 my_tree->Prepare(); in TEST_F()
229 my_tree->Prepare(); in TEST_F()
297 my_tree->Prepare(); in TEST_F()
369 my_tree->Prepare(); in TEST_F()
442 my_tree->Prepare(); in TEST_F()
/third_party/mindspore/mindspore/lite/src/
Dsub_graph_kernel.cc37 int SubGraphKernel::Prepare() { in Prepare() function in mindspore::kernel::SubGraphKernel
43 auto ret = node->Prepare(); in Prepare()
164 int CustomSubGraph::Prepare() { in Prepare() function in mindspore::kernel::CustomSubGraph
165 auto ret = SubGraphKernel::Prepare(); in Prepare()
210 int CpuSubGraph::Prepare() { in Prepare() function in mindspore::kernel::CpuSubGraph
211 auto ret = SubGraphKernel::Prepare(); in Prepare()
Dsub_graph_kernel.h85 int Prepare() override;
132 int Prepare() override;
171 int Prepare() override { in Prepare() function
172 auto ret = CpuSubGraph::Prepare(); in Prepare()
230 int Prepare() override;
/third_party/libuv/docs/src/
Dprepare.rst4 :c:type:`uv_prepare_t` --- Prepare handle
7 Prepare handles will run the given callback once per loop iteration, right
16 Prepare handle type.
/third_party/flutter/engine/flutter/flow/ohos_layers/
Dlayer_tree.cpp14 void LayerTree::Prepare() in Prepare() function in flutter::OHOS::LayerTree
18 rootLayer_->Prepare(skMatrix); in Prepare()
Dcontainer_layer.cpp20 void ContainerLayer::Prepare(const SkMatrix& matrix) in Prepare() function in flutter::OHOS::ContainerLayer
30 layer->Prepare(childMatrix); in PrepareChildren()
Dopacity_layer.cpp15 void OpacityLayer::Prepare(const SkMatrix& matrix) in Prepare() function in flutter::OHOS::OpacityLayer
19 ContainerLayer::Prepare(childMatrix); in Prepare()
/third_party/mindspore/mindspore/lite/test/ut/src/runtime/kernel/arm/fp16/
Dreduce_fp16_tests.cc27 …void Prepare(const std::vector<int> &input_shape, const std::vector<int> &output_shape, float *inp…
50 void TestReduceFp16::Prepare(const std::vector<int> &input_shape, const std::vector<int> &output_sh… in Prepare() function in mindspore::TestReduceFp16
99 Prepare(input_shape, output_shape, in, out, num_axis, axes, thread_num); in TEST_F()

12345678910>>...21