Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/MinkowskiEngine
/ float
Method
float
MinkowskiEngine/MinkowskiTensor.py:450–452 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
448
self._F.requires_grad_(requires_grad)
449
450
def
float(self):
451
self._F = self._F.float()
452
return
self
453
454
def
double(self):
455
self._F = self._F.double()
Callers
15
__init__
Method · 0.80
pruned_weight_sparsity_string
Function · 0.80
setUp
Method · 0.80
load_file
Function · 0.80
load_file
Function · 0.80
test_dtype
Method · 0.80
test_network
Method · 0.80
test_network_device
Method · 0.80
slice
Method · 0.80
slice_no_duplicate
Method · 0.80
stride_slice
Method · 0.80
field_to_sparse
Method · 0.80
Calls
no outgoing calls
Tested by
4
test_dtype
Method · 0.64
test_network
Method · 0.64
test_network_device
Method · 0.64
test_pcd
Method · 0.64