[dnn/shift] fixed in leading dimensions for shift-conv operation
This commit is contained in:
@@ -71,6 +71,8 @@ public:
|
||||
// checks
|
||||
OP_REQUIRES(context, Ca == Cb, tensorflow::errors::InvalidArgument("operands must have the same number of channels"));
|
||||
C = Ca;
|
||||
if(OP == triton::dnn::shift::BPROP)
|
||||
std::swap(C, F);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user