concrete.ml.onnx.onnx_model_manipulations.md
module concrete.ml.onnx.onnx_model_manipulations
function simplify_onnx_model
simplify_onnx_model(onnx_model: ModelProto)function remove_unused_constant_nodes
remove_unused_constant_nodes(onnx_model: ModelProto)function remove_identity_nodes
function keep_following_outputs_discard_others
function remove_node_types
function clean_graph_at_node_op_type
function clean_graph_after_node_op_type
Last updated
Was this helpful?