From 302e6564a7a76109e1178207e44e45a58631c477 Mon Sep 17 00:00:00 2001 From: Chunseok Lee Date: Wed, 4 Mar 2020 18:09:24 +0900 Subject: Imported Upstream version 1.1.0 --- res/TensorFlowTests/UNIT_Const_001/test.pbtxt | 32 +++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 res/TensorFlowTests/UNIT_Const_001/test.pbtxt (limited to 'res/TensorFlowTests/UNIT_Const_001/test.pbtxt') 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 + } + } + } +} -- cgit v1.2.3