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),
|
return StrCat("nvinfer1::ITensor(@", reinterpret_cast<uintptr_t>(&tensor),
|
||||||
", name=", tensor.getName(),
|
", name=", tensor.getName(),
|
||||||
", dtype=", DebugString(tensor.getType()),
|
", dtype=", DebugString(tensor.getType()),
|
||||||
", dims=",
|
", dims=", DebugString(tensor.getDimensions()), ")");
|
||||||
tensorflow::tensorrt::DebugString(tensor.getDimensions()), ")");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user