Disable local symbol table for function shape inferencing. (#17267)
### Description
Temporarily disable symbol tables.
### Motivation and Context
Local symbol tables mark unrelated shapes re-use and cause inference to
error out.
https://github.com/microsoft/onnxruntime/issues/17061