beanmachine.ppl.compiler.gen_bmg_cpp module

class beanmachine.ppl.compiler.gen_bmg_cpp.GeneratedGraphCPP(bmg: beanmachine.ppl.compiler.bm_graph_builder.BMGraphBuilder)

Bases: object

bmg: beanmachine.ppl.compiler.bm_graph_builder.BMGraphBuilder
code: str
node_to_graph_id: Dict[beanmachine.ppl.compiler.bmg_nodes.BMGNode, int]
query_to_query_id: Dict[beanmachine.ppl.compiler.bmg_nodes.Query, int]
beanmachine.ppl.compiler.gen_bmg_cpp.to_bmg_cpp(bmg: beanmachine.ppl.compiler.bm_graph_builder.BMGraphBuilder) beanmachine.ppl.compiler.gen_bmg_cpp.GeneratedGraphCPP