Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_value
Method · 0.80
test_generate_input_desc
Function · 0.80
test_integer_binary_ops
Function · 0.80
Calls
1
ScalarConstant
Class · 0.85
Tested by
2
test_generate_input_desc
Function · 0.64
test_integer_binary_ops
Function · 0.64