MCPcopy Create free account
hub / github.com/apache/tvm / func

Method func

tests/python/relax/test_frontend_tflite.py:1373–1374  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

1371 class Slice(tf.Module):
1372 @tf.function(input_signature=[tf.TensorSpec(shape=(3, 4), dtype=tf.float32)])
1373 def func(self, x):
1374 return tf.slice(x, begin=[1, 1], size=[2, 2])
1375
1376 @I.ir_module
1377 class Expected:

Callers

nothing calls this directly

Calls 1

sliceMethod · 0.45

Tested by

no test coverage detected