Commit d2c6c27e authored by baojun's avatar baojun Committed by Scott Cyphers

set multiple outputs (#4094)

parent 2e197c84
......@@ -263,6 +263,7 @@ void MatMulGrad::pre_validate_and_infer_types()
get_input_partial_shape(2).is_dynamic())
{
set_output_type(0, input_element_type, PartialShape::dynamic());
set_output_type(1, input_element_type, PartialShape::dynamic());
}
}
NodeVector MatMulGrad::decompose_op() const
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment