Home
last modified time | relevance | path

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

1234567

/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.cc38 {Axis::WIDTH, "x_c"}, {Axis::HEIGHT, "y_c"}, {Axis::DEPTH, "d_c"}, in GetAveragePoolingKernelCode()
43 {Axis::WIDTH, "X"}, {Axis::HEIGHT, "Y"}, {Axis::DEPTH, "D"}, in GetAveragePoolingKernelCode()
49 for (auto axis : {Axis::WIDTH, Axis::HEIGHT, Axis::DEPTH, Axis::CHANNELS}) { in GetAveragePoolingKernelCode()
77 if (op_def.dst_tensors[0].HasAxis(Axis::DEPTH)) { in GetAveragePoolingKernelCode()
93 if (op_def.dst_tensors[0].HasAxis(Axis::DEPTH)) { in GetAveragePoolingKernelCode()
117 if (op_def.dst_tensors[0].HasAxis(Axis::DEPTH)) { in GetAveragePoolingKernelCode()
138 {Axis::WIDTH, "x_c"}, {Axis::HEIGHT, "y_c"}, {Axis::DEPTH, "d_c"}, in GetMaxPoolingKernelCode()
143 {Axis::WIDTH, "X"}, {Axis::HEIGHT, "Y"}, {Axis::DEPTH, "D"}, in GetMaxPoolingKernelCode()
149 for (auto axis : {Axis::WIDTH, Axis::HEIGHT, Axis::DEPTH, Axis::CHANNELS}) { in GetMaxPoolingKernelCode()
180 if (op_def.dst_tensors[0].HasAxis(Axis::DEPTH)) { in GetMaxPoolingKernelCode()
[all …]
Dmax_unpooling.cc50 if (op_def.dst_tensors[0].HasAxis(Axis::DEPTH)) { in GetMaxUnpoolingKernelCode()
66 if (op_def.dst_tensors[0].HasAxis(Axis::DEPTH)) { in GetMaxUnpoolingKernelCode()
87 if (op_def.dst_tensors[0].HasAxis(Axis::DEPTH)) { in GetMaxUnpoolingKernelCode()
88 if (!op_def.src_tensors[0].SupportsZeroClamp(Axis::DEPTH, gpu_info) || in GetMaxUnpoolingKernelCode()
89 !op_def.src_tensors[1].SupportsZeroClamp(Axis::DEPTH, gpu_info)) { in GetMaxUnpoolingKernelCode()
95 std::string src_args = op_def.dst_tensors[0].HasAxis(Axis::DEPTH) in GetMaxUnpoolingKernelCode()
110 if (op_def.dst_tensors[0].HasAxis(Axis::DEPTH)) { in GetMaxUnpoolingKernelCode()
Dsplit.cc42 attr_.axis == Axis::DEPTH ? "1" : "args.src_tensor.Depth()"; in GetSplitCode()
50 {Axis::DEPTH, "Depth"}, {Axis::CHANNELS, "Slices"}, in GetSplitCode()
54 {Axis::WIDTH, "X"}, {Axis::HEIGHT, "Y"}, {Axis::DEPTH, "D"}, in GetSplitCode()
69 if (definition_.src_tensors[0].HasAxis(Axis::DEPTH)) { in GetSplitCode()
83 {Axis::WIDTH, Axis::HEIGHT, Axis::DEPTH, Axis::CHANNELS, Axis::BATCH}) { in GetSplitCode()
96 for (auto axis : {Axis::WIDTH, Axis::HEIGHT, Axis::DEPTH, Axis::CHANNELS, in GetSplitCode()
141 if (definition_.src_tensors[0].HasAxis(Axis::DEPTH)) { in GetSplitChannelsCode()
202 const int depth = attr_.axis == Axis::DEPTH ? 1 : src_[0]->Depth(); in GetGridSize()
Dcumsum.cc32 {Axis::DEPTH, "args.src_tensor.Depth()"}, in GetCumsumCode()
39 {Axis::WIDTH, "X"}, {Axis::HEIGHT, "Y"}, {Axis::DEPTH, "Z"}, in GetCumsumCode()
45 if (definition_.dst_tensors[0].HasAxis(Axis::DEPTH)) { in GetCumsumCode()
50 c += " if (D >= " + task_sizes[Axis::DEPTH] + ") return;\n"; in GetCumsumCode()
90 const int depth = axis_ == Axis::DEPTH ? 1 : src_[0]->Depth(); in GetGridSize()
Dtile.cc36 if (op_def.dst_tensors[0].HasAxis(Axis::DEPTH)) { in GetTileCode()
49 if (op_def.dst_tensors[0].HasAxis(Axis::DEPTH)) { in GetTileCode()
57 if (op_def.src_tensors[0].HasAxis(Axis::DEPTH)) { in GetTileCode()
66 if (op_def.src_tensors[0].HasAxis(Axis::DEPTH)) { in GetTileCode()
Dconvolution_transposed.cc223 if (src_def.HasAxis(Axis::DEPTH)) { in GenerateConvolutionTransposedCode()
237 const std::vector<Axis> axes{Axis::WIDTH, Axis::HEIGHT, Axis::DEPTH}; in GenerateConvolutionTransposedCode()
277 if (src_def.HasAxis(Axis::DEPTH)) { in GenerateConvolutionTransposedCode()
300 if (src_def.HasAxis(Axis::DEPTH)) { in GenerateConvolutionTransposedCode()
333 if (src_def.HasAxis(Axis::DEPTH)) { in GenerateConvolutionTransposedCode()
347 if (!src_def.SupportsZeroClamp(Axis::DEPTH, gpu_info)) { in GenerateConvolutionTransposedCode()
350 if (!src_def.CanReadOutOfBorder(Axis::DEPTH)) { in GenerateConvolutionTransposedCode()
357 !src_def.SupportsZeroClamp(Axis::DEPTH, gpu_info)) { in GenerateConvolutionTransposedCode()
373 src_def.HasAxis(Axis::DEPTH) ? "src_y_copy" : "src_y"; in GenerateConvolutionTransposedCode()
417 if (src_def.HasAxis(Axis::DEPTH)) { in GenerateConvolutionTransposedCode()
[all …]
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()
/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/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassDepthStencilWriteConditionsTests.cpp65 DEPTH = 0, enumerator
235 …const VkImageAspectFlagBits imageAspectFlagBits = m_bufferType == BufferType::DEPTH ? VK_IMAG… in iterate()
276 …m_bufferType == BufferType::DEPTH ? VK_TRUE : VK_FALSE, // VkBool32 … in iterate()
323 if (m_bufferType == BufferType::DEPTH) in iterate()
456 if (m_bufferType == BufferType::DEPTH) in initPrograms()
463 if (m_bufferType == BufferType::DEPTH) in initPrograms()
486 if (m_bufferType == BufferType::DEPTH) in initPrograms()
601 …riteConditionsTest(testCtx, "depth_kill_write" + postfix, "", BufferType::DEPTH, DiscardType::KILL… in createDepthStencilWriteConditionsTests()
602 …onditionsTest(testCtx, "depth_kill_initialize" + postfix, "", BufferType::DEPTH, DiscardType::KILL… in createDepthStencilWriteConditionsTests()
603 …onsTest(testCtx, "depth_kill_write_initialize" + postfix, "", BufferType::DEPTH, DiscardType::KILL… in createDepthStencilWriteConditionsTests()
[all …]
/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/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/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/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/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.cpp150 const int32_t DEPTH = 10; in tryDate() local
151 UDate date[DEPTH]; in tryDate()
152 UnicodeString string[DEPTH]; in tryDate()
172 for (i=1; i<DEPTH; ++i) in tryDate()
208 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/cronet/third_party/icu/source/test/intltest/
Dtsdate.cpp150 const int32_t DEPTH = 10; in tryDate() local
151 UDate date[DEPTH]; in tryDate()
152 UnicodeString string[DEPTH]; in tryDate()
172 for (i=1; i<DEPTH; ++i) in tryDate()
208 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()

1234567