Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRAttributes.cpp405 Optional<std::vector<int64_t>> explicitShape, in getFromBuffer() argument
416 if (explicitShape) { in getFromBuffer()
417 shape.append(explicitShape->begin(), explicitShape->end()); in getFromBuffer()