Home
last modified time | relevance | path

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

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