yobx.xshape._shape_runtime¶ class yobx.xshape._shape_runtime._ShapeRuntime[source][source]¶ Runs through a few nodes often used to deal with shapes. It updates shape, type, and value_shape though methods set_type, set_shape (or set_rank if full shape is not known), set_value_shape. simple_update_value_shape_with_node(node: NodeProto) → bool[source][source]¶ Updates _known`_value_shape for a particular node.