Searched refs:flatbuffer_to_option (Results 1 – 2 of 2) sorted by relevance
71 flatbuffer_to_option,225 options = flatbuffer_to_option(m.compile_specs[0].value)250 module: flatbuffer_to_option(module.compile_specs[0].value)540 flatbuffer_to_option,592 compile_option = flatbuffer_to_option(qnn_option)779 compiler_options = flatbuffer_to_option(compiler_specs[0].value)
52 def flatbuffer_to_option(flatbuffers: bytes) -> QnnExecuTorchOptions: function