Searched refs:from_array (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/mlir/test/Integration/Dialect/SparseTensor/taco/ |
| H A D | test_true_dense_tensor_algebra.py | 13 A = pt.from_array(np.full([2,3], 1, dtype=np.float64)) 14 B = pt.from_array(np.full([2,3], 2, dtype=np.float64))
|
| H A D | test_SpMV.py | 34 x = pt.from_array(np.full((A.shape[1],), 1, dtype=np.float32)) 35 z = pt.from_array(np.full((A.shape[0],), 2, dtype=np.float32))
|
| H A D | test_MTTKRP.py | 33 C = pt.from_array(np.full((B.shape[1], 25), 1, dtype=np.float32)) 34 D = pt.from_array(np.full((B.shape[2], 25), 2, dtype=np.float32))
|
| H A D | test_SDDMM.py | 18 A = pt.from_array(np.full((8, 8), 2.0, dtype=np.float32)) 19 B = pt.from_array(np.full((8, 8), 3.0, dtype=np.float32))
|
| H A D | unit_test_tensor_core.py | 264 a = mlir_pytaco.Tensor.from_array(np.random.uniform(size=5))
|
| /llvm-project-15.0.7/mlir/test/Integration/Dialect/SparseTensor/taco/tools/ |
| H A D | mlir_pytaco_api.py | 22 from_array = mlir_pytaco.Tensor.from_array variable
|
| H A D | mlir_pytaco.py | 1179 def from_array(array: np.ndarray) -> "Tensor": member in Tensor
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | 2007-04-05-PackedBitFieldsOverlap-2.cpp | 11 unsigned long from_array : 1; member
|