Commit 8f8da2d6 authored by Jaikrishnan Menon's avatar Jaikrishnan Menon

WIP

parent 4e92e8ea
...@@ -833,13 +833,11 @@ shared_ptr<ngraph::runtime::CallFrame> runtime::cpu::CPU_ExternalFunction::make_ ...@@ -833,13 +833,11 @@ shared_ptr<ngraph::runtime::CallFrame> runtime::cpu::CPU_ExternalFunction::make_
const runtime::cpu::LayoutDescriptorPtrs& runtime::cpu::CPU_ExternalFunction::get_parameter_layout_descriptors() const runtime::cpu::LayoutDescriptorPtrs& runtime::cpu::CPU_ExternalFunction::get_parameter_layout_descriptors()
{ {
assert(!parameter_layout_descriptors.empty());
return parameter_layout_descriptors; return parameter_layout_descriptors;
} }
const runtime::cpu::LayoutDescriptorPtrs& runtime::cpu::CPU_ExternalFunction::get_result_layout_descriptors() const runtime::cpu::LayoutDescriptorPtrs& runtime::cpu::CPU_ExternalFunction::get_result_layout_descriptors()
{ {
assert(!result_layout_descriptors.empty());
return result_layout_descriptors; return result_layout_descriptors;
} }
......
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