Searched refs:Keys (Results 1 – 5 of 5) sorted by relevance
60 public @interface Keys {} annotation in Adjustment
19 # - Keys such as PAGE_UP and FORWARD_DEL are produced using the
412 # Keys defined by HID usages
1228 public @NonNull @Adjustment.Keys List<String> getAllowedAssistantAdjustments() { in getAllowedAssistantAdjustments()
1053 * Values as selected by Lookups via Keys.1065 * Keys should have a shape of [40]. If Lookups tensor has shape1068 * 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 Values1070 * must be selected. If no entry in Keys has 123456, a slice of zeroes1083 * * 1: Keys. A 1-D {@link %{OperandTypeLinkPfx}TENSOR_INT32} tensor with shape1084 * [ n ]; Keys and Values pair represent a map, i.e., the ith element1085 * in Keys (Keys[i]) is the key to select the ith sub-tensor in Values1086 * (Values[i]), where 0 <= i <= n-1. Keys tensor *MUST* be sorted in