Home
last modified time | relevance | path

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

/external/gemmlowp/internal/
Dkernel.h130 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()
Dkernel_reference.h41 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()
Dkernel_sse.h46 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()
Dcompute.h52 depth = RoundUp<Format::kDepth>(depth); in Compute()
95 assert(depth % Format::kDepth == 0); in ComputeL1()
Dpack_neon.h45 static const int kCellDepth = CellFormat::kDepth;
146 static const int kCellDepth = CellFormat::kDepth;
271 static const int kCellDepth = CellFormat::kDepth;
Dblock_params.h114 assert(depth % KernelFormat::kDepth == 0); in FindL1BlockSizes()
Dpack_sse.h47 static const int kCellDepth = CellFormat::kDepth;
Dpack_msa.h45 static const int kCellDepth = CellFormat::kDepth;
199 static const int kCellDepth = CellFormat::kDepth;
Dpack.h215 static const int kCellDepth = CellFormat::kDepth;
300 static const int kCellDepth = CellFormat::kDepth;
/external/tensorflow/tensorflow/compiler/xla/tests/
Ddeep_graph_test.cc25 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/
Dneon-gemm-kernel-benchmark.cc210 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/
Ddepth_map.h29 enum class DepthItemSemantic { kDepth = 1, kSegmentation = 2 }; enumerator
39 DepthItemSemantic item_semantic = DepthItemSemantic::kDepth;
/external/tensorflow/tensorflow/core/kernels/
Dmkl_fused_ops_test.cc127 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()
Dconv_ops_test.cc533 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/
Dcpdf_object_avail_unittest.cpp206 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/
Ddepth_map.cc52 case DepthItemSemantic::kDepth: in ItemSemanticToString()
67 return DepthItemSemantic::kDepth; in StringToItemSemantic()
/external/skia/src/gpu/gl/
DGrGLCreateNullInterface.cpp170 fAttachments[(int)AttachmentPoint::kDepth].reset(SkRef(attachment)); in setAttachment()
205 kDepth, enumerator
/external/skqp/src/gpu/gl/
DGrGLCreateNullInterface.cpp170 fAttachments[(int)AttachmentPoint::kDepth].reset(SkRef(attachment)); in setAttachment()
205 kDepth, enumerator
/external/gemmlowp/doc/
Dkernel.md135 // levels of depth (Kernel::kDepth=2).
/external/deqp/external/openglcts/modules/gles31/
Des31cComputeShaderTests.cpp985 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/
Dgl4cComputeShaderTests.cpp1000 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/
Dbuiltins-definitions.h411 TFS(FlattenIntoArray, kTarget, kSource, kSourceLength, kStart, kDepth) \
412 TFS(FlatMapIntoArray, kTarget, kSource, kSourceLength, kStart, kDepth, \
Dbuiltins-array-gen.cc3855 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/
Ddepthwiseconv_uint8_3x3_filter.h415 template <int32 kDepth, int32 kStrideWidth, int32 kStrideHeight>
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp24622 enum Dimension { kWidth = 0x1, kHeight = 0x2, kDepth = 0x4 }; in TEST_F() enumerator
24637 if (bad_dimensions & kDepth) { in TEST_F()