Home
last modified time | relevance | path

Searched refs:DEPTH (Results 1 – 25 of 105) sorted by relevance

12345

/external/google-breakpad/src/client/windows/unittests/
Dtesting.gyp40 '<(DEPTH)/testing/include',
41 '<(DEPTH)/testing/googletest/include',
42 '<(DEPTH)/testing/googletest',
43 '<(DEPTH)/testing',
46 '<(DEPTH)/testing/googletest/src/gtest-all.cc',
50 '<(DEPTH)/testing/include',
51 '<(DEPTH)/testing/gtest/include',
64 '<(DEPTH)/testing/include',
65 '<(DEPTH)/testing/googletest/include',
66 '<(DEPTH)/testing/googletest',
[all …]
Dclient_tests.gyp61 '<(DEPTH)',
65 '<(DEPTH)',
69 '<(DEPTH)/common/string_conversion.cc',
70 '<(DEPTH)/processor/basic_code_modules.cc',
71 '<(DEPTH)/processor/convert_old_arm64_context.cc',
72 '<(DEPTH)/processor/dump_context.cc',
73 '<(DEPTH)/processor/dump_object.cc',
74 '<(DEPTH)/processor/logging.cc',
75 '<(DEPTH)/processor/minidump.cc',
76 '<(DEPTH)/processor/pathname_stripper.cc',
[all …]
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dpooling.cc43 {Axis::WIDTH, "x_c"}, {Axis::HEIGHT, "y_c"}, {Axis::DEPTH, "d_c"}, in GetAveragePoolingKernelCode()
48 {Axis::WIDTH, "X"}, {Axis::HEIGHT, "Y"}, {Axis::DEPTH, "D"}, in GetAveragePoolingKernelCode()
54 for (auto axis : {Axis::WIDTH, Axis::HEIGHT, Axis::DEPTH, Axis::CHANNELS}) { in GetAveragePoolingKernelCode()
78 if (op_def.dst_tensors[0].HasAxis(Axis::DEPTH)) { in GetAveragePoolingKernelCode()
106 if (op_def.dst_tensors[0].HasAxis(Axis::DEPTH)) { in GetAveragePoolingKernelCode()
133 if (op_def.dst_tensors[0].HasAxis(Axis::DEPTH)) { in GetAveragePoolingKernelCode()
167 {Axis::WIDTH, "x_c"}, {Axis::HEIGHT, "y_c"}, {Axis::DEPTH, "d_c"}, in GetMaxPoolingKernelCode()
172 {Axis::WIDTH, "X"}, {Axis::HEIGHT, "Y"}, {Axis::DEPTH, "D"}, in GetMaxPoolingKernelCode()
178 for (auto axis : {Axis::WIDTH, Axis::HEIGHT, Axis::DEPTH, Axis::CHANNELS}) { in GetMaxPoolingKernelCode()
198 if (op_def.dst_tensors[0].HasAxis(Axis::DEPTH)) { in GetMaxPoolingKernelCode()
[all …]
Dmax_unpooling.cc49 if (op_def.dst_tensors[0].HasAxis(Axis::DEPTH)) { in GetMaxUnpoolingKernelCode()
73 std::string src_args = op_def.dst_tensors[0].HasAxis(Axis::DEPTH) in GetMaxUnpoolingKernelCode()
77 if (op_def.dst_tensors[0].HasAxis(Axis::DEPTH)) { in GetMaxUnpoolingKernelCode()
104 if (op_def.dst_tensors[0].HasAxis(Axis::DEPTH)) { in GetMaxUnpoolingKernelCode()
117 if (op_def.dst_tensors[0].HasAxis(Axis::DEPTH)) { in GetMaxUnpoolingKernelCode()
Dconvolution_transposed.cc206 if (src_def.HasAxis(Axis::DEPTH)) { in GenerateConvolutionTransposedCode()
220 const std::vector<Axis> axes{Axis::WIDTH, Axis::HEIGHT, Axis::DEPTH}; in GenerateConvolutionTransposedCode()
260 if (src_def.HasAxis(Axis::DEPTH)) { in GenerateConvolutionTransposedCode()
283 if (src_def.HasAxis(Axis::DEPTH)) { in GenerateConvolutionTransposedCode()
316 if (src_def.HasAxis(Axis::DEPTH)) { in GenerateConvolutionTransposedCode()
330 if (!src_def.SupportsZeroClamp(Axis::DEPTH)) { in GenerateConvolutionTransposedCode()
333 if (!src_def.CanReadOutOfBorder(Axis::DEPTH)) { in GenerateConvolutionTransposedCode()
339 if (block_size.z == 1 && !src_def.SupportsZeroClamp(Axis::DEPTH)) { in GenerateConvolutionTransposedCode()
355 src_def.HasAxis(Axis::DEPTH) ? "src_y_copy" : "src_y"; in GenerateConvolutionTransposedCode()
399 if (src_def.HasAxis(Axis::DEPTH)) { in GenerateConvolutionTransposedCode()
[all …]
Ddepthwise_conv.cc93 if (op_def.dst_tensors[0].HasAxis(Axis::DEPTH)) { in GenerateDepthwiseConvolutionCode()
122 if (op_def.dst_tensors[0].HasAxis(Axis::DEPTH)) { in GenerateDepthwiseConvolutionCode()
141 const std::vector<Axis> axes{Axis::WIDTH, Axis::HEIGHT, Axis::DEPTH}; in GenerateDepthwiseConvolutionCode()
156 const std::vector<Axis> axes{Axis::WIDTH, Axis::HEIGHT, Axis::DEPTH}; in GenerateDepthwiseConvolutionCode()
172 if (op_def.dst_tensors[0].HasAxis(Axis::DEPTH)) { in GenerateDepthwiseConvolutionCode()
175 if (!src_desc.SupportsZeroClamp(Axis::DEPTH)) { in GenerateDepthwiseConvolutionCode()
222 if (op_def.dst_tensors[0].HasAxis(Axis::DEPTH)) { in GenerateDepthwiseConvolutionCode()
226 if (op_def.dst_tensors[0].HasAxis(Axis::DEPTH)) { in GenerateDepthwiseConvolutionCode()
Dconcat_xy.cc38 {Axis::DEPTH, "Depth"}, {Axis::CHANNELS, "Channels"}, in GetConcatKernelCode()
42 {Axis::WIDTH, "X"}, {Axis::HEIGHT, "Y"}, {Axis::DEPTH, "D"}, in GetConcatKernelCode()
49 {Axis::WIDTH, Axis::HEIGHT, Axis::DEPTH, Axis::CHANNELS, Axis::BATCH}) { in GetConcatKernelCode()
79 if (op_def.dst_tensors[0].HasAxis(Axis::DEPTH)) { in GetConcatKernelCode()
Dsplit.cc41 attr_.axis == Axis::DEPTH ? "1" : "args.src_tensor.Depth()"; in GetSplitCode()
58 if (definition_.src_tensors[0].HasAxis(Axis::DEPTH)) { in GetSplitCode()
103 if (definition_.src_tensors[0].HasAxis(Axis::DEPTH)) { in GetSplitChannelsCode()
142 const int depth = attr_.axis == Axis::DEPTH ? 1 : src_[0]->Depth(); in GetGridSize()
Dconv_powervr.cc259 if (definition_.src_tensors[0].HasAxis(Axis::DEPTH)) { in GenerateCode()
282 if (definition_.src_tensors[0].HasAxis(Axis::DEPTH) && in BindArguments()
371 if (src_def.HasAxis(Axis::DEPTH)) { in GenerateConv()
385 const std::vector<Axis> axes{Axis::WIDTH, Axis::HEIGHT, Axis::DEPTH}; in GenerateConv()
422 if (src_def.HasAxis(Axis::DEPTH) && !conv_params_.z_kernel_is_1) { in GenerateConv()
485 if (src_def.HasAxis(Axis::DEPTH)) { in GenerateConv()
513 src_def.HasAxis(Axis::DEPTH)); in GenerateConv()
586 if (src_def.HasAxis(Axis::DEPTH)) { in GenerateConv()
598 if (!src_def.CanReadOutOfBorder(Axis::DEPTH)) { in GenerateConv()
607 if (src_def.HasAxis(Axis::DEPTH)) { in GenerateConv()
[all …]
/external/angle/src/tests/perf_tests/
DBlitFramebufferPerf.cpp22 DEPTH, enumerator
33 case BufferType::DEPTH: in BufferTypeString()
50 case BufferType::DEPTH: in BufferTypeMask()
67 case BufferType::DEPTH: in BufferTypeFormat()
84 case BufferType::DEPTH: in BufferTypeAttachment()
205 case BufferType::DEPTH: in drawBenchmark()
246 D3D11(BufferType::DEPTH, 0),
250 D3D11(BufferType::DEPTH, 2),
/external/google-breakpad/src/client/windows/
Dbreakpad_client.gyp50 '<(DEPTH)',
54 '<(DEPTH)',
58 '<(DEPTH)/common/windows/guid_string.cc',
59 '<(DEPTH)/common/windows/guid_string.h',
60 '<(DEPTH)/common/windows/http_upload.cc',
61 '<(DEPTH)/common/windows/http_upload.h',
62 '<(DEPTH)/common/windows/string_utils.cc',
/external/OpenCL-CTS/test_conformance/basic/
Dtest_vector_creation.cpp25 #define DEPTH 16 macro
76 int pos[DEPTH]; in create_kernel()
89 for (int i=0; i<DEPTH; i++) in create_kernel()
96 for (int k=0; k<DEPTH; k++) in create_kernel()
105 for ( vloads=0; vloads<DEPTH; vloads++) { in create_kernel()
118 for (int k=vloads+1; k<DEPTH; k++) { in create_kernel()
184 if (vloads < DEPTH) { in create_kernel()
186 for (int k=vloads; k<DEPTH; k++) in create_kernel()
191 for (int d=DEPTH-1; d>=0; d--) { in create_kernel()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
DFramesDebuggee.java39 public final static int DEPTH = 10; field in FramesDebuggee
48 if (depthCount < DEPTH) { in recursiveMethod()
53 if (depthCount == DEPTH) { in recursiveMethod()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DIntlTestDateFormat.java155 final int DEPTH = 10; in tryDate() local
156 Date[] date = new Date[DEPTH]; in tryDate()
157 StringBuffer[] string = new StringBuffer[DEPTH]; in tryDate()
163 for (i=0; i<DEPTH; ++i) string[i] = new StringBuffer(); in tryDate()
164 for (i=0; i<DEPTH; ++i) { in tryDate()
197 if (i == DEPTH) --i; in tryDate()
DIntlTestNumberFormat.java167 final int DEPTH = 10; in tryIt() local
168 double[] number = new double[DEPTH]; in tryIt()
169 String[] string = new String[DEPTH]; in tryIt()
177 for (i = 0; i < DEPTH; i++) { in tryIt()
213 if (i == DEPTH) in tryIt()
DDateFormatRoundTripTest.java48 private int DEPTH = 5; field in DateFormatRoundTripTest
180 Date[] d = new Date[DEPTH]; in _test()
181 String[] s = new String[DEPTH]; in _test()
192 for (loop = 0; loop < DEPTH; ++loop) { in _test()
255 for (int j = 0; j <= loop && j < DEPTH; ++j) { in _test()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DIntlTestDateFormat.java152 final int DEPTH = 10; in tryDate() local
153 Date[] date = new Date[DEPTH]; in tryDate()
154 StringBuffer[] string = new StringBuffer[DEPTH]; in tryDate()
160 for (i=0; i<DEPTH; ++i) string[i] = new StringBuffer(); in tryDate()
161 for (i=0; i<DEPTH; ++i) { in tryDate()
194 if (i == DEPTH) --i; in tryDate()
DIntlTestNumberFormat.java164 final int DEPTH = 10; in tryIt() local
165 double[] number = new double[DEPTH]; in tryIt()
166 String[] string = new String[DEPTH]; in tryIt()
174 for (i = 0; i < DEPTH; i++) { in tryIt()
210 if (i == DEPTH) in tryIt()
DDateFormatRoundTripTest.java45 private int DEPTH = 5; field in DateFormatRoundTripTest
177 Date[] d = new Date[DEPTH]; in _test()
178 String[] s = new String[DEPTH]; in _test()
189 for (loop = 0; loop < DEPTH; ++loop) { in _test()
252 for (int j = 0; j <= loop && j < DEPTH; ++j) { in _test()
/external/deqp-deps/amber/tests/cases/
Dimage_data.amber36 IMAGE outputImage DATA_TYPE float DIM_3D WIDTH 4 HEIGHT 4 DEPTH 4 FILL 0.0
38 IMAGE inputImage DATA_TYPE float DIM_3D WIDTH 4 HEIGHT 4 DEPTH 4 DATA
60 IMAGE expectedImage DATA_TYPE float DIM_3D WIDTH 4 HEIGHT 4 DEPTH 4 DATA
/external/icu/icu4c/source/test/intltest/
Dtsdate.cpp152 const int32_t DEPTH = 10; in tryDate() local
153 UDate date[DEPTH]; in tryDate()
154 UnicodeString string[DEPTH]; in tryDate()
174 for (i=1; i<DEPTH; ++i) in tryDate()
210 if (i == DEPTH) in tryDate()
Dtsnmfmt.cpp286 const int32_t DEPTH = 10; in tryIt() local
287 Formattable number[DEPTH]; in tryIt()
288 UnicodeString string[DEPTH]; in tryIt()
294 for (i=0; i<DEPTH; ++i) in tryIt()
345 if (i == DEPTH) in tryIt()
/external/tensorflow/tensorflow/core/kernels/hexagon/
Dhexagon_graph_execution_test.cc75 const int DEPTH = 3; variable
132 const int64 pixel_count = WIDTH * HEIGHT * DEPTH; in LoadImage()
188 Tensor img_tensor(DT_FLOAT, {1, WIDTH, HEIGHT, DEPTH}); in BuildImageTensor()
189 CHECK_EQ(WIDTH * HEIGHT * DEPTH, img_floats.size()); in BuildImageTensor()
200 Tensor img_tensor(DT_QUINT8, {1, WIDTH, HEIGHT, DEPTH}); in BuildQuantizedImageTensor()
201 CHECK_EQ(WIDTH * HEIGHT * DEPTH, quantized_img.size()); in BuildQuantizedImageTensor()
412 inputs.emplace_back("Mul", Tensor(DT_FLOAT, {1, WIDTH, HEIGHT, DEPTH})); in TEST()
445 inputs.emplace_back("Mul", Tensor(DT_QUINT8, {1, WIDTH, HEIGHT, DEPTH})); in TEST()
479 inputs.emplace_back("Mul", Tensor(DT_FLOAT, {1, WIDTH, HEIGHT, DEPTH})); in TEST()
510 inputs.emplace_back("Mul", Tensor(DT_FLOAT, {1, WIDTH, HEIGHT, DEPTH})); in TEST()
[all …]
/external/google-breakpad/src/common/windows/
Dcommon_windows.gyp39 '<(DEPTH)',
106 '<(DEPTH)/client/windows/unittests/testing.gyp:gmock',
107 '<(DEPTH)/client/windows/unittests/testing.gyp:gtest',
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dshape_test.cc78 EXPECT_FALSE(ohwi.has(Axis::DEPTH)); in TEST()
96 EXPECT_TRUE(HasAxis<Layout::OHWDI>(Axis::DEPTH)); in TEST()
112 EXPECT_FALSE(s.has(Axis::DEPTH)); in TEST()

12345