Searched defs:encode_args (Results 1 – 4 of 4) sorted by relevance
18 struct encode_args { struct20 VOID_REF intermediate_bvh;23 VOID_REF output_bvh;28 uint32_t output_bvh_offset;30 uint32_t leaf_node_count;31 uint32_t geometry_type;
29 struct encode_args { struct30 VOID_REF intermediate_bvh;31 VOID_REF output_bvh;33 uint32_t output_bvh_offset;34 uint32_t leaf_node_count;35 uint32_t geometry_type;
65 def encode_args(*args: int | float | bytes | str) -> bytes: function
269 encode_args = (torch.randn(1, 10),) variable