add 'abs' builtin
authorMichael Kösel <michaelkoesel@gmx.de>
Wed, 3 Apr 2019 17:11:33 +0000 (10:11 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Wed, 3 Apr 2019 19:47:13 +0000 (12:47 -0700)
commit46a68c1b371ea2648db8c792d821eb500ccc7871
treef1adf88d05a873cd1e02670a57586abac4389ff8
parent0916b5419a5703f7f81822b66f31642c0613ccad
add 'abs' builtin

Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/18502

Differential Revision: D14750173

Pulled By: eellison

fbshipit-source-id: 359cf08938ada442ca1a3b3ea14022ce10229499
aten/src/ATen/core/interned_strings.h
test/test_jit.py
torch/csrc/jit/register_prim_ops.cpp
torch/csrc/jit/script/compiler.cpp