summaryrefslogtreecommitdiff
path: root/res/TensorFlowPythonExamples/examples/fill
diff options
context:
space:
mode:
authorChunseok Lee <chunseok.lee@samsung.com>2020-10-29 13:12:50 +0900
committerChunseok Lee <chunseok.lee@samsung.com>2020-10-29 13:12:50 +0900
commitd6b371e095d737922187a518b8faba1ef6f3a2b1 (patch)
tree9d90c09c887b5111389dbedf924f59206411cd5a /res/TensorFlowPythonExamples/examples/fill
parentc55f8a6db48cda9d3a78048338b7f18c4cca62b8 (diff)
downloadnnfw-d6b371e095d737922187a518b8faba1ef6f3a2b1.tar.gz
nnfw-d6b371e095d737922187a518b8faba1ef6f3a2b1.tar.bz2
nnfw-d6b371e095d737922187a518b8faba1ef6f3a2b1.zip
Imported Upstream version 0.4upstream/0.4
Diffstat (limited to 'res/TensorFlowPythonExamples/examples/fill')
-rw-r--r--res/TensorFlowPythonExamples/examples/fill/__init__.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/res/TensorFlowPythonExamples/examples/fill/__init__.py b/res/TensorFlowPythonExamples/examples/fill/__init__.py
deleted file mode 100644
index f8413bb36..000000000
--- a/res/TensorFlowPythonExamples/examples/fill/__init__.py
+++ /dev/null
@@ -1,4 +0,0 @@
-import tensorflow as tf
-
-in_ = tf.compat.v1.placeholder(dtype=tf.int32, shape=(), name="Hole")
-op_ = tf.compat.v1.fill((3, 4), in_)