Searched defs:CompileModuleResults (Results 1 – 1 of 1) sorted by relevance
951 struct CompileModuleResults { struct952 std::unique_ptr<llvm::Module> llvm_module;953 std::unique_ptr<BufferAssignment> buffer_assignment;954 std::vector<BufferAllocation> allocations;955 std::variant<OwnedThunkSequence, OwnedJitRtProgram> executable;956 EntryFunctionAttributes entry_func_attrs;957 std::vector<GpuExecutable::ConstantInfo> constants;958 OutputInfoMap output_info;959 Shape output_shape;960 std::string module_name;