Searched refs:isGraphCompilable (Results 1 – 3 of 3) sorted by relevance
103 TORCH_API bool isGraphCompilable(const std::shared_ptr<Graph>& graph);
262 bool isGraphCompilable(const std::shared_ptr<Graph>& graph) { in isGraphCompilable() function
951 te.def("is_graph_compilable", &tensorexpr::isGraphCompilable); in initTensorExprBindings()