Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Tosa/Transforms/
H A DTosaMakeBroadcastable.cpp80 auto input2Ty = input2.getType().dyn_cast<RankedTensorType>(); in reshapeLowerToHigher() local
82 if (!input1Ty || !input2Ty) in reshapeLowerToHigher()
86 int64_t input2Rank = input2Ty.getRank(); in reshapeLowerToHigher()