Public static methods
Tensor audio_summary(string tag, IGraphNodeBase tensor, int sample_rate, int max_outputs, object collections, string name)
object audio_summary_dyn(object tag, object tensor, object sample_rate, ImplicitContainer<T> max_outputs, object collections, object name)
object get_summary_op_dyn()
object histogram_summary_dyn(object tag, object values, object collections, object name)
Tensor image_summary(string tag, IGraphNodeBase tensor, int max_images, object collections, string name)
object image_summary_dyn(object tag, object tensor, ImplicitContainer<T> max_images, object collections, object name)
Tensor merge_summary(IEnumerable<IGraphNodeBase> inputs, object collections, string name)
object merge_summary_dyn(object inputs, object collections, object name)
Tensor scalar_summary(IEnumerable<string> tags, IGraphNodeBase values, object collections, string name)
object scalar_summary_dyn(object tags, object values, object collections, object name)
Public properties