/frameworks/ml/nn/common/include/ |
D | CpuOperationUtils.h | 34 inline tflite::Dims<4> convertShapeToDims(const Shape& shape) { in convertShapeToDims() 55 inline tflite::RuntimeShape convertShapeToTflshape(const Shape& shape) { in convertShapeToTflshape() 161 bool initialize(const T* data, const Shape& shape) { in initialize() 185 bool initialize(T* data, const Shape& shape) { in initialize()
|
D | OperationsUtils.h | 160 inline bool handleNegativeAxis(const Shape& shape, int32_t* axis) { in handleNegativeAxis() 342 inline bool transposeFirstTwoDimensions(const T* buffer, const Shape& shape, T* transposedBuffer) { in transposeFirstTwoDimensions() 363 inline bool transposeFirstTwoDimensions(const Shape& shape, Shape* transposedShape) { in transposeFirstTwoDimensions()
|
D | CpuExecutor.h | 76 Shape shape() const { in shape() function
|
/frameworks/base/graphics/java/android/graphics/ |
D | PathDashPathEffect.java | 42 public PathDashPathEffect(Path shape, float advance, float phase, in PathDashPathEffect()
|
/frameworks/base/graphics/java/android/graphics/drawable/shapes/ |
D | RectShape.java | 64 final RectShape shape = (RectShape) super.clone(); in clone() local
|
D | PathShape.java | 75 final PathShape shape = (PathShape) super.clone(); in clone() local
|
D | Shape.java | 129 Shape shape = (Shape) o; in equals() local
|
D | RoundRectShape.java | 135 final RoundRectShape shape = (RoundRectShape) super.clone(); in clone() local
|
/frameworks/ml/nn/common/operations/ |
D | LogicalNot.cpp | 37 bool compute(const bool8* input, const Shape& shape, bool8* output) { in compute()
|
D | Neg.cpp | 43 inline bool compute(const T* input, const Shape& shape, T* output) { in compute()
|
D | LogSoftmax.cpp | 43 inline bool compute(const T* input, const Shape& shape, T beta, uint32_t axis, T* output) { in compute()
|
D | Elementwise.cpp | 41 inline bool compute(IntermediateType func(IntermediateType), const T* input, const Shape& shape, in compute()
|
D | QuantizedLSTMTest.cpp | 33 std::vector<uint32_t> shape; member
|
/frameworks/ml/nn/runtime/test/specs/V1_2/ |
D | sub_v1_2.mod.py | 37 shape = "{2, 4, 16, 2}, 0.5, 0" variable
|
/frameworks/ml/nn/common/ |
D | OperationsUtils.cpp | 136 uint32_t getNumberOfElements(const Shape& shape) { in getNumberOfElements() 144 uint32_t getNumberOfElements(const Shape& shape, size_t firstAxisInclusive, in getNumberOfElements() 156 uint32_t getNumberOfDimensions(const Shape& shape) { in getNumberOfDimensions() 160 uint32_t getSizeOfDimension(const Shape& shape, uint32_t dimensionIdx) { in getSizeOfDimension() 165 uint32_t hasKnownRank(const Shape& shape) { in hasKnownRank()
|
D | CpuExecutor.cpp | 154 bool setInfoAndAllocateIfNeeded(RunTimeOperandInfo* info, const Shape& shape, int* result) { in setInfoAndAllocateIfNeeded() 230 bool OperationExecutionContext::setOutputShape(uint32_t index, const Shape& shape) { in setOutputShape()
|
/frameworks/ml/nn/runtime/test/specs/V1_3/ |
D | sub_quant8_signed.mod.py | 86 shape = "{2, 4, 16, 2}, 0.5, -128" variable
|
/frameworks/base/core/jni/android/graphics/ |
D | PathEffect.cpp | 52 const SkPath* shape = reinterpret_cast<SkPath*>(shapeHandle); in OneD_constructor() local
|
/frameworks/base/core/java/android/widget/ |
D | SmartSelectSprite.java | 404 final RoundedRectangleShape shape = new RoundedRectangleShape( in startAnimation() local 500 final RoundedRectangleShape shape, in createCornerAnimator()
|
/frameworks/ml/nn/runtime/test/ |
D | TestExecution.cpp | 104 OutputShape shape = {.dimensions = {1}, .isSufficient = false}; in execute_1_2() local 125 OutputShape shape = {.dimensions = {1}, .isSufficient = false}; in execute_1_3() local 141 OutputShape shape = {.dimensions = {1}, .isSufficient = false}; in executeSynchronously() local 160 OutputShape shape = {.dimensions = {1}, .isSufficient = false}; in executeSynchronously_1_3() local
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
D | GcSnapshot.java | 197 public void clip(Shape shape) { in clip() 484 public boolean clip(Shape shape, int regionOp) { in clip()
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | GradientDrawable.java | 437 public void setShape(@Shape int shape) { in setShape() 2173 public void setShape(@Shape int shape) { in setShape()
|
D | ShapeDrawable.java | 224 protected void onDraw(Shape shape, Canvas canvas, Paint paint) { in onDraw()
|
/frameworks/ml/nn/tools/test_generator/ |
D | test_generator.py | 185 def GetTypeFromString(vt, shape, extraParams=None): argument 193 def GetParsedShape(shape): argument
|
/frameworks/layoutlib/bridge/src/android/graphics/ |
D | Path_Delegate.java | 86 public void setJavaShape(Shape shape) { in setJavaShape()
|