Commit f656ffe7 authored by charlie's avatar charlie
Browse files

Comment update

parent b60d39fb
...@@ -313,8 +313,7 @@ std::vector<argument> generic_eval(const module* mod, ...@@ -313,8 +313,7 @@ std::vector<argument> generic_eval(const module* mod,
}; };
// TODO: Consider how this will be handled when memoized. // TODO: Consider how this will be handled when memoized.
// Could memoize these output shapes into a map so not recalculating // Could memoize these output shapes into a map so not recalculating
// TODO: Issue with incompatible input tensor to kernel and needing to set // TODO: Issue with possibly wanting to use new padding/strides/dilation
// padding/strides
output_shape = ins->get_operator().compute_shape(to_shapes(values)); output_shape = ins->get_operator().compute_shape(to_shapes(values));
} }
else else
......
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