pytorch/test/mobile
lezcano 44ff6be35a Fix backward of binary_cross_entropy_with_logits
The previous PR in this stack uncovered an error in the forward over
backward for this function.

In this PR, we fix this error and we also fix the gradgrad
implementation (and make it more stable and faster using `logsigmoid`).
We also move the double backward for this function to `FunctoinsManual`
as there's no reason for it to be in `native_functions`

Pull Request resolved: https://github.com/pytorch/pytorch/pull/80083

Approved by: https://github.com/zou3519
2022-06-23 01:31:08 +00:00
..
custom_build
lightweight_dispatch [ci] don't explicitly set CUSTOM_TEST_ARTIFACT_BUILD_DIR 2022-06-13 16:09:50 +00:00
model_test Fix backward of binary_cross_entropy_with_logits 2022-06-23 01:31:08 +00:00
nnc
test_bytecode.py
test_lite_script_module.py
test_lite_script_type.py
test_quantize_fx_lite_script_module.py
test_upgrader_bytecode_table_example.cpp
test_upgrader_codegen.py
test_upgraders.py