/aosp12/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/ |
H A D | FaceSquareFilter.java | 68 int[] dims = imageFrame.getDimensions(); in onProcess() local 82 public void drawBoxes(byte[] pixels, Face[] faces, int[] dims) { in drawBoxes()
|
H A D | Camera2Source.java | 229 int[] dims = new int[] { in onProcess() local
|
/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/os/ |
H A D | BinderLatencyObserverTest.java | 99 LatencyDims dims = latencyHistograms.keySet().iterator().next(); in testSampling() local 136 LatencyDims dims = LatencyDims.create(binder.getClass(), 1); in testHistogramBucketOverflow() local 268 LatencyDims dims; in testSharding() local
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/nnrt/ |
H A D | _tile_fusion_v10.md | 38 ### dims subsection
|
H A D | _tile_fusion_v20.md | 38 ### dims subsection
|
H A D | _tensor_v10.md | 51 ### dims subsection
|
H A D | _tensor_v20.md | 51 ### dims subsection
|
/ohos5.0/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/delegates/nnrt_delegate/ |
H A D | nnrt_utils.cpp | 142 TfLiteStatus TransposeDims(TfLiteContext* context, const int32_t* dims, uint32_t dimCount, in TransposeDims() 163 TfLiteStatus GetTensorSize(TfLiteContext* context, const int32_t* dims, int32_t dimCount, int64_t& … in GetTensorSize()
|
H A D | nnrt_utils.h | 110 TfLiteStatus TransposeTensor(TfLiteContext* context, int32_t tensorIndex, const int32_t* dims, in TransposeTensor()
|
/aosp12/frameworks/base/core/java/com/android/internal/os/ |
H A D | BinderLatencyObserver.java | 120 ProtoOutputStream proto, LatencyDims dims, String transactionName, int[] histogram) { in fillApiStatsProto() 204 LatencyDims dims = LatencyDims.create(s.binderClass, s.transactionCode); in callEnded() local 235 protected boolean shouldCollect(LatencyDims dims) { in shouldCollect()
|
/aosp12/frameworks/base/core/proto/android/internal/ |
H A D | binder_latency.proto | 70 optional Dims dims = 1; field
|
/aosp12/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
H A D | FrameBuffer1D.java | 89 int[] dims = backingStore.getDimensions(); in assertCanCreate() local
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/ |
H A D | FuzzTest.cpp | 33 auto dims = op.dimensions; in getOperandType() local
|
/ohos5.0/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/tools/ |
H A D | utils.cpp | 226 TfLiteIntArray* dims = interpreter->tensor(input)->dims; in ImportData() local 256 bool IsEqualShape(int tensorIndex, const std::vector<int>& dims, std::unique_ptr<tflite::Interprete… in IsEqualShape()
|
/aosp12/packages/modules/NeuralNetworks/common/operations/ |
H A D | Fill.cpp | 89 const int32_t* dims = context->getInputBuffer<int32_t>(kDimsTensor); in prepare() local
|
H A D | LSHProjectionTest.cpp | 62 auto multiAll = [](const std::vector<uint32_t>& dims) -> uint32_t { in LSHProjectionOpModel()
|
H A D | EmbeddingLookupTest.cpp | 77 auto multiAll = [](const std::vector<uint32_t>& dims) -> uint32_t { in EmbeddingLookupOpModel()
|
/aosp12/frameworks/native/libs/renderengine/tests/ |
H A D | RenderEngineThreadedTest.cpp | 84 size_t dims = 20; in TEST_F() local 91 size_t dims = 0; in TEST_F() local
|
/aosp12/hardware/google/camera/devices/EmulatedCamera/hwl/ |
H A D | EmulatedCameraDeviceSessionHWLImpl.cpp | 38 const std::unordered_map<uint32_t, std::pair<Dimension, Dimension>>& dims) { in Create() argument 45 const std::unordered_map<uint32_t, std::pair<Dimension, Dimension>>& dims) in EmulatedCameraZoomRatioMapperHwlImpl() argument
|
/aosp12/art/tools/veridex/ |
H A D | veridex.h | 51 VeriClass(Primitive::Type k, uint8_t dims, const dex::ClassDef* cl) in VeriClass()
|
/aosp12/packages/modules/StatsD/statsd/src/ |
H A D | stats_log_util.cpp | 105 void writeDimensionToProtoHelper(const std::vector<FieldValue>& dims, size_t* index, int depth, in writeDimensionToProtoHelper() 172 void writeDimensionLeafToProtoHelper(const std::vector<FieldValue>& dims, in writeDimensionLeafToProtoHelper() 338 void writeFieldValueTreeToStreamHelper(int tagId, const std::vector<FieldValue>& dims, in writeFieldValueTreeToStreamHelper()
|
/aosp12/frameworks/av/media/libstagefright/renderfright/tests/ |
H A D | RenderEngineThreadedTest.cpp | 131 size_t dims = 20; in TEST_F() local 138 size_t dims = 0; in TEST_F() local
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/ |
H A D | TestOperandExtraParams.cpp | 46 static uint32_t dims[4] = {1, 2, 3, CHANNEL_DIM_SIZE}; in createOperand() local
|
/aosp12/frameworks/rs/cpu_ref/ |
H A D | rsCpuIntrinsic.cpp | 57 const uint32_t *dims, size_t dimLength) { in setGlobalVarWithElemDims()
|
H A D | rsCpuIntrinsic3DLUT.cpp | 66 int4 dims = { in kernel() local
|