MCPcopy Create free account
hub / github.com/tensorpack/tensorpack / input_names

Method input_names

tensorpack/train/model_desc.py:48–52  ·  view source on GitHub ↗

list[str]: the names of all the inputs.

(self)

Source from the content-addressed store, hash-verified

46
47 @property
48 def input_names(self):
49 """
50 list[str]: the names of all the inputs.
51 """
52 return [k.name for k in self.get_input_signature()]
53
54 def inputs(self):
55 """

Callers

nothing calls this directly

Calls 1

get_input_signatureMethod · 0.95

Tested by

no test coverage detected