True if all tensors in the graph has static size after calling `AllocateTensors` function. Before `AllocateTensors` is called, this will always return true;
| 299 | // `AllocateTensors` function. |
| 300 | // Before `AllocateTensors` is called, this will always return true; |
| 301 | bool HasDynamicTensors() { return has_dynamic_tensors_; } |
| 302 | |
| 303 | private: |
| 304 | // Prevent 'context_' from accessing functions that are only available to |