Lines Matching refs:KernelID
50 Script.KernelID mKID;
53 IO(Script.KernelID s) {
59 ConnectLine(Type t, Script.KernelID from, Script.KernelID to) {
65 ConnectLine(Type t, Script.KernelID from, Script.FieldID to) {
72 Script.KernelID mToK;
73 Script.KernelID mFrom;
79 ArrayList<Script.KernelID> mKernels = new ArrayList<Script.KernelID>();
105 public void setInput(Script.KernelID s, Allocation a) {
125 public void setOutput(Script.KernelID s, Allocation a) {
262 private Node findNode(Script.KernelID k) {
282 public Builder addKernel(Script.KernelID k) {
316 public Builder addConnection(Type t, Script.KernelID from, Script.FieldID to) {
351 public Builder addConnection(Type t, Script.KernelID from, Script.KernelID to) {
402 final Script.KernelID kid = n.mKernels.get(ct2);