Skip to content

Instantly share code, notes, and snippets.

@kevinrobinson
Created December 18, 2015 02:41
Show Gist options
  • Save kevinrobinson/3dc074123beab705ba97 to your computer and use it in GitHub Desktop.
Save kevinrobinson/3dc074123beab705ba97 to your computer and use it in GitHub Desktop.
node {
name: "Variable/Assign"
op: "Assign"
input: "Variable"
input: "a"
attr {
key: "T"
value {
type: DT_FLOAT
}
}
attr {
key: "use_locking"
value {
b: true
}
}
attr {
key: "validate_shape"
value {
b: true
}
}
}
node {
name: "Variable/read"
op: "Identity"
input: "Variable"
attr {
key: "T"
value {
type: DT_FLOAT
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment