#[unsafe(no_mangle)]pub unsafe extern "C" fn tl_compile_expr( expr: *const c_char, ) -> *mut TLGraphResult
Compile a logical expression to a tensor graph
expr
A pointer to TLGraphResult that must be freed with tl_free_graph_result
TLGraphResult
tl_free_graph_result
The caller must ensure that expr is a valid null-terminated string.