some structure for ops (#337)

Signed-off-by: raver119 <raver119@gmail.com>
master
raver119 2020-03-23 07:28:54 +03:00 committed by GitHub
parent 69c92ca5ae
commit 1f3e4c18e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
128 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@ namespace sd {
REQUIRE_TRUE(output->isScalar(), 0, "Size output should be scalar"); REQUIRE_TRUE(output->isScalar(), 0, "Size output should be scalar");
output->p(0, input->lengthOf()); output->p(0, input->lengthOf());
output->syncToDevice();
return Status::OK(); return Status::OK();
} }

Some files were not shown because too many files have changed in this diff Show More