Cleanup: use better default name for unknown parameter
The `<` and `>` don't work well when the name is inserted into a .dot graph.
This commit is contained in:
@@ -250,7 +250,7 @@ struct Output {
|
||||
*/
|
||||
class LazyFunction {
|
||||
protected:
|
||||
const char *debug_name_ = "<unknown>";
|
||||
const char *debug_name_ = "unknown";
|
||||
Vector<Input> inputs_;
|
||||
Vector<Output> outputs_;
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user