Infer the type of every (node, output port) in the graph. The returned TypeMap is keyed by keyOf(nodeId, outputPort). Nodes participating in cycles (which the compiler would reject anyway) are conservatively resolved to 'f32'.
TypeMap
keyOf(nodeId, outputPort)
'f32'
Infer the type of every (node, output port) in the graph. The returned
TypeMapis keyed bykeyOf(nodeId, outputPort). Nodes participating in cycles (which the compiler would reject anyway) are conservatively resolved to'f32'.