Skip to content

Instantly share code, notes, and snippets.

@arafatkatze
Last active July 29, 2016 17:20
Show Gist options
  • Save arafatkatze/2b71789b200271df0fd4433ab01d520d to your computer and use it in GitHub Desktop.
Save arafatkatze/2b71789b200271df0fd4433ab01d520d to your computer and use it in GitHub Desktop.
node {
name: "Placeholder"
op: "Placeholder"
attr {
key: "dtype"
value {
type: DT_FLOAT
}
}
attr {
key: "shape"
value {
shape {
dim {
size: 2
}
}
}
}
}
node {
name: "Placeholder_1"
op: "Placeholder"
attr {
key: "dtype"
value {
type: DT_FLOAT
}
}
attr {
key: "shape"
value {
shape {
dim {
size: 2
}
}
}
}
}
node {
name: "Mul"
op: "Mul"
input: "Placeholder"
input: "Placeholder_1"
attr {
key: "T"
value {
type: DT_FLOAT
}
}
}
version: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment