Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/experimental/stream_executor/
Dstream_executor_internal.h31 typedef void (*SEInitPluginFn)(SE_PlatformRegistrationParams* const, typedef
39 port::Status InitStreamExecutorPlugin(SEInitPluginFn init_fn);
Dstream_executor.cc755 auto init_fn = reinterpret_cast<SEInitPluginFn>(dso_symbol); in InitStreamExecutorPlugin()
759 port::Status InitStreamExecutorPlugin(SEInitPluginFn init_fn) { in InitStreamExecutorPlugin()