LostTech.TensorFlow : API Documentation

Type gen_logging_ops

Namespace tensorflow.python.ops.gen_logging_ops

Methods

Properties

Public static methods

Tensor audio_summary(IGraphNodeBase tag, IGraphNodeBase tensor, int sample_rate, int max_outputs, string name)

object audio_summary_dyn(object tag, object tensor, object sample_rate, ImplicitContainer<T> max_outputs, object name)

object audio_summary_eager_fallback(IGraphNodeBase tag, IGraphNodeBase tensor, int sample_rate, int max_outputs, string name, Context ctx)

object audio_summary_eager_fallback(IGraphNodeBase tag, IGraphNodeBase tensor, double sample_rate, int max_outputs, string name, Context ctx)

object audio_summary_eager_fallback_dyn(object tag, object tensor, object sample_rate, ImplicitContainer<T> max_outputs, object name, object ctx)

Tensor audio_summary_v2(IGraphNodeBase tag, IGraphNodeBase tensor, IGraphNodeBase sample_rate, int max_outputs, string name)

Tensor audio_summary_v2(IGraphNodeBase tag, IGraphNodeBase tensor, IGraphNodeBase sample_rate, int max_outputs, PythonFunctionContainer name)

object audio_summary_v2_dyn(object tag, object tensor, object sample_rate, ImplicitContainer<T> max_outputs, object name)

object audio_summary_v2_eager_fallback(IGraphNodeBase tag, IGraphNodeBase tensor, IGraphNodeBase sample_rate, int max_outputs, string name, Context ctx)

object audio_summary_v2_eager_fallback_dyn(object tag, object tensor, object sample_rate, ImplicitContainer<T> max_outputs, object name, object ctx)

Tensor histogram_summary(IGraphNodeBase tag, IGraphNodeBase values, string name)

object histogram_summary_dyn(object tag, object values, object name)

object histogram_summary_eager_fallback(IGraphNodeBase tag, IGraphNodeBase values, string name, Context ctx)

object histogram_summary_eager_fallback_dyn(object tag, object values, object name, object ctx)

Tensor image_summary(IGraphNodeBase tag, IGraphNodeBase tensor, int max_images, ImplicitContainer<T> bad_color, PythonFunctionContainer name)

Tensor image_summary(IGraphNodeBase tag, IGraphNodeBase tensor, int max_images, ImplicitContainer<T> bad_color, string name)

object image_summary_dyn(object tag, object tensor, ImplicitContainer<T> max_images, ImplicitContainer<T> bad_color, object name)

object image_summary_eager_fallback(IGraphNodeBase tag, IGraphNodeBase tensor, int max_images, ImplicitContainer<T> bad_color, string name, Context ctx)

object image_summary_eager_fallback_dyn(object tag, object tensor, ImplicitContainer<T> max_images, ImplicitContainer<T> bad_color, object name, object ctx)

Tensor merge_summary(IEnumerable<IGraphNodeBase> inputs, string name)

object merge_summary_dyn(object inputs, object name)

object merge_summary_eager_fallback(IEnumerable<IGraphNodeBase> inputs, string name, Context ctx)

object merge_summary_eager_fallback_dyn(object inputs, object name, object ctx)

Tensor scalar_summary(IGraphNodeBase tags, IGraphNodeBase values, string name)

Tensor scalar_summary(IGraphNodeBase tags, IGraphNodeBase values, PythonFunctionContainer name)

object scalar_summary_dyn(object tags, object values, object name)

object scalar_summary_eager_fallback(IGraphNodeBase tags, IGraphNodeBase values, string name, Context ctx)

object scalar_summary_eager_fallback_dyn(object tags, object values, object name, object ctx)

Tensor tensor_summary(IGraphNodeBase tensor, string description, ImplicitContainer<T> labels, string display_name, string name)

object tensor_summary_dyn(object tensor, ImplicitContainer<T> description, ImplicitContainer<T> labels, ImplicitContainer<T> display_name, object name)

object tensor_summary_eager_fallback(IGraphNodeBase tensor, Byte[] description, ImplicitContainer<T> labels, Byte[] display_name, string name, Context ctx)

object tensor_summary_eager_fallback(IGraphNodeBase tensor, Byte[] description, ImplicitContainer<T> labels, string display_name, string name, Context ctx)

object tensor_summary_eager_fallback(IGraphNodeBase tensor, string description, ImplicitContainer<T> labels, Byte[] display_name, string name, Context ctx)

object tensor_summary_eager_fallback(IGraphNodeBase tensor, string description, ImplicitContainer<T> labels, string display_name, string name, Context ctx)

object tensor_summary_eager_fallback_dyn(object tensor, ImplicitContainer<T> description, ImplicitContainer<T> labels, ImplicitContainer<T> display_name, object name, object ctx)

Tensor tensor_summary_v2(IGraphNodeBase tag, IGraphNodeBase tensor, IGraphNodeBase serialized_summary_metadata, string name)

object tensor_summary_v2_dyn(object tag, object tensor, object serialized_summary_metadata, object name)

object tensor_summary_v2_eager_fallback(IGraphNodeBase tag, IGraphNodeBase tensor, IGraphNodeBase serialized_summary_metadata, string name, Context ctx)

object tensor_summary_v2_eager_fallback_dyn(object tag, object tensor, object serialized_summary_metadata, object name, object ctx)

object timestamp_eager_fallback(string name, Context ctx)

object timestamp_eager_fallback_dyn(object name, object ctx)

Public properties

PythonFunctionContainer audio_summary_eager_fallback_fn get;

PythonFunctionContainer audio_summary_fn get;

PythonFunctionContainer audio_summary_v2_eager_fallback_fn get;

PythonFunctionContainer audio_summary_v2_fn get;

PythonFunctionContainer histogram_summary_eager_fallback_fn get;

PythonFunctionContainer histogram_summary_fn get;

PythonFunctionContainer image_summary_eager_fallback_fn get;

PythonFunctionContainer image_summary_fn get;

PythonFunctionContainer merge_summary_eager_fallback_fn get;

PythonFunctionContainer merge_summary_fn get;

PythonFunctionContainer scalar_summary_eager_fallback_fn get;

PythonFunctionContainer scalar_summary_fn get;

PythonFunctionContainer tensor_summary_eager_fallback_fn get;

PythonFunctionContainer tensor_summary_fn get;

PythonFunctionContainer tensor_summary_v2_eager_fallback_fn get;

PythonFunctionContainer tensor_summary_v2_fn get;

PythonFunctionContainer timestamp_eager_fallback_fn get;