Created
July 17, 2019 06:13
-
-
Save nagachika/22c7d37555a1a9ed295dc3d915ebac35 to your computer and use it in GitHub Desktop.
GraphDef pbtxt file for tf-mlir-translate bug reproduction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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