parent
55ec207eb8
commit
226f0672bc
|
@ -32,6 +32,7 @@ namespace sd {
|
|||
REQUIRE_TRUE(output->isScalar(), 0, "Size output should be scalar");
|
||||
|
||||
output->p(0, input->lengthOf());
|
||||
output->syncToDevice();
|
||||
|
||||
return Status::OK();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue