MCPcopy Index your code
hub / github.com/NVIDIA/TensorRT-LLM / max

Method max

tensorrt_llm/functional.py:438–442  ·  view source on GitHub ↗

See functional.max.

(self, dim, keepdim=False)

Source from the content-addressed store, hash-verified

436 return mean(self, dim, keepdim)
437
438 def max(self, dim, keepdim=False):
439 '''
440 See functional.max.
441 '''
442 return max(self, dim, keepdim)
443
444 def abs(self):
445 '''

Callers 15

assert_closeFunction · 0.45
compute_actual_scaleFunction · 0.45
downcast_to_mxfp_torchFunction · 0.45
_compute_quant_and_scaleFunction · 0.45
thread_local_absmaxFunction · 0.45
ref.pyFile · 0.45
is_closeFunction · 0.45
computeFunction · 0.45
mha_refFunction · 0.45
dump_statsFunction · 0.45

Calls 1

maxFunction · 0.85