MCPcopy Create free account
hub / github.com/pytorch/tutorials / neg2

Function neg2

intermediate_source/inductor_debug_cpu.py:178–179  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

176# For example, the ``neg`` function is modified like this:
177
178def neg2(x):
179 return f"-{x}"
180
181######################################################################
182# The logging gives the following compile error with a rather clear reason.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected