Commit e98df8cf authored by Jing Zhang's avatar Jing Zhang
Browse files

fixed ci

parent bbb5d943
......@@ -29,7 +29,7 @@ struct YElementOp
ck::tensor_operation::element_wise::Sigmoid{}(a, x);
y = type_convert<Y>(x * a);
y = ck::type_convert<Y>(x * a);
};
};
......
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