/external/gemmlowp/internal/ |
D | kernel.h | 130 static const int kDepth = tDepth; member 133 static const int kSize = kWidth * kDepth; 147 static const int kDepth = Cell::kDepth; member 163 static_assert(Lhs::Cell::kDepth == Rhs::Cell::kDepth, ""); 164 static const int kDepth = Lhs::Cell::kDepth; member 191 return d + w * CellFormat::kDepth; in OffsetIntoCell() 193 assert(CellFormat::kWidth == CellFormat::kDepth); in OffsetIntoCell()
|
D | kernel_reference.h | 41 Format::Lhs::Cell::kDepth, in Name() 43 Format::Rhs::Cell::kDepth, Format::Rhs::Cell::kWidth, in Name() 55 const int run_depth_cells = static_cast<int>(run_depth / Format::kDepth); in Run() 64 Format::Lhs::Cell::kWidth * Format::kDepth; in Run() 68 Format::Rhs::Cell::kWidth * Format::kDepth; in Run() 73 for (int di = 0; di < Format::kDepth; di++) { in Run()
|
D | kernel_sse.h | 46 std::int32_t run_depth_cells = run_depth / Format::kDepth; in Run() 220 const std::int64_t run_depth_cells = run_depth / Format::kDepth; in Run()
|
D | compute.h | 52 depth = RoundUp<Format::kDepth>(depth); in Compute() 95 assert(depth % Format::kDepth == 0); in ComputeL1()
|
D | pack_neon.h | 45 static const int kCellDepth = CellFormat::kDepth; 146 static const int kCellDepth = CellFormat::kDepth; 271 static const int kCellDepth = CellFormat::kDepth;
|
D | block_params.h | 114 assert(depth % KernelFormat::kDepth == 0); in FindL1BlockSizes()
|
D | pack_sse.h | 47 static const int kCellDepth = CellFormat::kDepth;
|
D | pack_msa.h | 45 static const int kCellDepth = CellFormat::kDepth; 199 static const int kCellDepth = CellFormat::kDepth;
|
D | pack.h | 215 static const int kCellDepth = CellFormat::kDepth; 300 static const int kCellDepth = CellFormat::kDepth;
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | deep_graph_test.cc | 25 const int kDepth = 200; in TEST_F() local 32 for (int i = 0; i < kDepth; ++i) { in TEST_F() 35 ComputeAndCompareR0<int32>(&b, /*expected=*/kDepth + 3, in TEST_F()
|
/external/gemmlowp/standalone/ |
D | neon-gemm-kernel-benchmark.cc | 210 static const int kDepth = tDepth; member 213 static const int kSize = kWidth * kDepth; 227 static const int kDepth = Cell::kDepth; member 237 static_assert(Lhs::Cell::kDepth == Rhs::Cell::kDepth, ""); 238 static const int kDepth = Lhs::Cell::kDepth; member 264 return d + w * CellFormat::kDepth; in OffsetIntoCell() 266 assert(CellFormat::kWidth == CellFormat::kDepth); in OffsetIntoCell() 4836 const int depth_cells = static_cast<int>(depth / Format::kDepth); in Run() 4845 Format::Lhs::Cell::kWidth * Format::kDepth; in Run() 4849 Format::Rhs::Cell::kWidth * Format::kDepth; in Run() [all …]
|
/external/dynamic_depth/includes/dynamic_depth/ |
D | depth_map.h | 29 enum class DepthItemSemantic { kDepth = 1, kSegmentation = 2 }; enumerator 39 DepthItemSemantic item_semantic = DepthItemSemantic::kDepth;
|
/external/tensorflow/tensorflow/core/kernels/ |
D | mkl_fused_ops_test.cc | 127 static constexpr int kDepth = 3; member in tensorflow::MklFusedConv2DOpTest 218 int depth = kDepth, int image_width = kImageWidth, in VerifyConv2DWithBias() 242 int depth = kDepth, in VerifyConv2DWithBiasAndRelu() 478 static constexpr int kDepth = 3; member in tensorflow::MklPadWithFusedConv2DOpTest 489 int depth = kDepth, in VerifyPadAndConv2DWithBias() 515 int filter_size, int filter_count, int depth = kDepth, in VerifyPadAndConv2DWithBiasRelu()
|
D | conv_ops_test.cc | 533 static constexpr int kDepth = 3; member in tensorflow::FusedConv2DOpTest 837 int depth = kDepth, int image_width = kImageWidth, in VerifyConv2DWithBias() 861 int depth = kDepth, in VerifyConv2DWithBiasAndRelu() 887 int depth = kDepth, in VerifyConv2DWithBatchNorm() 918 int filter_size, int filter_count, int depth = kDepth, in VerifyConv2DWithBatchNormAndRelu()
|
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_object_avail_unittest.cpp | 206 const uint32_t kDepth = 100; in TEST() local 207 for (uint32_t i = 1; i < kDepth; ++i) { in TEST() 215 holder.AddObject(kDepth, pdfium::MakeUnique<CPDF_Dictionary>(), in TEST() 220 for (uint32_t i = 1; i <= kDepth; ++i) { in TEST()
|
/external/dynamic_depth/internal/dynamic_depth/ |
D | depth_map.cc | 52 case DepthItemSemantic::kDepth: in ItemSemanticToString() 67 return DepthItemSemantic::kDepth; in StringToItemSemantic()
|
/external/skia/src/gpu/gl/ |
D | GrGLCreateNullInterface.cpp | 170 fAttachments[(int)AttachmentPoint::kDepth].reset(SkRef(attachment)); in setAttachment() 205 kDepth, enumerator
|
/external/skqp/src/gpu/gl/ |
D | GrGLCreateNullInterface.cpp | 170 fAttachments[(int)AttachmentPoint::kDepth].reset(SkRef(attachment)); in setAttachment() 205 kDepth, enumerator
|
/external/gemmlowp/doc/ |
D | kernel.md | 135 // levels of depth (Kernel::kDepth=2).
|
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cComputeShaderTests.cpp | 985 const GLint kDepth = static_cast<GLint>(local_size.z() * num_groups.z()); in RunIteration() local 1008 …glTexImage3D(GL_TEXTURE_3D, 0, GL_RGBA32F, kWidth, kHeight, kDepth, 0, GL_RGBA, GL_FLOAT, &texture… in RunIteration() 1014 glTexImage3D(GL_TEXTURE_2D_ARRAY, 0, GL_RGBA32F, kWidth, kHeight, kDepth, 0, GL_RGBA, GL_FLOAT, in RunIteration() 1165 const GLint kDepth = static_cast<GLint>(local_size.z() * num_groups.z()); in RunIteration() local 1166 const GLuint kSize = kWidth * kHeight * kDepth; in RunIteration() 1367 const GLint kDepth = static_cast<GLint>(local_size.z() * num_groups.z()); in RunIteration() local 1368 const GLuint kSize = kWidth * kHeight * kDepth; in RunIteration()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cComputeShaderTests.cpp | 1000 const GLint kDepth = static_cast<GLint>(local_size.z() * num_groups.z()); in RunIteration() local 1031 …glTexImage3D(GL_TEXTURE_3D, 0, GL_RGBA32F, kWidth, kHeight, kDepth, 0, GL_RGBA, GL_FLOAT, &texture… in RunIteration() 1049 glTexImage3D(GL_TEXTURE_2D_ARRAY, 0, GL_RGBA32F, kWidth, kHeight, kDepth, 0, GL_RGBA, GL_FLOAT, in RunIteration() 1065 …glTexImage3DMultisample(GL_TEXTURE_2D_MULTISAMPLE_ARRAY, 4, GL_RGBA32F, kWidth, kHeight, kDepth, G… in RunIteration() 1205 const GLint kDepth = static_cast<GLint>(local_size.z() * num_groups.z()); in RunIteration() local 1206 const GLuint kSize = kWidth * kHeight * kDepth; in RunIteration() 1416 const GLint kDepth = static_cast<GLint>(local_size.z() * num_groups.z()); in RunIteration() local 1417 const GLuint kSize = kWidth * kHeight * kDepth; in RunIteration()
|
/external/v8/src/builtins/ |
D | builtins-definitions.h | 411 TFS(FlattenIntoArray, kTarget, kSource, kSourceLength, kStart, kDepth) \ 412 TFS(FlatMapIntoArray, kTarget, kSource, kSourceLength, kStart, kDepth, \
|
D | builtins-array-gen.cc | 3855 Node* const depth = Parameter(Descriptor::kDepth); in TF_BUILTIN() 3868 Node* const depth = Parameter(Descriptor::kDepth); in TF_BUILTIN()
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | depthwiseconv_uint8_3x3_filter.h | 415 template <int32 kDepth, int32 kStrideWidth, int32 kStrideHeight>
|
/external/vulkan-validation-layers/tests/ |
D | layer_validation_tests.cpp | 24622 enum Dimension { kWidth = 0x1, kHeight = 0x2, kDepth = 0x4 }; in TEST_F() enumerator 24637 if (bad_dimensions & kDepth) { in TEST_F()
|