Commit aa385dad authored by Robert Kimball's avatar Robert Kimball

update matrix

parent 1a37b27a
This diff is collapsed.
......@@ -100,8 +100,9 @@ namespace ngraph
const std::vector<TensorViewInfo>& outputs,
std::shared_ptr<Function> function);
std::string emit_vector(const TensorViewInfo&);
std::string emit_array1d(const TensorViewInfo&);
std::string emit_vector(const TensorViewInfo&, const std::string& name = "");
std::string emit_array1d(const TensorViewInfo&, const std::string& name = "");
std::string emit_matrix(const TensorViewInfo&, const std::string& name = "");
};
}
}
......
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