Commit f575b14d authored by Scott Cyphers's avatar Scott Cyphers

Format

parent bc2c1a9e
...@@ -38,18 +38,18 @@ namespace ngraph ...@@ -38,18 +38,18 @@ namespace ngraph
typename ET::type atol); typename ET::type atol);
extern template bool all_close<element::Float32>( extern template bool all_close<element::Float32>(
const std::vector<std::shared_ptr< const std::vector<std::shared_ptr<runtime::ParameterizedTensorView<element::Float32>>>&
runtime::ParameterizedTensorView<element::Float32>>>& as, as,
const std::vector<std::shared_ptr< const std::vector<std::shared_ptr<runtime::ParameterizedTensorView<element::Float32>>>&
runtime::ParameterizedTensorView<element::Float32>>>& bs, bs,
element::Float32::type rtol, element::Float32::type rtol,
element::Float32::type atol); element::Float32::type atol);
extern template bool all_close<element::Float64>( extern template bool all_close<element::Float64>(
const std::vector<std::shared_ptr< const std::vector<std::shared_ptr<runtime::ParameterizedTensorView<element::Float64>>>&
runtime::ParameterizedTensorView<element::Float64>>>& as, as,
const std::vector<std::shared_ptr< const std::vector<std::shared_ptr<runtime::ParameterizedTensorView<element::Float64>>>&
runtime::ParameterizedTensorView<element::Float64>>>& bs, bs,
element::Float64::type rtol, element::Float64::type rtol,
element::Float64::type atol); element::Float64::type atol);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment