Commit 08ac795a authored by Robert Kimball's avatar Robert Kimball Committed by Scott Cyphers

fix typo (#3449)

parent 530e8023
...@@ -121,7 +121,7 @@ vector<runtime::PerformanceCounter> runtime::Executable::get_performance_data() ...@@ -121,7 +121,7 @@ vector<runtime::PerformanceCounter> runtime::Executable::get_performance_data()
void runtime::Executable::save(std::ostream& output_stream) void runtime::Executable::save(std::ostream& output_stream)
{ {
throw runtime_error("save opertion unimplemented."); throw runtime_error("save operation unimplemented.");
} }
shared_ptr<runtime::Tensor> runtime::Executable::create_input_tensor(size_t input_index) shared_ptr<runtime::Tensor> runtime::Executable::create_input_tensor(size_t input_index)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment