-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Conversation
Hey @BenjaminCHEN2016 , Thanks for submitting the PR
CI supported jobs: [windows-gpu, website, unix-gpu, edge, centos-cpu, windows-cpu, miscellaneous, sanity, unix-cpu, centos-gpu, clang] Note: |
@mxnet-bot run ci [all] |
Jenkins CI successfully triggered : [centos-gpu, unix-cpu, clang, unix-gpu, windows-cpu, edge, centos-cpu, miscellaneous, website, windows-gpu, sanity] |
@BenjaminCHEN2016 please remember to do |
10392a5
to
8951f28
Compare
src/operator/numpy/np_matrix_op.cc
Outdated
} | ||
|
||
inline bool TrilindicesOpShape(const nnvm::NodeAttrs& attrs, | ||
mxnet::ShapeVector* in_attrs, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
alignment
src/operator/numpy/np_matrix_op.cc
Outdated
CHECK_EQ(out_attrs->size(), 2U); | ||
|
||
const NumpyTrilindicesParam& param = | ||
nnvm::get<NumpyTrilindicesParam>(attrs.parsed); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
const NumpyTrilindicesParam& param =
nnvm::get<NumpyTrilindicesParam>(attrs.parsed);
|
||
template<typename xpu> | ||
void TrilindicesOpForward(const nnvm::NodeAttrs& attrs, | ||
const OpContext& ctx, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
alignment
@mxnet-bot run ci [unix-gpu] |
Jenkins CI successfully triggered : [unix-gpu] |
@mxnet-bot run ci [macosx] |
None of the jobs entered are supported. |
@mxnet-bot run ci [unix-gpu] |
Jenkins CI successfully triggered : [unix-gpu] |
@mxnet-bot run ci [unix-gpu] |
Jenkins CI successfully triggered : [unix-gpu] |
Description
(Brief description on what this PR is about)
Checklist
Essentials
Please feel free to remove inapplicable items for your PR.
Changes
Comments