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

Method uint16

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

Source from the content-addressed store, hash-verified

304 return ScalarConstant(self.value, DALIDataType.UINT8)
305
306 def uint16(self):
307 return ScalarConstant(self.value, DALIDataType.UINT16)
308
309 def uint32(self):
310 return ScalarConstant(self.value, DALIDataType.UINT32)

Callers 2

test_generate_input_descFunction · 0.80
prepare_test_imgsFunction · 0.80

Calls 1

ScalarConstantClass · 0.85

Tested by 2

test_generate_input_descFunction · 0.64
prepare_test_imgsFunction · 0.64