Home
last modified time | relevance | path

Searched refs:Keys (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/service/notification/
DAdjustment.java60 public @interface Keys {} annotation in Adjustment
/frameworks/base/data/keyboards/
DVendor_05ac_Product_0239.kl19 # - Keys such as PAGE_UP and FORWARD_DEL are produced using the
DGeneric.kl412 # Keys defined by HID usages
/frameworks/base/core/java/android/app/
DNotificationManager.java1228 public @NonNull @Adjustment.Keys List<String> getAllowedAssistantAdjustments() { in getAllowedAssistantAdjustments()
/frameworks/ml/nn/tools/api/
Dtypes.spec1053 * Values as selected by Lookups via Keys.
1065 * Keys should have a shape of [40]. If Lookups tensor has shape
1068 * has the value 123456, that value must be located in Keys tensor.
1069 * If the sixth entry of Keys contains 123456, the sixth slice of Values
1070 * must be selected. If no entry in Keys has 123456, a slice of zeroes
1083 * * 1: Keys. A 1-D {@link %{OperandTypeLinkPfx}TENSOR_INT32} tensor with shape
1084 * [ n ]; Keys and Values pair represent a map, i.e., the ith element
1085 * in Keys (Keys[i]) is the key to select the ith sub-tensor in Values
1086 * (Values[i]), where 0 <= i <= n-1. Keys tensor *MUST* be sorted in