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

Class Shape

tests/python/relax/test_frontend_tflite.py:517–520  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

515 """SHAPE conversion for static-rank non-quantized tensors."""
516
517 class Shape(tf.Module):
518 @tf.function(input_signature=[tf.TensorSpec(shape=input_shape, dtype=tf.float32)])
519 def func(self, x):
520 return tf.shape(x, out_type=out_type)
521
522 verify(Shape)
523

Callers 15

apply_attentionFunction · 0.70
apply_attentionFunction · 0.70
test_rnn_state_getFunction · 0.70
test_rnn_state_setFunction · 0.70
test_rnn_state_popnFunction · 0.70
apply_attentionFunction · 0.70
apply_attentionFunction · 0.70
apply_attentionFunction · 0.70

Calls

no outgoing calls

Tested by 15

apply_attentionFunction · 0.56
apply_attentionFunction · 0.56
test_rnn_state_getFunction · 0.56
test_rnn_state_setFunction · 0.56
test_rnn_state_popnFunction · 0.56
apply_attentionFunction · 0.56
apply_attentionFunction · 0.56
apply_attentionFunction · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…