MCPcopy
hub / github.com/NVIDIA/TensorRT-LLM / abs

Method abs

tensorrt_llm/functional.py:444–448  ·  view source on GitHub ↗

See functional.abs.

(self)

Source from the content-addressed store, hash-verified

442 return max(self, dim, keepdim)
443
444 def abs(self):
445 '''
446 See functional.abs.
447 '''
448 return abs(self)
449
450 def sqrt(self):
451 '''

Callers 15

assert_closeFunction · 0.80
compute_actual_scaleFunction · 0.80
downcast_to_mxfp_torchFunction · 0.80
_compute_quant_and_scaleFunction · 0.80
thread_local_absmaxFunction · 0.80
is_closeFunction · 0.80
ref.pyFile · 0.80
perrFunction · 0.80
maeFunction · 0.80
reshape_softmaxFunction · 0.80

Calls

no outgoing calls