Home
last modified time | relevance | path

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

12

/external/gemmlowp/internal/
Dkernel.h130 static constexpr int kDepth = tDepth; member
133 static constexpr int kSize = kWidth * kDepth;
147 static constexpr int kDepth = Cell::kDepth; member
175 static_assert(Lhs::Cell::kDepth == Rhs::Cell::kDepth, "");
176 static constexpr int kDepth = Lhs::Cell::kDepth; member
203 return d + w * CellFormat::kDepth; in OffsetIntoCell()
205 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.h47 std::int32_t run_depth_cells = run_depth / Format::kDepth; in Run()
222 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.h48 static const int kCellDepth = CellFormat::kDepth;
149 static const int kCellDepth = CellFormat::kDepth;
274 static const int kCellDepth = CellFormat::kDepth;
339 static const int kCellDepth = CellFormat::kDepth;
Dkernel_avx.h43 const std::int64_t run_depth_cells = run_depth / Format::kDepth; in Run()
Dpack_msa.h45 static const int kCellDepth = CellFormat::kDepth;
199 static const int kCellDepth = CellFormat::kDepth;
368 static const int kCellDepth = CellFormat::kDepth;
Dpack_avx.h47 static const int kCellDepth = CellFormat::kDepth;
201 static const int kCellDepth = CellFormat::kDepth;
Dblock_params.h114 assert(depth % KernelFormat::kDepth == 0); in FindL1BlockSizes()
Dpack_sse.h47 static constexpr int kCellDepth = CellFormat::kDepth;
Dpack.h220 static constexpr int kCellDepth = CellFormat::kDepth;
308 static constexpr int kCellDepth = CellFormat::kDepth;
/external/tensorflow/tensorflow/core/kernels/
Ddepthwise_conv_op.h198 const int64 kDepth = args.depth_multiplier;
217 if (kDepth > 1 && kDepth <= kPacketSize) {
233 limit -= (kPacketSize - kDepth) / kDepth + 1;
242 in_buf += kDepth;
248 for (int64 dm = 0; dm < kDepth; dm++) {
251 in_buf += kDepth;
266 } else if (kDepth > kPacketSize) {
270 const int64 dm_vectorized_size = (kDepth / kPacketSize) * kPacketSize;
289 Eigen::internal::pstoreu<T>(in_buf + kDepth - kPacketSize, p);
290 in_buf += kDepth;
[all …]
Dconv_ops_test.cc536 static constexpr int kDepth = 3; member in tensorflow::FusedConv2DOpTest
874 int depth = kDepth, int image_width = kImageWidth,
903 const std::vector<int>& explicit_paddings = {}, int depth = kDepth, in VerifyConv2DWithBiasAndActivation()
936 int depth = kDepth,
970 const std::vector<int>& explicit_paddings = {}, int depth = kDepth, in VerifyConv2DWithBatchNormAndActivation()
/external/oboe/apps/fxlab/app/src/main/cpp/effects/
DDelayLineEffect.h38 kDepth(depth), in DelayLineEffect()
44 auto variableDelay = mMod() * kDepth + kTap; in operator()
68 const int kDepth; variable
69 const int kTap = kDelay + kDepth;
76 const size_t kDelayLineSize = kTap + kDepth + 1; // index one is immediate prev sample
/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/libchrome/base/debug/
Dstack_trace_unittest.cc302 constexpr size_t kDepth = 5; in TEST_F() local
303 const void* frames[kDepth]; in TEST_F()
304 ExpectStackFramePointers<kDepth>(frames, kDepth); in TEST_F()
/external/angle/src/tests/gl_tests/
DComputeShaderTest.cpp1372 constexpr int kWidth = 1, kHeight = 1, kDepth = 2; in TEST_P() local
1376 glTexStorage3D(GL_TEXTURE_2D_ARRAY, 1, GL_R32UI, kWidth, kHeight, kDepth); in TEST_P()
1377 glTexSubImage3D(GL_TEXTURE_2D_ARRAY, 0, 0, 0, 0, kWidth, kHeight, kDepth, GL_RED_INTEGER, in TEST_P()
1382 glTexStorage3D(GL_TEXTURE_2D_ARRAY, 1, GL_R32UI, kWidth, kHeight, kDepth); in TEST_P()
1383 glTexSubImage3D(GL_TEXTURE_2D_ARRAY, 0, 0, 0, 0, kWidth, kHeight, kDepth, GL_RED_INTEGER, in TEST_P()
1440 constexpr int kWidth = 1, kHeight = 1, kDepth = 2; in TEST_P() local
1444 glTexStorage3D(GL_TEXTURE_2D_ARRAY, 2, GL_R32UI, kWidth * 2, kHeight * 2, kDepth); in TEST_P()
1445 glTexSubImage3D(GL_TEXTURE_2D_ARRAY, 1, 0, 0, 0, kWidth, kHeight, kDepth, GL_RED_INTEGER, in TEST_P()
1451 glTexStorage3D(GL_TEXTURE_2D_ARRAY, 2, GL_R32UI, kWidth * 2, kHeight * 2, kDepth); in TEST_P()
1452 glTexSubImage3D(GL_TEXTURE_2D_ARRAY, 1, 0, 0, 0, kWidth, kHeight, kDepth, GL_RED_INTEGER, in TEST_P()
[all …]
DCopyTexImageTest.cpp526 constexpr GLsizei kDepth = 6; in TEST_P() local
531 GLColor fboPixels[kDepth] = {GLColor::red, GLColor::yellow, GLColor::green, in TEST_P()
533 GLColor whitePixels[kDepth] = {GLColor::white, GLColor::white, GLColor::white, in TEST_P()
538 glTexImage3DOES(GL_TEXTURE_3D, 0, GL_RGBA, 1, 1, kDepth, 0, GL_RGBA, GL_UNSIGNED_BYTE, in TEST_P()
543 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, kDepth, 1, 0, GL_RGBA, GL_UNSIGNED_BYTE, whitePixels); in TEST_P()
548 for (GLsizei slice = 0; slice < kDepth; ++slice) in TEST_P()
566 for (GLsizei slice = 0; slice < kDepth; ++slice) in TEST_P()
/external/dynamic_depth/includes/dynamic_depth/
Ddepth_map.h29 enum class DepthItemSemantic { kDepth = 1, kSegmentation = 2 }; enumerator
39 DepthItemSemantic item_semantic = DepthItemSemantic::kDepth;
/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
309 return d + w * CellFormat::kDepth; in OffsetIntoCell()
311 assert(CellFormat::kWidth == CellFormat::kDepth); in OffsetIntoCell()
5606 const int depth_cells = static_cast<int>(depth / Format::kDepth); in Run()
5615 Format::Lhs::Cell::kWidth * Format::kDepth; in Run()
5619 Format::Rhs::Cell::kWidth * Format::kDepth; in Run()
[all …]
/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::MakeRetain<CPDF_Dictionary>(), in TEST()
219 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/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_fused_ops_test.cc210 static constexpr int kDepth = 3; member in tensorflow::MklFusedConv2DOpTest
346 int depth = kDepth, int image_width = kImageWidth, in VerifyFusedConv2D()
549 static constexpr int kDepth = 3; member in tensorflow::MklFusedDepthwiseConv2DOpTest
668 int depth = kDepth, in VerifyFusedDepthwiseConv2D()
1457 static constexpr int kDepth = 3; member in tensorflow::MklPadWithFusedConv2DOpTest
1468 int depth = kDepth, in VerifyPadAndConv2DWithBias()
1494 int filter_size, int filter_count, int depth = kDepth, in VerifyPadAndConv2DWithBiasRelu()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Ddepthwiseconv_3x3_filter_common.h377 template <DepthwiseConvOutputRounding output_rounding, int32 kDepth,
381 template <DepthwiseConvOutputRounding output_rounding, int32 kDepth,
/external/skqp/src/gpu/gl/
DGrGLCreateNullInterface.cpp170 fAttachments[(int)AttachmentPoint::kDepth].reset(SkRef(attachment)); in setAttachment()
205 kDepth, enumerator

12