MCPcopy Create free account
hub / github.com/NVIDIA/DALI / int64

Method int64

dali/python/nvidia/dali/types.py:300–301  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

298 return ScalarConstant(self.value, DALIDataType.INT32)
299
300 def int64(self):
301 return ScalarConstant(self.value, DALIDataType.INT64)
302
303 def uint8(self):
304 return ScalarConstant(self.value, DALIDataType.UINT8)

Callers 3

_deserialize_valueMethod · 0.80
test_generate_input_descFunction · 0.80
test_integer_binary_opsFunction · 0.80

Calls 1

ScalarConstantClass · 0.85

Tested by 2

test_generate_input_descFunction · 0.64
test_integer_binary_opsFunction · 0.64