Searched refs:CopyArguments (Results 1 – 2 of 2) sorted by relevance
83 void CopyArguments(const Arguments& args, bool use_f32_for_halfs);
221 CopyArguments(*args, use_f32_for_halfs); in Init()238 CopyArguments(*args, use_f32_for_halfs); in Init()410 void CLArguments::CopyArguments(const Arguments& args, bool use_f32_for_halfs) { in CopyArguments() function in tflite::gpu::cl::CLArguments