mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-24 02:47:54 +00:00
fix: import error in TrtTable::Dict method (#8940)
This commit is contained in:
parent
5d47b2e431
commit
3be96f8a15
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ class TrtTable(object):
|
|||
x = self._tab.Vector(o)
|
||||
x += flatbuffers.number_types.UOffsetTFlags.py_type(j) * 4
|
||||
x = self._tab.Indirect(x)
|
||||
from CalTableFlatBuffers.KeyValue import KeyValue
|
||||
from onnxruntime.quantization.CalTableFlatBuffers.KeyValue import KeyValue
|
||||
obj = KeyValue()
|
||||
obj.Init(self._tab.Bytes, x)
|
||||
return obj
|
||||
|
|
|
|||
Loading…
Reference in a new issue