Home
last modified time | relevance | path

Searched defs:expected_grad (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ragged/
H A Dragged_gather_op_test.py297 expected_grad, argument
H A Dragged_tensor_test.py1553 def _testGradient(self, func, x, expected_grad, grad_y=None): argument
/aosp_15_r20/external/tensorflow/tensorflow/python/training/experimental/
H A Dloss_scale_optimizer_test.py119 def _run_fn_with_grad_check(self, strategy, var, opt, expected_grad): argument
/aosp_15_r20/external/tensorflow/tensorflow/cc/framework/
H A Dgradients_test.cc550 const Tensor& expected_grad) { in CheckGrad()
632 const Tensor& expected_grad) { in CheckGrad()
/aosp_15_r20/external/tensorflow/tensorflow/c/eager/
H A Dgradient_checker_test.cc36 float* expected_grad, int num_grad, bool use_function, in CompareNumericalAndManualGradients()
/aosp_15_r20/external/pytorch/test/nn/
H A Dtest_pooling.py1509 def expected_grad(dim, dtype): function
/aosp_15_r20/external/pytorch/test/distributed/
H A Dtest_c10d_common.py862 def _run_and_verify_hook(self, model, input, expected_grad): argument
/aosp_15_r20/external/pytorch/test/cpp/api/
H A Dfunctional.cpp3191 const auto expected_grad = torch::empty({3, 1}).fill_(0.5); in TEST_F() local
3274 const auto expected_grad = torch::empty({3, 1}).fill_(0.5); in TEST_F() local
H A Dmodules.cpp3317 const auto expected_grad = torch::empty({3, 1}).fill_(0.5); in TEST_F() local
3380 const auto expected_grad = torch::empty({3, 1}).fill_(0.5); in TEST_F() local
/aosp_15_r20/external/pytorch/test/
H A Dtest_reductions.py2625 def check(a, q, dim, expected_grad, ops=(torch.quantile, torch.nanquantile)): argument