LostTech.TensorFlow : API Documentation

Type PartialBatchPaddingHandler

Namespace tensorflow.python.keras.engine.partial_batch_padding_handler

Parent PythonObjectContainer

Interfaces IPartialBatchPaddingHandler

Public instance methods

IList<object> apply_mask(IEnumerable<object> prediction_result)

object apply_mask_dyn(object prediction_result)

object get_real_batch_size(IDictionary<object, object> dataset_batch)

object get_real_batch_size(ValueTuple<object, IEnumerable<object>> dataset_batch)

object get_real_batch_size_dyn(object dataset_batch)

object pad_batch_dyn(Object[] dataset_batch_elements)

object update_mask_dyn(object padding_mask, object dataset_batch)

Public properties

IList<Nullable<ValueTuple<object>>> output_shape get; set;

object padded_batch_size get; set;

Tensor padding_mask get; set;

object PythonObject get;