pytorch/docs/source
mfkasim91 6eaa324c9f Implement torch.igamma (#46183)
Summary:
Fixes https://github.com/pytorch/pytorch/issues/41637
This is regularized lower incomplete gamma function, equivalent to scipy's `gammainc` and tensorflow `igamma`.

cc fritzo mruberry

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

Reviewed By: gchanan

Differential Revision: D24479126

Pulled By: mruberry

fbshipit-source-id: fdf8ea289fe4ca1b408810732192411e948fcdfe
2020-10-29 11:40:18 -07:00
..
_static Add a CONTRIBUTING.md for the distributed package. (#44224) 2020-09-10 14:58:00 -07:00
_templates
_templates-stable
community update persons of interest (#45803) 2020-10-05 21:28:00 -07:00
notes Complex autograd doc fix (#46258) 2020-10-13 14:36:50 -07:00
rpc
scripts Optimize SiLU (Swish) op in PyTorch (#42976) 2020-08-16 13:21:57 -07:00
__config__.rst
amp.rst Reference amp tutorial (recipe) from core amp docs (#44725) 2020-09-16 11:37:58 -07:00
autograd.rst
backends.rst Mention TF32 on related docs (#44690) 2020-09-16 19:18:30 -07:00
bottleneck.rst
checkpoint.rst
complex_numbers.rst
conf.py Fix doc builds for bool kwargs (#44686) 2020-09-15 10:34:58 -07:00
cpp_extension.rst
cpp_index.rst
cuda.rst
cudnn_persistent_rnn.rst
cudnn_rnn_determinism.rst
data.rst Adding information how to control randomness with DataLoader (#45749) 2020-10-12 16:57:58 -07:00
distributed.rst Remove object-based collective APIs from public docs (#46075) 2020-10-09 09:24:51 -07:00
distributions.rst
dlpack.rst
docutils.conf
fft.rst torch.fft: Two dimensional FFT functions (#45164) 2020-10-17 16:23:06 -07:00
futures.rst
hub.rst Add a torch.hub.load_local() function that can load models from any local directory with a hubconf.py (#44204) 2020-09-21 14:17:21 -07:00
index.rst Mention TF32 on related docs (#44690) 2020-09-16 19:18:30 -07:00
jit.rst [JIT] adding torch.jit.isinstance support (#46062) 2020-10-20 16:47:49 -07:00
jit_builtin_functions.rst
jit_language_reference.rst [JIT] Update docs for recently added features (#45232) 2020-09-28 18:17:42 -07:00
jit_python_reference.rst
jit_unsupported.rst [JIT] Update docs for recently added features (#45232) 2020-09-28 18:17:42 -07:00
linalg.rst Added torch.linalg.tensorsolve (#46142) 2020-10-29 10:29:28 -07:00
math-quantizer-equation.png
mobile_optimizer.rst optimize_for_mobile: bring packed params to root module (#42740) 2020-08-08 15:53:20 -07:00
model_zoo.rst
multiprocessing.rst
name_inference.rst Fixed median nan propagation and implemented nanmedian (#45847) 2020-10-08 11:20:21 -07:00
named_tensor.rst
nn.functional.rst [pytorch] Add triplet margin loss with custom distance (#43680) 2020-09-22 11:35:52 -07:00
nn.init.rst
nn.rst torch.nn.modules.LazyModuleMixin and torch.nn.LazyLinear (Shape Inference II) (#44538) 2020-10-19 13:13:54 -07:00
onnx.rst [ONNX] Update ONNX doc for indexing export (#46349) 2020-10-23 09:49:43 -07:00
optim.rst Update optim.rst for better understanding (#45944) 2020-10-14 09:36:06 -07:00
quantization-support.rst
quantization.rst [docs] Changing the wording on quantization versioning and support (#46858) 2020-10-26 14:30:50 -07:00
random.rst
rpc.rst Update docs for RPC async_execution (#45458) 2020-09-28 20:48:12 -07:00
sparse.rst Revised sparse tensor documentation. (#45400) 2020-10-22 02:07:54 -07:00
storage.rst
tensor_attributes.rst
tensor_view.rst Adds movedim method, fixes movedim docs, fixes view doc links (#43122) 2020-08-17 14:24:52 -07:00
tensorboard.rst
tensors.rst Implement torch.igamma (#46183) 2020-10-29 11:40:18 -07:00
torch.nn.intrinsic.qat.rst
torch.nn.intrinsic.quantized.rst
torch.nn.intrinsic.rst
torch.nn.qat.rst
torch.nn.quantized.dynamic.rst
torch.nn.quantized.rst
torch.quantization.rst
torch.rst Implement torch.igamma (#46183) 2020-10-29 11:40:18 -07:00
type_info.rst