Searched refs:subShape (Results 1 – 3 of 3) sorted by relevance
112 ArrayRef<int64_t> subShape) { in shapeRatio() argument113 if (superShape.size() < subShape.size()) { in shapeRatio()122 llvm::zip(llvm::reverse(superShape), llvm::reverse(subShape))) { in shapeRatio()136 int commonSize = subShape.size(); in shapeRatio()
79 ArrayRef<int64_t> subShape);
500 subShape := shape[1:]502 err := encodeTensorWithSlices(w, v.Index(i), subShape)