Skip to content

Commit

Permalink
Apply code-style patch and fix build issues
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Kazantsev <[email protected]>
  • Loading branch information
rkazants committed Jun 1, 2021
1 parent 7d1070c commit fec8058
Show file tree
Hide file tree
Showing 2 changed files with 355 additions and 347 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ namespace ngraph
{
namespace reference
{
void einsum(const HostTensorVector& outputs, const HostTensorVector& inputs,
const std::string &equation,
void einsum(const HostTensorVector& outputs,
const HostTensorVector& inputs,
const std::string& equation,
const element::Type& input_type);
} // namespace reference

Expand Down
Loading

0 comments on commit fec8058

Please sign in to comment.