Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ LogicalResult getConvOpsAccType(PatternRewriter &rewriter,
FailureOr<Value> getConvBiasForNoneType(Operation *op,
PatternRewriter &rewriter,
Type inputElemTy, Type outputElemTy,
ArrayRef<int64_t> weightShape);
int64_t numOutputChannels);

// Emit an explicit zero-valued `tosa.pad` around an NHWC tensor so that later
// avg_pool lowering can run with `pad = 0`. `padExtents` is ordered as
Expand Down
Loading
Loading