Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/jit/transforms/
H A Dtf_jitrt_math_approximation.cc50 static llvm::Optional<SmallVector<int64_t, 2>> vectorShape(Type type, in vectorShape() function
65 static SmallVector<int64_t, 2> vectorShape(Type type) { in vectorShape() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/java/src/test/java/org/tensorflow/lite/
H A DTensorTest.java435 int[] vectorShape = {3}; in testNumElements() local