Home
last modified time | relevance | path

Searched defs:BindFunc (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Druntime.h95 using BindFunc = std::function<absl::Status()>; variable
/external/tensorflow/tensorflow/core/platform/hadoop/
Dhadoop_file_system.cc34 Status BindFunc(void* handle, const char* name, in BindFunc() function
/external/deqp/modules/glshared/
DglsLifetimeTests.hpp58 typedef void (CallLogWrapper::*BindFunc) (GLenum target, GLuint name); typedef
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/hadoop/
Dhadoop_filesystem.cc73 void BindFunc(void* handle, const char* name, std::function<R(Args...)>* func, in BindFunc() function