mirror of
https://github.com/izzy2lost/Torch.git
synced 2026-07-06 00:18:35 -07:00
exporters
This commit is contained in:
@@ -163,6 +163,8 @@ void Companion::ParseEnums(std::string& header) {
|
||||
void Companion::ExtractNode(YAML::Node& node, std::string& name, SWrapper* binary) {
|
||||
std::ostringstream stream;
|
||||
|
||||
this->gCurrentWrapper = binary;
|
||||
|
||||
auto type = GetSafeNode<std::string>(node, "type");
|
||||
std::transform(type.begin(), type.end(), type.begin(), ::toupper);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user