summaryrefslogtreecommitdiff
path: root/res/TensorFlowTests/UNIT_Const_001/test.pbtxt
diff options
context:
space:
mode:
Diffstat (limited to 'res/TensorFlowTests/UNIT_Const_001/test.pbtxt')
-rw-r--r--res/TensorFlowTests/UNIT_Const_001/test.pbtxt32
1 files changed, 32 insertions, 0 deletions
diff --git a/res/TensorFlowTests/UNIT_Const_001/test.pbtxt b/res/TensorFlowTests/UNIT_Const_001/test.pbtxt
new file mode 100644
index 000000000..bec7dfb92
--- /dev/null
+++ b/res/TensorFlowTests/UNIT_Const_001/test.pbtxt
@@ -0,0 +1,32 @@
+node {
+ name: "const/int32"
+ op: "Const"
+ attr {
+ key: "dtype"
+ value {
+ type: DT_INT32
+ }
+ }
+ attr {
+ key: "value"
+ value {
+ tensor {
+ dtype: DT_INT32
+ tensor_shape {
+ dim {
+ size: 2
+ }
+ dim {
+ size: 3
+ }
+ }
+ int_val: 1
+ int_val: 2
+ int_val: 3
+ int_val: 4
+ int_val: 5
+ int_val: 6
+ }
+ }
+ }
+}