Method__call__(self, tensor_shape: tuple[int, int], tensor_in_1: kp.Tensor, tensor_in_2: kp.Tensor,
tensor_
examples/python_naive_matmul/imp2_tiled.py:74
Method__call__(self, tensor_shape: tuple[int, int], tensor_in_1: kp.Tensor, tensor_in_2: kp.Tensor,
tensor_
examples/python_naive_matmul/imp3_better_tiling.py:92
Method__call__(self, tensor_shape: tuple[int, int], tensor_in_1: kp.Tensor, tensor_in_2: kp.Tensor,
tensor_
examples/python_naive_matmul/imp1_naive.py:72
Functioncompute_mult(index=("input", "GlobalInvocationId", ps.ivec3),
data1=("buffer", 0, ps.Array
python/test/test_array_multiplication.py:20
Functioncompute_shader(
index = ("input", "GlobalInvocationId", ps.ivec3),
x_i = ("buffer", 0, ps.Arra
python/test/test_logistic_regression.py:8
Functioncompute_shader_wg(gl_idx=("input", "GlobalInvocationId", ps.ivec3),
gl_wg_id=("input", "WorkgroupId",
python/test/test_kompute.py:252