Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/TensorRT
/ input_spec
Method
input_spec
samples/python/efficientnet/compare_tf.py:66–67 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
64
)
65
66
def
input_spec(self):
67
return
self.inputs[0][
"shape"
], self.inputs[0][
"dtype"
]
68
69
def
output_spec(self):
70
return
self.outputs[0][
"shape"
], self.outputs[0][
"dtype"
]
Callers
1
main
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected