forked from mindspore-Ecosystem/mindspore
fix_hashtable_lookup
This commit is contained in:
parent
e10d55165a
commit
13a8fbfeee
|
@ -62,7 +62,7 @@ int HashtableLookupCPUKernel::Run() {
|
||||||
output_string_pack[i] = null_string_pack;
|
output_string_pack[i] = null_string_pack;
|
||||||
hits_data[i] = 0;
|
hits_data[i] = 0;
|
||||||
} else {
|
} else {
|
||||||
output_string_pack[i] = all_string_pack[i];
|
output_string_pack[i] = all_string_pack[index];
|
||||||
hits_data[i] = 1;
|
hits_data[i] = 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue