@@ -19,9 +19,8 @@ | |||||
CS1570: XML comment has badly formed XML | CS1570: XML comment has badly formed XML | ||||
CS1572: XML comment has a param tag, but there is no parameter by that name | CS1572: XML comment has a param tag, but there is no parameter by that name | ||||
CS1587: XML comment is not placed on a valid language element | CS1587: XML comment is not placed on a valid language element | ||||
CS1711: XML comment has a typeparam tag, but there is no type parameter by that name | |||||
--> | --> | ||||
<NoWarn>$(NoWarn),1570,1572,1587,1711</NoWarn> | |||||
<NoWarn>$(NoWarn),1570,1572,1587</NoWarn> | |||||
</PropertyGroup> | </PropertyGroup> | ||||
</Project> | </Project> |
@@ -18,7 +18,6 @@ | |||||
/// <summary> | /// <summary> | ||||
/// Returns a `Variable` object created from `variable_def`. | /// Returns a `Variable` object created from `variable_def`. | ||||
/// </summary> | /// </summary> | ||||
/// <typeparam name="T"></typeparam> | |||||
/// <param name="proto"></param> | /// <param name="proto"></param> | ||||
/// <param name="import_scope"></param> | /// <param name="import_scope"></param> | ||||
/// <returns></returns> | /// <returns></returns> | ||||
@@ -144,7 +144,6 @@ namespace Tensorflow | |||||
/// <summary> | /// <summary> | ||||
/// Runs a step based on the given fetches and feeds. | /// Runs a step based on the given fetches and feeds. | ||||
/// </summary> | /// </summary> | ||||
/// <typeparam name="T"></typeparam> | |||||
/// <param name="target_list">A list of operations to be run, but not fetched.</param> | /// <param name="target_list">A list of operations to be run, but not fetched.</param> | ||||
/// <param name="fetch_list"></param> | /// <param name="fetch_list"></param> | ||||
/// <param name="feed_dict"></param> | /// <param name="feed_dict"></param> | ||||