Skip to content

Instantly share code, notes, and snippets.

@nagachika
Created July 17, 2019 06:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nagachika/22c7d37555a1a9ed295dc3d915ebac35 to your computer and use it in GitHub Desktop.
Save nagachika/22c7d37555a1a9ed295dc3d915ebac35 to your computer and use it in GitHub Desktop.
GraphDef pbtxt file for tf-mlir-translate bug reproduction
node {
name: "Const"
op: "Const"
attr {
key: "dtype"
value {
type: DT_INT32
}
}
attr {
key: "value"
value {
tensor {
dtype: DT_INT32
tensor_shape {
}
int_val: 1
}
}
}
experimental_debug_info {
}
}
node {
name: "Const_1"
op: "Const"
attr {
key: "dtype"
value {
type: DT_INT32
}
}
attr {
key: "value"
value {
tensor {
dtype: DT_INT32
tensor_shape {
}
int_val: 1
}
}
}
experimental_debug_info {
}
}
node {
name: "add"
op: "Add"
input: "Const"
input: "Const_1"
attr {
key: "T"
value {
type: DT_INT32
}
}
experimental_debug_info {
}
}
library {
}
versions {
producer: 93
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment