MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / body

Method body

tensorflow/lite/python/lite_mlir_test.py:379–380  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

377 return math_ops.reduce_sum(x) < 100
378
379 def body(x):
380 return math_ops.add(x, weights)
381
382 @def_function.function(input_signature=[
383 tensor_spec.TensorSpec(shape=[2, 2], dtype=dtypes.float32)

Callers

nothing calls this directly

Calls 1

addMethod · 0.45

Tested by

no test coverage detected