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

Method apply

monai/transforms/regularization/array.py:47–48  ·  view source on GitHub ↗
(self, data: torch.Tensor)

Source from the content-addressed store, hash-verified

45
46 @abstractmethod
47 def apply(self, data: torch.Tensor):
48 raise NotImplementedError()
49
50 def randomize(self, data=None) -> None:
51 """

Callers 12

forwardMethod · 0.45
run_training_testFunction · 0.45
test_cpuMethod · 0.45
test_cpu_preciseMethod · 0.45
test_cuda_preciseMethod · 0.45
test_cpu_preciseMethod · 0.45
test_cuda_preciseMethod · 0.45
test_cudaMethod · 0.45
test_cpu_approxMethod · 0.45
test_cuda_approxMethod · 0.45
test_cpu_preciseMethod · 0.45
test_cuda_preciseMethod · 0.45

Calls

no outgoing calls

Tested by 11

run_training_testFunction · 0.36
test_cpuMethod · 0.36
test_cpu_preciseMethod · 0.36
test_cuda_preciseMethod · 0.36
test_cpu_preciseMethod · 0.36
test_cuda_preciseMethod · 0.36
test_cudaMethod · 0.36
test_cpu_approxMethod · 0.36
test_cuda_approxMethod · 0.36
test_cpu_preciseMethod · 0.36
test_cuda_preciseMethod · 0.36