ProgramSource¶
Singleton Methods¶
from_binary(module: String, name: String, binary: Rice::Pointer≺unsigned char≻, size: Integer, build_options: String) -> Cv::Ocl::ProgramSource
from_spir(module: String, name: String, binary: Rice::Pointer≺unsigned char≻, size: Integer, build_options: String) -> Cv::Ocl::ProgramSource
Constructors¶
initialize(prog: String)
initialize(prog: String)
initialize(module: String, name: String, code_str: String, code_hash: String)
Methods¶
assign(prog: Cv::Ocl::ProgramSource) -> Cv::Ocl::ProgramSource
assign(prog: Cv::Ocl::ProgramSource) -> Cv::Ocl::ProgramSource
initialize_copy(prog: Cv::Ocl::ProgramSource) -> NilClass