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

Method _double_values

tensorflow/lite/python/convert_test.py:284–289  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

282 b = array_ops.constant([1.])
283
284 def _double_values(x):
285 custom = op_hint.OpHint("add_test")
286 x, = custom.add_inputs(x)
287 output = math_ops.multiply(x, x)
288 output, = custom.add_outputs(output)
289 return output
290
291 output = array_ops.identity(
292 math_ops.add(_double_values(a), _double_values(b)),

Callers

nothing calls this directly

Calls 3

add_inputsMethod · 0.95
add_outputsMethod · 0.95
multiplyMethod · 0.80

Tested by

no test coverage detected