Searched defs:RewriteData (Results 1 – 1 of 1) sorted by relevance
120 struct RewriteData { struct121 Operation* op;122 mlir::SmallVector<Value, 4> arguments;123 std::vector<xla::BufferAllocation> allocations;124 std::unique_ptr<ThunkSequence> thunks;125 std::vector<ConstantInfo> constants;126 std::string gpu_module_data;