You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// The full name of the device (e.g. /job:worker/replica:0/...)
2181
+
/// </summary>
2147
2182
publicstringName{get;privateset;}
2148
2183
2184
+
/// <summary>
2185
+
/// Gets the type of the device.
2186
+
/// </summary>
2187
+
/// <value>The type of the device.</value>
2149
2188
publicDeviceTypeDeviceType{get;privateset;}
2150
2189
2190
+
/// <summary>
2191
+
/// The amount of memory associated with a given device.
2192
+
/// </summary>
2193
+
/// <value>The memory limit bytes.</value>
2151
2194
publiclongMemoryLimitBytes{get;privateset;}
2152
2195
}
2153
2196
@@ -2429,6 +2472,7 @@ public TFSession (TFStatus status = null) : this (new TFGraph (), status)
2429
2472
/// <summary>
2430
2473
/// Lists available devices in this session.
2431
2474
/// </summary>
2475
+
/// <param name="status">Status buffer, if specified a status code will be left here, if not specified, a <see cref="T:TensorFlow.TFException"/> exception is raised if there is an error.</param>
0 commit comments