Ejemplo n.º 1
0
 def pinTypeHints():
     helper = NodePinsSuggestionsHelper()
     helper.addInputDataType('FramePin')
     helper.addInputDataType('BoundingBoxPin')
     helper.addOutputDataType('DepthVectorPin')
     helper.addOutputStruct(StructureType.Multi)
     return helper
Ejemplo n.º 2
0
 def pinTypeHints():
     helper = NodePinsSuggestionsHelper()
     helper.addInputDataType('FloatPin')
     helper.addOutputDataType('FloatPin')
     helper.addInputStruct(PinStructure.Multi)
     helper.addOutputStruct(PinStructure.Array)
     return helper
Ejemplo n.º 3
0
 def pinTypeHints():
     helper = NodePinsSuggestionsHelper()
     helper.addInputDataType('BoolPin')
     helper.addOutputDataType('BoolPin')
     helper.addInputStruct(StructureType.Single)
     helper.addOutputStruct(StructureType.Single)
     return helper
Ejemplo n.º 4
0
 def pinTypeHints():
     helper = NodePinsSuggestionsHelper()
     helper.addInputDataType('FramePin')
     helper.addOutputDataType('NeuralTensorPin')
     helper.addInputStruct(StructureType.Multi)
     helper.addOutputStruct(StructureType.Multi)
     return helper
Ejemplo n.º 5
0
 def pinTypeHints():
     helper = NodePinsSuggestionsHelper()
     helper.addInputDataType('AnyPin')
     helper.addOutputDataType('AnyPin')
     helper.addInputStruct(StructureType.Dict)
     helper.addOutputStruct(StructureType.Array)
     return helper
Ejemplo n.º 6
0
 def pinTypeHints():
     helper = NodePinsSuggestionsHelper()
     helper.addInputDataType('AnyPin')
     helper.addOutputDataType('StringPin')
     helper.addInputStruct(PinStructure.Multi)
     helper.addOutputStruct(PinStructure.Single)
     return helper
Ejemplo n.º 7
0
 def pinTypeHints():
     helper = NodePinsSuggestionsHelper()
     helper.addInputDataType('StringPin')
     helper.addInputStruct(StructureType.Single)
     helper.addOutputDataType('MSenderPin')
     helper.addOutputStruct(StructureType.Multi)
     return helper
Ejemplo n.º 8
0
 def pinTypeHints():
     helper = NodePinsSuggestionsHelper()
     helper.addInputDataType('ExecPin')
     helper.addInputDataType('FloatPin')
     helper.addOutputDataType('ExecPin')
     helper.addInputStruct(PinStructure.Single)
     helper.addOutputStruct(PinStructure.Single)
     return helper
Ejemplo n.º 9
0
 def pinTypeHints():
     helper = NodePinsSuggestionsHelper()
     helper.addInputDataType('StringPin')
     helper.addOutputDataType('StringPin')
     helper.addOutputDataType('BoolPin')
     helper.addInputStruct(StructureType.Array)
     helper.addOutputStruct(StructureType.Multi)
     return helper
Ejemplo n.º 10
0
 def pinTypeHints():
     helper = NodePinsSuggestionsHelper()
     helper.addInputDataType('AnyPin')
     helper.addInputStruct(StructureType.Multi)
     helper.addOutputDataType('FloatPin')
     helper.addOutputStruct(StructureType.Single)
     helper.addOutputDataType('BoundingBoxPin')
     helper.addOutputStruct(StructureType.Multi)
     return helper
Ejemplo n.º 11
0
 def pinTypeHints():
     helper = NodePinsSuggestionsHelper()
     helper.addInputDataType('FramePin')
     helper.addInputDataType('FloatPin')
     helper.addInputDataType('StringPin')
     helper.addInputDataType('NeuralNetworkPin')
     helper.addOutputDataType('DetectionLabelPin')
     helper.addInputStruct(StructureType.Multi)
     helper.addOutputStruct(StructureType.Multi)
     return helper
Ejemplo n.º 12
0
 def pinTypeHints():
     helper = NodePinsSuggestionsHelper()
     helper.addInputDataType('ExecPin')
     helper.addInputDataType('ImagePin')
     helper.addInputDataType('GraphElementPin')
     helper.addOutputDataType('ExecPin')
     helper.addInputStruct(StructureType.Multi)
     helper.addInputStruct(StructureType.Single)
     helper.addInputStruct(StructureType.Array)
     helper.addOutputStruct(StructureType.Single)
     return helper