MCPcopy Create free account

hub / github.com/KomputeProject/kompute / functions

Functions243 in github.com/KomputeProject/kompute

↓ 1 callersMethodsetPushConstants
src/include/kompute/Algorithm.hpp:196
↓ 1 callersMethodsetRawData
src/Tensor.cpp:140
↓ 1 callersMethodsetWorkgroup
src/Algorithm.cpp:367
↓ 1 callersMethodunmapRawData
src/Tensor.cpp:173
MethodAlgorithm
src/include/kompute/Algorithm.hpp:38
FunctionGDN_EXPORT godot_gdnative_init
examples/godot_logistic_regression/gdnative_shared/src/KomputeGdNative.cpp:3
FunctionGDN_EXPORT godot_gdnative_init
examples/godot_examples/gdnative_shared/src/KomputeGdNative.cpp:3
FunctionGDN_EXPORT godot_gdnative_terminate
examples/godot_logistic_regression/gdnative_shared/src/KomputeGdNative.cpp:9
FunctionGDN_EXPORT godot_gdnative_terminate
examples/godot_examples/gdnative_shared/src/KomputeGdNative.cpp:9
FunctionGDN_EXPORT godot_nativescript_init
examples/godot_logistic_regression/gdnative_shared/src/KomputeGdNative.cpp:15
FunctionGDN_EXPORT godot_nativescript_init
examples/godot_examples/gdnative_shared/src/KomputeGdNative.cpp:15
FunctionJava_com_ethicalml_kompute_KomputeJni_kompute
examples/android/android-simple/app/src/main/cpp/KomputeJniNative.cpp:53
FunctionJava_com_ethicalml_kompute_KomputeJni_komputeParams
examples/android/android-simple/app/src/main/cpp/KomputeJniNative.cpp:75
MethodKomputeButtonOnClick
examples/android/android-simple/app/src/main/java/com/ethicalml/kompute/KomputeJni.kt:29
MethodKomputeModelML
examples/godot_logistic_regression/gdnative_shared/src/KomputeModelML.cpp:11
MethodKomputeModelML
examples/android/android-simple/app/src/main/cpp/KomputeModelML.cpp:7
MethodKomputeModelMLNode
examples/godot_logistic_regression/custom_module/kompute_model_ml/KomputeModelMLNode.cpp:7
MethodKomputeSummator
examples/godot_examples/gdnative_shared/src/KomputeSummator.cpp:29
MethodKomputeSummatorNode
examples/godot_examples/custom_module/kompute_summator/KomputeSummatorNode.cpp:26
MethodOpMemoryBarrier
src/OpMemoryBarrier.cpp:7
MethodOpMult
* Default constructor with parameters that provides the bare minimum * requirements for the operations to be able to create and manage their
src/include/kompute/operations/OpMult.hpp:33
MethodOpTensorCopy
src/OpTensorCopy.cpp:8
FunctionPYBIND11_MODULE
python/src/main.cpp:52
MethodSequence
src/Sequence.cpp:7
FunctionTEST
test/TestOpTensorCopy.cpp:10
FunctionTEST
test/TestDestroy.cpp:10
FunctionTEST
test/TestOpTensorCreate.cpp:8
FunctionTEST
test/TestSpecializationConstant.cpp:10
FunctionTEST
test/TestManager.cpp:8
FunctionTEST
test/TestOpShadersFromStringAndFile.cpp:12
FunctionTEST
test/TestTensor.cpp:8
FunctionTEST
test/TestWorkgroup.cpp:10
FunctionTEST
test/TestMultipleAlgoExecutions.cpp:10
FunctionTEST
test/TestLogisticRegression.cpp:10
FunctionTEST
test/TestPushConstant.cpp:10
FunctionTEST
test/TestSequence.cpp:10
FunctionTEST
test/TestAsyncOperations.cpp:11
FunctionTEST
test/TestOpTensorSync.cpp:8
MethodTensor
src/Tensor.cpp:41
MethodTensorT
src/include/kompute/Tensor.hpp:303
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
Method__init__
(self, name, sourcedir='')
setup.py:17
Method__init__
(self, manager: kp.Manager, tile_size: int = -1)
examples/python_naive_matmul/imp2_tiled.py:8
Method__init__
(self, manager: kp.Manager, tile_size: int = -1, thread_work_ratio: int = 16)
examples/python_naive_matmul/imp3_better_tiling.py:8
Method__init__
(self, manager: kp.Manager, local_size_x: int = -1, local_size_y: int = -1)
examples/python_naive_matmul/imp1_naive.py:8
Method_bind_methods
examples/godot_logistic_regression/custom_module/kompute_model_ml/KomputeModelMLNode.cpp:152
Method_bind_methods
examples/godot_examples/custom_module/kompute_summator/KomputeSummatorNode.cpp:102
Method_process
examples/godot_logistic_regression/gdnative_shared/src/KomputeModelML.cpp:152
Method_process
examples/godot_logistic_regression/custom_module/kompute_model_ml/KomputeModelMLNode.cpp:148
Method_process
examples/godot_examples/gdnative_shared/src/KomputeSummator.cpp:98
Method_process
examples/godot_examples/custom_module/kompute_summator/KomputeSummatorNode.cpp:98
Method_register_methods
examples/godot_logistic_regression/gdnative_shared/src/KomputeModelML.cpp:156
Method_register_methods
examples/godot_examples/gdnative_shared/src/KomputeSummator.cpp:102
Methodadd
examples/godot_examples/gdnative_shared/src/KomputeSummator.cpp:35
Methodadd
examples/godot_examples/custom_module/kompute_summator/KomputeSummatorNode.cpp:31
Functioncan_build
(env, platform)
examples/godot_logistic_regression/custom_module/kompute_model_ml/config.py:1
Functioncan_build
(env, platform)
examples/godot_examples/custom_module/kompute_summator/config.py:1
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
Functionconfigure
(env)
examples/godot_logistic_regression/custom_module/kompute_model_ml/config.py:4
Functionconfigure
(env)
examples/godot_examples/custom_module/kompute_summator/config.py:4
Methoddata
src/include/kompute/Tensor.hpp:321
FunctiondebugMessageCallback
src/Manager.cpp:15
Methodeval
src/include/kompute/Sequence.hpp:117
MethodevalAsync
src/include/kompute/Sequence.hpp:170
MethodgetPushConstants
src/include/kompute/Algorithm.hpp:264
MethodgetSpecializationConstants
src/include/kompute/Algorithm.hpp:252
MethodgetVkInstance
src/Manager.cpp:475
Methodget_params
examples/godot_logistic_regression/gdnative_shared/src/KomputeModelML.cpp:127
Methodget_params
examples/godot_logistic_regression/custom_module/kompute_model_ml/KomputeModelMLNode.cpp:123
Methodget_total
examples/godot_examples/gdnative_shared/src/KomputeSummator.cpp:48
Methodget_total
examples/godot_examples/custom_module/kompute_summator/KomputeSummatorNode.cpp:48
Functionimage_load
Loads an image. Doesn't Tensor it, in case you need to do further work with it. Shape is (h, w, 3).
examples/neural_network_vgg7/sh_common.py:8
Functionimage_save
Saves an image. However, note this expects a numpy array. Shape is (h, w, 3).
examples/neural_network_vgg7/sh_common.py:20
MethodinitVulkan
examples/android/android-simple/app/src/main/java/com/ethicalml/kompute/KomputeJni.kt:62
Methodkompute
examples/android/android-simple/app/src/main/java/com/ethicalml/kompute/KomputeJni.kt:64
MethodkomputeParams
examples/android/android-simple/app/src/main/java/com/ethicalml/kompute/KomputeJni.kt:66
Functionload_biases_padded
(mdl, idx, tensor_out_c)
examples/neural_network_vgg7/sh_common.py:73
Functionload_weights_padded
(mdl, idx, tensor_out_c, tensor_in_c, weight_s)
examples/neural_network_vgg7/sh_common.py:39
Functionmain
examples/logistic_regression/src/main.cpp:10
Functionmain
examples/array_multiplication/src/main.cpp:9
Functionmain
(argc, argv)
external/bin/xxd.c:466
MethodonCreate
examples/android/android-simple/app/src/main/java/com/ethicalml/kompute/KomputeJni.kt:15
FunctionopAlgoDispatchPyInit
python/src/main.cpp:17
MethodpostEval
src/OpTensorSyncLocal.cpp:60
MethodpostEval
src/OpAlgoDispatch.cpp:51
MethodpostEval
src/OpTensorSyncDevice.cpp:45
MethodpostEval
src/OpMemoryBarrier.cpp:60
MethodpreEval
src/OpTensorSyncLocal.cpp:54
MethodpreEval
src/OpAlgoDispatch.cpp:45
MethodpreEval
src/OpTensorSyncDevice.cpp:39
MethodpreEval
src/OpMemoryBarrier.cpp:54
Methodpredict
examples/godot_logistic_regression/gdnative_shared/src/KomputeModelML.cpp:102
Methodpredict
examples/godot_logistic_regression/custom_module/kompute_model_ml/KomputeModelMLNode.cpp:98
Methodrecord
src/OpTensorSyncLocal.cpp:27
Methodrecord
src/OpAlgoDispatch.cpp:17
Methodrecord
src/OpTensorSyncDevice.cpp:27
← previousnext →101–200 of 243, ranked by callers