NewLang Project
Yet another programm language
Loading...
Searching...
No Matches
context.cpp File Reference
#include <filesystem>
#include <stdbool.h>
#include "warning_push.h"
#include <torch/torch.h>
#include <ATen/ATen.h>
#include "warning_pop.h"
#include "context.h"
#include "term.h"
#include "macro.h"
#include "runtime.h"
#include "module.h"
#include "types.h"
#include "analysis.h"
Include dependency graph for context.cpp:

Go to the source code of this file.

Functions

ObjType getSummaryTensorType (Obj *obj, ObjType start=ObjType::None)
 

Function Documentation

◆ getSummaryTensorType()