xla
Finishing up handling the 3way nature that XLA tensors can have (XLA data, IR Node, or ATEN tensor)
#138
Merged

Finishing up handling the 3way nature that XLA tensors can have (XLA data, IR Node, or ATEN tensor) #138

dlibenzi merged 17 commits into master from xla_tensor_3way_handling
dlibenzi
dlibenzi Finishing up handling the 3way nature that XLA tensors can have (XLA …
88ccb7d4
dlibenzi dlibenzi requested a review from asuhan asuhan 6 years ago
dlibenzi Made XLATensor references back to constant.
f36eedb7
dlibenzi XLA tensor restructuring. Moved conversion functions into a util faci…
ef8e0ae6
dlibenzi Avoid literal-to-tftensor copy by populating the tftensor buffer dire…
bea33976
dlibenzi Typo fix.
6868a6a5
dlibenzi Made literal to tensor conversion use CopyTensors, which is case or r…
abd83cc2
dlibenzi Added simple tensor test (missing check as ATEN throws) and minor ref…
ee119e6e
dlibenzi Made C++ tensor test work and removed logging when testing.
8d071d9b
dlibenzi Redirect C++ test log to file instead of suppressing it.
e278e283
dlibenzi Added C++ unittest util file and added namespaces.
41728cc2
dlibenzi Added C++ test utility to test on all available device types.
0936051d
dlibenzi Be consistent in the IR Node ToString value separation.
d086ec72
dlibenzi Further tensor util code simplification.
f625206e
dlibenzi Added more fine grained support for PT<->XLA integer types.
f4dcd5cf
dlibenzi More refinements to the tensor interface.
83d06dbc
dlibenzi Further optimizations and cleanups.
945bdd3b
dlibenzi More refactoring.
68eb2ac6
asuhan
asuhan approved these changes on 2019-01-22
dlibenzi dlibenzi merged 83f6611f into master 6 years ago

Login to write a write a comment.

Login via GitHub

Reviewers
Assignees
No one assigned
Labels
Milestone