Unverified Commit c984fd24 authored by Paul Fultz II's avatar Paul Fultz II Committed by GitHub
Browse files

Merge branch 'develop' into tf_pb

parents fa983162 8274cb47
This diff is collapsed.
This diff is collapsed.
 sum-example:e  sum-example:a
 
0 0
1 1
23"Sum test-dropoutZ 23"Sumtest-sumZ
0 0
 
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
 
b b
2 3
 
B B
\ No newline at end of file
unknown-example: unknown-example:
 
0 0
12"Unknown 12"Unknown

2"Unknown test-unknownZ 23"Unknown test-unknownZ
0 0
 
 
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
 
 
b b
2 3
 
 
 
......
This diff is collapsed.
...@@ -22,10 +22,8 @@ struct target ...@@ -22,10 +22,8 @@ struct target
{ {
/// A unique name used to identify the target /// A unique name used to identify the target
std::string name() const; std::string name() const;
/// The transformation passes to be run
/** /**
* @brief The transformation pass to be run during compilation. * @brief The transformation pass to be run during compilation.
* @details [long description]
* *
* @param ctx This is the target-dependent context that is created by `get_context` * @param ctx This is the target-dependent context that is created by `get_context`
* @return The passes to be ran * @return The passes to be ran
......
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