File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ struct TensorFillVisitor {
70
70
71
71
template <typename T>
72
72
void apply () const {
73
- // TODO(Yancey1989 ): support other place
73
+ // TODO(qiao ): support other place
74
74
platform::CPUPlace cpu;
75
75
auto * tensor_data = dst_->mutable_data <T>(cpu);
76
76
auto * start = tensor_data + dst_offset_;
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ class LookupSparseTableOpMaker : public framework::OpProtoAndCheckerMaker {
94
94
.SetDefault (true );
95
95
AddAttr<bool >(" is_test" ,
96
96
" In test mode, lookup_sparse_table will "
97
- " return a default value for unknown id" )
97
+ " return a 0 for unknown id" )
98
98
.SetDefault (false );
99
99
AddComment (R"DOC(
100
100
Lookup Sprase Tablel Operator.
You can’t perform that action at this time.
0 commit comments