MCPcopy 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):

Calls 1

ScalarConstantClass · 0.85

Tested by 3

abs_slice_start_and_endFunction · 0.64
test_generate_input_descFunction · 0.64