Home
last modified time | relevance | path

Searched defs:Shape (Results 1 – 4 of 4) sorted by relevance

/packages/modules/NeuralNetworks/common/include/
DOperationsUtils.h47 struct Shape { struct
64 virtual Shape getInputShape(uint32_t index) const = 0; argument
/packages/apps/Dialer/java/com/android/dialer/lettertile/
DLetterTileDrawable.java76 public @interface Shape {} annotation in LetterTileDrawable
/packages/services/Car/car-lib/src/android/car/navigation/
Dnavigation_state.proto353 enum Shape { enum
/packages/modules/NeuralNetworks/common/operations/
DGenerateProposals.cpp553 T castTo(float val, const Shape&) { in castTo()