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
hi, I have check the json file of your model, and I found that there is a slice-axis op,but I can't find the implementation of this operation in mxnet/src/operator
The text was updated successfully, but these errors were encountered:
// slice_axisMXNET_REGISTER_SIMPLE_OP(slice_axis, XPU)
.set_enable_kwargs(true)
.set_function(XPU::kDevMask, Slice<XPU>,
kNoInplace, kRegisterSymbolic)
.set_gradient(XPU::kDevMask, SliceGrad_<XPU>, kNoInplace)
.set_shape_function(SliceShape)
.describe("Slice the input along certain axis and return a sliced array.")
.add_arguments(SliceParam::__FIELDS__());
hi, I have check the json file of your model, and I found that there is a slice-axis op,but I can't find the implementation of this operation in mxnet/src/operator
The text was updated successfully, but these errors were encountered: