-
This is the main Issue to organize and track support for the [upcoming book by Ballard and Kolda](https://www.mathsci.ai/post/tensor-textbook/). The description will be updated to help track Issues re…
-
### 🐛 Describe the bug
Repro is below:
* We have a wrapper module that calls an implementation submodule, and the implementation submodule is marked as an interface
* First we torchscript the wrapp…
-
- [x] #23
- [ ] #24
- [x] #25
- [x] #26
- [ ] #27
-
### Context
OpenVINO works in Node.js environment!
We are looking for new contributors who can help with enabling C++ API methods
in JavaScript side.
First of all read Node.js API [Contributi…
-
Doing some testing I noticied that doing inference returns very different results for the same image but loaded with different methods:
- Method 1: the official load_image function from the library…
-
**Describe the bug**
Convolution configuration, ("batch_size, output_channels,input_channels, input_height, input_width, filter_height, filter_width, stride_h, stride_w, pad_h, pad_w, use_1d_systolic…
-
Here's a complete list of tensor method we need to implement:
- [x] `$abs`
- [x] `$abs_`
- [x] `$acos`
- [x] `$acos_`
- [x] `$add`
- [x] `$add_`
- [x] `$addbmm`
- [x] `$addbmm_`
- [x] `$add…
-
- [x] bool
- [x] element_size
- [ ] get_device
- [ ] imag
- [ ] is_shared
- [ ] map_
- [ ] new_ones
- [ ] new_tensor
- [ ] real
-
### 🐛 Describe the bug
Today at https://github.com/pytorch/pytorch/blob/51e0996d58e6fa40a8d255a26b767c3f3e035943/torch/_dynamo/variables/tensor.py#L589C1-L596C10
we fallthrough and put an arbitrar…
-
We unify the use of the methods `tensor` vs. `tensor_product` in parent classes.
Current situation:
Category `ModulesWithBasis` provides a parent method `tensor` to construct a tensor product of m…