Home
last modified time | relevance | path

Searched refs:CopyArguments (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dcl_arguments.h83 void CopyArguments(const Arguments& args, bool use_f32_for_halfs);
Dcl_arguments.cc221 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