aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/plugin/example/executable.h
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/compiler/plugin/example/executable.h')
-rw-r--r--tensorflow/compiler/plugin/example/executable.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/tensorflow/compiler/plugin/example/executable.h b/tensorflow/compiler/plugin/example/executable.h
index 99d2da77dd..e745b7ad11 100644
--- a/tensorflow/compiler/plugin/example/executable.h
+++ b/tensorflow/compiler/plugin/example/executable.h
@@ -37,8 +37,7 @@ namespace exampleplugin {
class ExampleExecutable : public Executable {
public:
- ExampleExecutable(std::unique_ptr<HloModule> hlo_module,
- std::unique_ptr<HloModuleConfig> module_config);
+ ExampleExecutable(std::unique_ptr<HloModule> hlo_module);
~ExampleExecutable() override;
StatusOr<perftools::gputools::DeviceMemoryBase> ExecuteOnStream(