Remove unnecessary namespace specifier
This commit is contained in:
parent
fef1b9b81f
commit
4e693f688b
@ -114,8 +114,7 @@ string DebugString(const nvinfer1::ITensor& tensor) {
|
||||
return StrCat("nvinfer1::ITensor(@", reinterpret_cast<uintptr_t>(&tensor),
|
||||
", name=", tensor.getName(),
|
||||
", dtype=", DebugString(tensor.getType()),
|
||||
", dims=",
|
||||
tensorflow::tensorrt::DebugString(tensor.getDimensions()), ")");
|
||||
", dims=", DebugString(tensor.getDimensions()), ")");
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user