1#ifndef FREE_TENSOR_TO_STRING_H
2#define FREE_TENSOR_TO_STRING_H
9template <
class T>
class Ref;
19requires requires(
const T &obj) {
23 requires !std::convertible_to<T, Ref<ASTNode>>;
26 std::ostringstream os;
Definition: to_string.h:14
Definition: allocator.h:9
std::string toString(const AST &op)
Definition: print_ast.cc:784