summaryrefslogtreecommitdiff
path: root/res/TensorFlowTests/UNIT_Pad_000/test.pbtxt
diff options
context:
space:
mode:
Diffstat (limited to 'res/TensorFlowTests/UNIT_Pad_000/test.pbtxt')
-rw-r--r--res/TensorFlowTests/UNIT_Pad_000/test.pbtxt81
1 files changed, 81 insertions, 0 deletions
diff --git a/res/TensorFlowTests/UNIT_Pad_000/test.pbtxt b/res/TensorFlowTests/UNIT_Pad_000/test.pbtxt
new file mode 100644
index 000000000..8d6a5c8aa
--- /dev/null
+++ b/res/TensorFlowTests/UNIT_Pad_000/test.pbtxt
@@ -0,0 +1,81 @@
+node {
+ name: "input"
+ op: "Placeholder"
+ attr {
+ key: "dtype"
+ value {
+ type: DT_FLOAT
+ }
+ }
+ attr {
+ key: "shape"
+ value {
+ shape {
+ dim {
+ size: 1
+ }
+ dim {
+ size: 3
+ }
+ dim {
+ size: 4
+ }
+ dim {
+ size: 4
+ }
+ }
+ }
+ }
+}
+node {
+ name: "Const"
+ op: "Const"
+ attr {
+ key: "dtype"
+ value {
+ type: DT_INT32
+ }
+ }
+ attr {
+ key: "value"
+ value {
+ tensor {
+ dtype: DT_INT32
+ tensor_shape {
+ dim {
+ size: 4
+ }
+ dim {
+ size: 2
+ }
+ }
+ int_val: 0
+ int_val: 0
+ int_val: 0
+ int_val: 0
+ int_val: 2
+ int_val: 2
+ int_val: 1
+ int_val: 1
+ }
+ }
+ }
+}
+node {
+ name: "Pad"
+ op: "Pad"
+ input: "input"
+ input: "Const"
+ attr {
+ key: "T"
+ value {
+ type: DT_FLOAT
+ }
+ }
+ attr {
+ key: "Tpaddings"
+ value {
+ type: DT_INT32
+ }
+ }
+}