| /external/openscreen/cast/streaming/ | 
| D | resolution.h | 39 struct Dimensions {  struct52   constexpr Resolution ToResolution() const { return {width, height}; }  in ToResolution()
 55   constexpr int effective_bit_rate() const {  in effective_bit_rate()
 60   int width = 0;
 61   int height = 0;
 
 | 
| /external/tensorflow/tensorflow/lite/delegates/gpu/ | 
| D | api.h | 195 struct Dimensions {  struct196   Dimensions() : b(1), h(1), w(1), c(1) {}  in Dimensions()  argument
 198   Dimensions(int32_t batch, int32_t height, int32_t width, int32_t channels)  in Dimensions()  function
 205   bool operator==(const Dimensions& other) const {  argument
 217   // Dimensions semantic is defined by corresponding DataLayout.  argument
 
 | 
| /external/armnn/src/armnn/ | 
| D | InternalTypes.hpp | 16 using Dimensions  = std::array<unsigned int, MaxNumOfTensorDimensions>;  typedef
 | 
| /external/tensorflow/tensorflow/core/kernels/ | 
| D | eigen_benchmark.h | 36   using Dimensions = Eigen::DSizes<Eigen::Index, 4>;  variable167   using Dimensions = Eigen::DSizes<Eigen::Index, 5>;  variable
 
 | 
| D | eigen_spatial_convolutions_test.cc | 1396   using Dimensions = Eigen::DSizes<Eigen::Index, 4>;  in PackRhsHelper()  typedef1591   using Dimensions = Eigen::DSizes<Eigen::Index, 4>;  in PackLhsHelper()  typedef
 
 | 
| /external/ComputeLibrary/arm_compute/core/ | 
| D | Dimensions.h | 53     explicit Dimensions(Ts... dims)  in Dimensions()  function
 | 
| /external/eigen/unsupported/Eigen/CXX11/src/Tensor/ | 
| D | TensorStorage.h | 75     typedef DSizes<IndexType, NumIndices_> Dimensions;  typedef
 | 
| D | TensorBlock.h | 190   typedef DSizes<IndexType, NumDims> Dimensions;  typedef351   typedef DSizes<IndexType, NumDims> Dimensions;  typedef
 
 | 
| D | TensorEvaluator.h | 34   typedef typename Derived::Dimensions Dimensions;  typedef
 | 
| D | TensorFixedSize.h | 55   typedef Dimensions_ Dimensions;  typedef
 | 
| D | TensorMap.h | 70     typedef typename PlainObjectType::Dimensions Dimensions;  typedef
 | 
| D | TensorRef.h | 139     typedef typename PlainObjectType::Dimensions Dimensions;  typedef
 | 
| D | Tensor.h | 84     typedef DSizes<Index, NumIndices_> Dimensions;  typedef
 | 
| D | README.md | 1109 #### Reduction along all dimensions
 | 
| /external/crosvm/media/ffmpeg/src/ | 
| D | avcodec.rs | 74 pub struct Dimensions {  struct75     pub width: u32,
 76     pub height: u32,
 196     pub fn set_dimensions(&mut self, dimensions: Dimensions) {  in set_dimensions()
 788     pub fn dimensions(&self) -> Dimensions {  in dimensions()
 
 | 
| /external/pdfium/third_party/lcms/src/ | 
| D | cmslut.c | 610     cmsUInt32Number Dimensions[MAX_INPUT_DIMENSIONS];  in cmsStageAllocCLut16bit()  local627    cmsUInt32Number Dimensions[MAX_INPUT_DIMENSIONS];  in cmsStageAllocCLutFloat()  local
 711     cmsUInt32Number Dimensions[MAX_INPUT_DIMENSIONS];  in _cmsStageAllocIdentityCLut()  local
 
 | 
| D | cmsvirt.c | 742     cmsUInt32Number Dimensions[MAX_INPUT_DIMENSIONS];  in cmsCreateBCHSWabstractProfileTHR()  local
 | 
| /external/tensorflow/tensorflow/compiler/xla/service/cpu/ | 
| D | tiled_dot_emitter.cc | 624   class Dimensions {  class in xla::cpu::__anon8d179a540111::TiledSmallGemmEmitter626     explicit Dimensions(int64_t m, int64_t k, int64_t n)  in Dimensions()  function in xla::cpu::__anon8d179a540111::TiledSmallGemmEmitter::Dimensions
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/ | 
| D | MicrosoftDemangleNodes.h | 494   NodeArrayNode *Dimensions = nullptr;  member
 | 
| /external/clang/lib/AST/ | 
| D | MicrosoftMangle.cpp | 2120   SmallVector<llvm::APInt, 3> Dimensions;  in mangleArrayType()  local
 | 
| /external/python/google-api-python-client/googleapiclient/discovery_cache/documents/ | 
| D | displayvideo.v1.json | 11157     "Dimensions": {  object
 |