Home
last modified time | relevance | path

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

/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/support/tensorbuffer/
DTensorBuffer.java382 checkArgument(isShapeValid(shape), "Values in TensorBuffer shape should be non-negative."); in allocateMemory()
415 private static boolean isShapeValid(@NonNull int[] shape) { in isShapeValid() method in TensorBuffer