Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/
Dtransform_unranked_hlo.cc94 SmallVector<Value, 3> operandShapes; in matchAndRewrite() local
98 operandShapes.push_back(shape); in matchAndRewrite()
101 operandShapes.size() == 1 in matchAndRewrite()
102 ? operandShapes.front() in matchAndRewrite()
103 : rewriter.create<shape::AnyOp>(loc, extentTensorTy, operandShapes); in matchAndRewrite()