Whenever you see an "import gen_*" line in their python op definitions, they're importing an automatically generated python module with bindings to the c++ implementation of the op. If you build from source, the generation will occur at that time. If you're downloading a pip module or some other prebuilt version, the generation is already completed and you're just referencing the compiled libraries.
↧