"git@developer.sourcefind.cn:modelzoo/resnet50_tensorflow.git" did not exist on "04ef5c2f3cc2ac899239d5f2b20de986a9153af1"
Unverified Commit 0c79af12 authored by Chao Liu's avatar Chao Liu Committed by GitHub
Browse files

fix type in PR #101 (#107)

parent 0619ebf7
......@@ -312,7 +312,7 @@ struct ThreadwiseTensorSliceTransfer_v2
constexpr auto forward_step = SpaceFillingCurve::GetForwardStep(idx_1d);
move_tensor_coordinate(
src_desc, src_coord_, make_tensor_coordinate_step(dst_desc, forward_step));
src_desc, src_coord_, make_tensor_coordinate_step(src_desc, forward_step));
}
});
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment