summaryrefslogtreecommitdiff
path: root/res/TensorFlowTests/UNIT_Const_000/test.pbtxt
diff options
context:
space:
mode:
Diffstat (limited to 'res/TensorFlowTests/UNIT_Const_000/test.pbtxt')
-rw-r--r--res/TensorFlowTests/UNIT_Const_000/test.pbtxt32
1 files changed, 32 insertions, 0 deletions
diff --git a/res/TensorFlowTests/UNIT_Const_000/test.pbtxt b/res/TensorFlowTests/UNIT_Const_000/test.pbtxt
new file mode 100644
index 000000000..b91ade2f3
--- /dev/null
+++ b/res/TensorFlowTests/UNIT_Const_000/test.pbtxt
@@ -0,0 +1,32 @@
+node {
+ name: "const/float"
+ op: "Const"
+ attr {
+ key: "dtype"
+ value {
+ type: DT_FLOAT
+ }
+ }
+ attr {
+ key: "value"
+ value {
+ tensor {
+ dtype: DT_FLOAT
+ tensor_shape {
+ dim {
+ size: 2
+ }
+ dim {
+ size: 3
+ }
+ }
+ float_val: 1.1
+ float_val: 2.2
+ float_val: 3.3
+ float_val: 4.4
+ float_val: 5.5
+ float_val: 6.6
+ }
+ }
+ }
+}