Some TensorFlow saved models contain a '^'
in front of an input name. Do these names have a specific meaning? How are they different from regular inputs? For example:
node {
name: "init"
op: "NoOp"
input: "^Variable/Assign"
input: "^Variable_1/Assign"
}