Searched defs:encode_args (Results 1 – 4 of 4) sorted by relevance
72 struct encode_args { struct73 VOID_REF intermediate_bvh;74 VOID_REF output_bvh;76 uint32_t output_bvh_offset;77 uint32_t leaf_node_count;78 uint32_t geometry_type;
461 encode_args = (sys.stdin, sys.stdout) variable463 encode_args = (args[0], sys.stdout) variable465 encode_args = (args[0], args[1]) variable467 encode_args = encode_args + (decode_base64,) variable
65 def encode_args(*args: int | float | bytes | str) -> bytes: function
269 encode_args = (torch.randn(1, 10),) variable