Skip to content

Instantly share code, notes, and snippets.

View omerferhatt's full-sized avatar

Omer Sarioglu omerferhatt

View GitHub Profile
@argman
argman / onnx_util.cpp
Created February 25, 2021 09:48
onnx c++ code to extract a sub-graph
#include "onnx_util.h"
void Extractor::prepare() {
for(int i=0; i < mModel.graph().initializer_size(); ++i) {
auto initializerI = mModel.graph().initializer(i);
spdlog::info("Initializer {} : name={}", i, initializerI.name());
wmap[initializerI.name()] = initializerI;
}
for(int i=0; i < mModel.graph().value_info_size(); ++i) {
@rxaviers
rxaviers / gist:7360908
Last active December 10, 2025 13:43
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: 😄 :smile: 😆 :laughing:
😊 :blush: 😃 :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
😆 :satisfied: 😁 :grin: 😉 :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: 😀 :grinning:
😗 :kissing: 😙 :kissing_smiling_eyes: 😛 :stuck_out_tongue: