Home
last modified time | relevance | path

Searched defs:ofInts (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/auto/value/src/it/functional/src/test/java/com/google/auto/value/
H A DAutoOneOfTest.java492 public static ArrayValue ofInts(int[] ints) { in ofInts() method in AutoOneOfTest.ArrayValue
651 public static OneOfArray ofInts(int[] s) { in ofInts() method in AutoOneOfTest.OneOfArray
/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A Dtype.cpp247 ListTypePtr ListType::ofInts() { in ofInts() function in c10::ListType