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.py417 def set_of_lengths(x): function
429 set_x = set_of_lengths(inputs)
430 set_y = set_of_lengths(targets)
431 set_w = set_of_lengths(weights)