Skip to content

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()

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

empty? -> TrueClass

hash -> Integer

get_impl -> Cv::Ocl::ProgramSource::Impl

initialize_copy(prog: Cv::Ocl::ProgramSource) -> NilClass

source -> String