You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ backwardFloat32] backpropInput time = 8482
[ backwardFloat32] backpropFilter time = 2020
[ backward ] backward time = 10560
tensorflow ref kernel
[ backwardFloat32] backpropInput time = 2082
[ backwardFloat32] backpropFilter time = 1995
[ backward ] backward time = 4119
input: {10,112,112,32}, kernel: {1,3,3,32}
InputGradExpected time = 40913 <- ref kernel
backpropInput time = 2839 <- using thread
FilterGradExpected time = 37948 <- ref kernel
backpropFilter time = 3540 <- using thread
What
Let's introduce DepthwiseConv2d gradient kernel for training.
For #12325
Draft #12392
Task
The text was updated successfully, but these errors were encountered: