# pybind **Repository Path**: syn006/pybind ## Basic Information - **Project Name**: pybind - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-08-05 - **Last Updated**: 2025-08-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Custom Operators PyBind Implementation ## Overview This repository contains Python bindings for 4 custom operators implemented using PyBind. ## Installation ### Building from Source bash run.sh 1 This will generate the wheel file: `dist/custom_ops-1.0-cp310-cp310-linux_aarch64.whl` ### Installation pip install --force-reinstall custom_ops-1.0-cp310-cp310-linux_aarch64.whl ## Usage Import the library and use the operators as follows: import custom_ops_lib ## API Reference ### `KnnPoints` custom_ops_lib.KnnPoints(para) ### `KnnGather` custom_ops_lib.KnnGather(para) ### `scatter_mean` custom_ops_lib.scatter_mean(para) ### `fps` custom_ops_lib.fps(para)