Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/DALI
/ float64
Method
float64
dali/python/nvidia/dali/types.py:321–322 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
319
return
ScalarConstant(self.value, DALIDataType.FLOAT)
320
321
def
float64(self):
322
return
ScalarConstant(self.value, DALIDataType.FLOAT64)
323
324
def
__eq__(self, other):
325
if
isinstance(other, ScalarConstant):
Callers
3
abs_slice_start_and_end
Function · 0.80
test_generate_input_desc
Function · 0.80
test_batch_construction_with_conversion
Function · 0.80
Calls
1
ScalarConstant
Class · 0.85
Tested by
3
abs_slice_start_and_end
Function · 0.64
test_generate_input_desc
Function · 0.64
test_batch_construction_with_conversion
Function · 0.64