MCPcopy Create free account
hub / github.com/Project-MONAI/MONAI / transform_info_keys

Method transform_info_keys

monai/transforms/inverse.py:114–116  ·  view source on GitHub ↗

The keys to store necessary info of an applied transform.

()

Source from the content-addressed store, hash-verified

112
113 @staticmethod
114 def transform_info_keys():
115 """The keys to store necessary info of an applied transform."""
116 return (TraceKeys.CLASS_NAME, TraceKeys.ID, TraceKeys.TRACING, TraceKeys.DO_TRANSFORM)
117
118 def get_transform_info(self) -> dict:
119 """

Callers 2

get_transform_infoMethod · 0.95
test_defaultMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_defaultMethod · 0.64