blob: b721d7f34f2fbc43b7aeed93df99163bb1477342 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
#pragma once
#include "tpu.h"
#include <stdio.h>
size_t asm_print_inst(char *buf, size_t n, struct tpu_inst *inst);
void tis_load(struct tis *tis, const char *filepath);
|