Add comment

revert-4814-Add_sequence_project_op
Yu Yang 8 years ago
parent d350cdbc97
commit cb2ef7d97d

@ -200,6 +200,7 @@ static InferShapeFuncMap &InferShapeFuncs() {
// all registered kernels
for (auto &pair : OperatorWithKernel::AllOpKernels()) {
auto &info = info_map.Get(pair.first);
// use empty type here to avoid runtime checks.
auto op =
static_cast<OperatorWithKernel *>(info.Creator()("", {}, {}, {}));
g_map->insert(

Loading…
Cancel
Save