Home
last modified time | relevance | path

Searched refs:set_of_lengths (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/python/keras/engine/
Dtraining_utils_v1.py747 def set_of_lengths(x): function
759 set_x = set_of_lengths(inputs)
760 set_y = set_of_lengths(targets)
761 set_w = set_of_lengths(weights)