Searched refs:get_loss_function (Results 1 – 1 of 1) sorted by relevance
1200 def get_loss_function(loss): function1485 loss_functions.append(get_loss_function(loss.get(name, None)))1487 loss_functions = [get_loss_function(loss) for _ in output_names]1493 loss_functions = nest.map_structure(get_loss_function, loss)1495 loss_functions = [get_loss_function(loss) for _ in range(len(output_names))]