Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/extension/android/src/main/java/org/pytorch/executorch/
H A DTensor.java640 private static void checkShape(long[] shape) { in checkShape() method in Tensor
/aosp_15_r20/external/pytorch/android/pytorch_android/src/main/java/org/pytorch/
H A DTensor.java686 private static void checkShape(long[] shape) { in checkShape() method in Tensor
/aosp_15_r20/external/pytorch/test/cpp/jit/
H A Dtest_misc.cpp1602 static void checkShape(TypePtr typ, std::vector<int64_t> expected) { in checkShape() function
1607 static void checkShape( in checkShape() function