-
由 Frederic Bastien 提交于
added an option to verify_grad(cast_to_output_type) to force the casting of the output to the same type as the op expect. This is needed to test the ConvOp grad in float32 type. Otherwise it upcast it to float64.
6a3595f2
added an option to verify_grad(cast_to_output_type) to force the casting of the output to the same type as the op expect. This is needed to test the ConvOp grad in float32 type. Otherwise it upcast it to float64.