HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
onnxruntime::Graph::ResolveOptions Struct Reference

#include <graph.h>

Public Attributes

bool override_types = false
 
const std::unordered_set
< std::string > * 
initializer_names_to_preserve = nullptr
 
bool no_proto_sync_required = false
 

Detailed Description

Definition at line 1246 of file graph.h.

Member Data Documentation

const std::unordered_set<std::string>* onnxruntime::Graph::ResolveOptions::initializer_names_to_preserve = nullptr

Definition at line 1250 of file graph.h.

bool onnxruntime::Graph::ResolveOptions::no_proto_sync_required = false

Definition at line 1253 of file graph.h.

bool onnxruntime::Graph::ResolveOptions::override_types = false

Definition at line 1248 of file graph.h.


The documentation for this struct was generated from the following file: