Searched refs:GetInputs (Results 1 – 3 of 3) sorted by relevance
170 tg.GetJointStr(model.GetInputs()), tg.GetJointStr(model.GetOutputs())), file=model_fd)251 inputs = DumpMixedType(example.model.GetInputs(), inputFeedDict)
371 g["inputs"] = model.GetInputs()
536 def GetInputs(self): member in Model566 for ind, i in enumerate(self.GetInputs()):987 {i: feedDict[i] for i in self.model.GetInputs()},