HomeSort by relevance Sort by last modified time
    Searched refs:loss_functions (Results 1 - 6 of 6) sorted by null

  /external/tensorflow/tensorflow/contrib/kfac/python/ops/
loss_functions_lib.py 22 from tensorflow.contrib.kfac.python.ops.loss_functions import *
layer_collection.py 35 from tensorflow.contrib.kfac.python.ops import loss_functions as lf
  /external/tensorflow/tensorflow/contrib/kfac/python/kernel_tests/
loss_functions_test.py 15 """Tests for tf.contrib.kfac.loss_functions."""
23 from tensorflow.contrib.kfac.python.ops import loss_functions
36 loss_functions.insert_slice_in_zeros(bad_shaped_ones, 1, 42, 17)
41 op = loss_functions.insert_slice_in_zeros(input_tensor, 1, 2, 0)
56 loss = loss_functions.CategoricalLogitsNegativeLogProbLoss(
70 loss = loss_functions.CategoricalLogitsNegativeLogProbLoss(
92 loss = loss_functions.CategoricalLogitsNegativeLogProbLoss(
110 loss = loss_functions.CategoricalLogitsNegativeLogProbLoss(logits)
119 loss = loss_functions.CategoricalLogitsNegativeLogProbLoss(logits)
138 loss = loss_functions.CategoricalLogitsNegativeLogProbLoss(logits
    [all...]
  /external/tensorflow/tensorflow/contrib/kfac/
__init__.py 27 from tensorflow.contrib.kfac.python.ops import loss_functions_lib as loss_functions
40 "loss_functions",
  /external/tensorflow/tensorflow/python/keras/_impl/keras/engine/
training.py 670 loss_functions = []
678 loss_functions.append(losses.get(loss.get(name)))
685 loss_functions = [losses.get(l) for l in loss]
688 loss_functions = [loss_function for _ in range(len(self.outputs))]
689 self.loss_functions = loss_functions
691 weighted_losses = [_weighted_masked_objective(fn) for fn in loss_functions]
    [all...]
training_eager.py 86 model.loss_functions[i])
135 for i, loss_fn in enumerate(model.loss_functions):

Completed in 319 milliseconds