Home
last modified time | relevance | path

Searched refs:PluginConstructFunc (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2tensorrt/plugin/
Dtrt_plugin_factory.h54 PluginConstructFunc construct_func);
66 std::pair<PluginDeserializeFunc, PluginConstructFunc>>
78 PluginConstructFunc construct_func) { in TrtPluginRegistrar()
Dtrt_plugin_utils.h34 typedef std::function<PluginTensorRT*(void)> PluginConstructFunc; typedef
Dtrt_plugin_factory.cc56 PluginConstructFunc construct_func) { in RegisterPlugin()