MCPcopy Index your code
hub / github.com/apache/tvm / current

Method current

python/tvm/ir/transform.py:127–129  ·  view source on GitHub ↗

Return the current pass context.

()

Source from the content-addressed store, hash-verified

125
126 @staticmethod
127 def current():
128 """Return the current pass context."""
129 return _ffi_transform_api.GetCurrentPassContext()
130
131 @staticmethod
132 def list_configs():

Callers 15

transform_functionMethod · 0.45
_is_sm100_or_higherFunction · 0.45
codegen_buildFunction · 0.45
buildFunction · 0.45
_pipelineFunction · 0.45
_current_s_tirFunction · 0.45
is_targetFunction · 0.45
ceil_log2Function · 0.45
_can_use_scan_thrustFunction · 0.45
exclusive_scan_irFunction · 0.45
irFunction · 0.45
_sort_initFunction · 0.45

Calls

no outgoing calls

Tested by 11

test_nested_contextFunction · 0.36
verifyFunction · 0.36
preprocess_pipelineFunction · 0.36
build_tir_funcFunction · 0.36
test_ir_builder_scopeFunction · 0.36
test_ir_builder_no_scopeFunction · 0.36