Home
last modified time | relevance | path

Searched defs:compute_loss (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/ops/losses/
H A Dlosses_impl.py179 def compute_loss(losses, weights, loss_collection, reduction): function
572 def compute_loss(labels, predictions, weights, loss_collection): function
/aosp_15_r20/external/pytorch/functorch/benchmarks/
H A Dper_sample_grads.py25 def compute_loss(weights, image, target): function
/aosp_15_r20/external/pytorch/functorch/examples/ensembling/
H A Dparallel_train.py83 def compute_loss(weights, batch, targets): function
/aosp_15_r20/external/pytorch/functorch/examples/maml_omniglot/
H A Dmaml-omniglot-transforms.py127 def compute_loss(new_params, buffers, x, y): function
/aosp_15_r20/external/pytorch/functorch/notebooks/_src/
H A Dplot_per_sample_gradients.py107 def compute_loss(params, buffers, sample, target): function
/aosp_15_r20/external/pytorch/test/functorch/
H A Dtest_eager_transforms.py1646 def compute_loss(weight, x, t): function
1689 def compute_loss(weight, x, t): function
1754 def compute_loss(weights, data, target): function
3844 def compute_loss(params, buffers, x): function
4190 def compute_loss(new_params, buffers, x, y): function
4265 def compute_loss(x, y, params, buffers): function
4400 def compute_loss(weights, batch, targets): function
4504 def compute_loss(weights, batch, targets): function
4560 def compute_loss(weights, image, target): function
/aosp_15_r20/external/pytorch/benchmarks/dynamo/
H A Dtimm_models.py387 def compute_loss(self, pred): member in TimmRunner
H A Dhuggingface.py513 def compute_loss(self, pred): member in HuggingfaceRunner
H A Dtorchbench.py433 def compute_loss(self, pred): member in TorchBenchmarkRunner