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

Method split

tensorrt_llm/functional.py:504–508  ·  view source on GitHub ↗

See functional.split.

(self, split_size_or_sections, dim=0)

Source from the content-addressed store, hash-verified

502 return self.rank()
503
504 def split(self, split_size_or_sections, dim=0):
505 '''
506 See functional.split.
507 '''
508 return split(self, split_size_or_sections, dim)
509
510 def select(self, dim, index):
511 '''

Callers 15

extract_urlFunction · 0.45
get_versionFunction · 0.45
extract_from_precompiledFunction · 0.45
define_kernelFunction · 0.45
specializeFunction · 0.45
convert_dtypeFunction · 0.45
_p_matmul_ogsFunction · 0.45
_compute_quant_and_scaleFunction · 0.45
_swiglu_fnFunction · 0.45
_swigluFunction · 0.45
convert_cubin_cpp_xxdFunction · 0.45
run_cubin_genFunction · 0.45

Calls 1

splitFunction · 0.70

Tested by 15

format_tensorsFunction · 0.36
mainFunction · 0.36
parse_nameFunction · 0.36
verify_l0_test_listsFunction · 0.36
verify_qa_test_listsFunction · 0.36
check_waive_duplicatesFunction · 0.36
verify_waive_listFunction · 0.36
search_testsMethod · 0.36
test_unittests_v2Function · 0.36
validate_perf_testsFunction · 0.36
parse_test_nameFunction · 0.36
trt_gpu_clock_lockFunction · 0.36