Add parses support for zeros_like tflite operator (#4042)
The tensorflow zeros_like operation provided in array_ops.py produces directly a tensor with zeros without a graph, using only the shape and type of the input. This imposes the use of gen_array_ops.py that produces both a tensor and a graph so a comparison between tflite and tvm can be done.
Showing
Please
register
or
sign in
to comment