#include <functional>
#include <limits>
#include <memory>
#include <string>
#include <type_traits>
#include <unordered_map>
#include <unordered_set>
#include <filesystem>
#include "core/common/flatbuffers.h"
#include <gsl/gsl>
#include "core/common/common.h"
#include "core/common/path_string.h"
#include "core/common/const_pointer_container.h"
#include "core/common/inlined_containers.h"
#include "core/common/inlined_containers_fwd.h"
#include "core/common/span_utils.h"
#include "core/common/status.h"
#include "core/common/logging/logging.h"
#include "core/graph/onnx_protobuf.h"
#include "core/graph/basic_types.h"
#include "core/graph/constants.h"
#include "core/graph/function.h"
#include "core/graph/function_template.h"
#include "core/graph/graph_nodes.h"
#include "core/graph/node_arg.h"
#include "core/graph/ort_format_load_options.h"
Go to the source code of this file.
#define ADD_ATTR_INTERFACES |
( |
|
Type | ) |
|
Value:
#define ADD_ATTR_LIST_INTERFACE(Type)
#define ADD_ATTR_SINGLE_INTERFACE(Type)
Definition at line 360 of file graph.h.
#define ADD_ATTR_LIST_INTERFACE |
( |
|
Type | ) |
void AddAttribute(std::string attr_name, gsl::span<const Type> values) |
#define ADD_ATTR_SINGLE_INTERFACE |
( |
|
Type | ) |
void AddAttribute(std::string attr_name, Type value) |