Home
last modified time | relevance | path

Searched defs:kDepth (Results 1 – 12 of 12) sorted by relevance

/external/gemmlowp/internal/
Dkernel.h130 static const int kDepth = tDepth; member
147 static const int kDepth = Cell::kDepth; member
164 static const int kDepth = Lhs::Cell::kDepth; member
/external/tensorflow/tensorflow/compiler/xla/tests/
Ddeep_graph_test.cc25 const int kDepth = 200; in TEST_F() local
/external/dynamic_depth/includes/dynamic_depth/
Ddepth_map.h29 enum class DepthItemSemantic { kDepth = 1, kSegmentation = 2 }; enumerator
/external/pdfium/core/fpdfapi/parser/
Dcpdf_object_avail_unittest.cpp206 const uint32_t kDepth = 100; in TEST() local
/external/tensorflow/tensorflow/core/kernels/
Dmkl_fused_ops_test.cc127 static constexpr int kDepth = 3; member in tensorflow::MklFusedConv2DOpTest
478 static constexpr int kDepth = 3; member in tensorflow::MklPadWithFusedConv2DOpTest
Dconv_ops_test.cc533 static constexpr int kDepth = 3; member in tensorflow::FusedConv2DOpTest
/external/gemmlowp/standalone/
Dneon-gemm-kernel-benchmark.cc210 static const int kDepth = tDepth; member
227 static const int kDepth = Cell::kDepth; member
238 static const int kDepth = Lhs::Cell::kDepth; member
/external/deqp/external/openglcts/modules/gles31/
Des31cComputeShaderTests.cpp985 const GLint kDepth = static_cast<GLint>(local_size.z() * num_groups.z()); in RunIteration() local
1165 const GLint kDepth = static_cast<GLint>(local_size.z() * num_groups.z()); in RunIteration() local
1367 const GLint kDepth = static_cast<GLint>(local_size.z() * num_groups.z()); in RunIteration() local
/external/deqp/external/openglcts/modules/gl/
Dgl4cComputeShaderTests.cpp1000 const GLint kDepth = static_cast<GLint>(local_size.z() * num_groups.z()); in RunIteration() local
1205 const GLint kDepth = static_cast<GLint>(local_size.z() * num_groups.z()); in RunIteration() local
1416 const GLint kDepth = static_cast<GLint>(local_size.z() * num_groups.z()); in RunIteration() local
/external/skqp/src/gpu/gl/
DGrGLCreateNullInterface.cpp205 kDepth, enumerator
/external/skia/src/gpu/gl/
DGrGLCreateNullInterface.cpp205 kDepth, enumerator
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp24622 enum Dimension { kWidth = 0x1, kHeight = 0x2, kDepth = 0x4 }; in TEST_F() enumerator