Home
last modified time | relevance | path

Searched defs:checkElementIndex (Results 1 – 3 of 3) sorted by relevance

/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/support/common/
DSupportPreconditions.java118 public static int checkElementIndex(int index, int size) { in checkElementIndex() method in SupportPreconditions
133 public static int checkElementIndex(int index, int size, @Nullable String desc) { in checkElementIndex() method in SupportPreconditions
/external/guava/guava/src/com/google/common/base/
DPreconditions.java1326 public static int checkElementIndex(int index, int size) { in checkElementIndex() method in Preconditions
1342 public static int checkElementIndex(int index, int size, @Nullable String desc) { in checkElementIndex() method in Preconditions
/external/guava/android/guava/src/com/google/common/base/
DPreconditions.java1383 public static int checkElementIndex(int index, int size) { in checkElementIndex() method in Preconditions
1399 public static int checkElementIndex(int index, int size, @NullableDecl String desc) { in checkElementIndex() method in Preconditions