Skip to content

Commit

Permalink
deploy: 030074a
Browse files Browse the repository at this point in the history
  • Loading branch information
raviqqe committed Jan 17, 2024
1 parent 519e339 commit 69e8553
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion melior/ir/type/struct.MemRefType.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="A mem-ref type."><title>MemRefType in melior::ir::type - Rust</title><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/FiraSans-Regular-018c141bf0843ffd.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/FiraSans-Medium-8f9a781e4970d388.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2"><link rel="stylesheet" href="../../../static.files/normalize-76eba96aa4d2e634.css"><link rel="stylesheet" href="../../../static.files/rustdoc-9ee3a5e31a2afa3e.css"><meta name="rustdoc-vars" data-root-path="../../../" data-static-root-path="../../../static.files/" data-current-crate="melior" data-themes="" data-resource-suffix="" data-rustdoc-version="1.75.0 (82e1608df 2023-12-21)" data-channel="1.75.0" data-search-js="search-8fbf244ebcf71464.js" data-settings-js="settings-74424d7eec62a23e.js" ><script src="../../../static.files/storage-fec3eaa3851e447d.js"></script><script defer src="sidebar-items.js"></script><script defer src="../../../static.files/main-9dd44ab47b99a0fb.js"></script><noscript><link rel="stylesheet" href="../../../static.files/noscript-5d8b3c7633ad77ba.css"></noscript><link rel="alternate icon" type="image/png" href="../../../static.files/favicon-16x16-8b506e7a72182f1c.png"><link rel="alternate icon" type="image/png" href="../../../static.files/favicon-32x32-422f7d1d52889060.png"><link rel="icon" type="image/svg+xml" href="../../../static.files/favicon-2c020d218678b618.svg"></head><body class="rustdoc struct"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle">&#9776;</button></nav><nav class="sidebar"><div class="sidebar-crate"><h2><a href="../../../melior/index.html">melior</a><span class="version">0.15.1</span></h2></div><h2 class="location"><a href="#">MemRefType</a></h2><div class="sidebar-elems"><section><h3><a href="#implementations">Methods</a></h3><ul class="block method"><li><a href="#method.affine_map">affine_map</a></li><li><a href="#method.checked">checked</a></li><li><a href="#method.layout">layout</a></li><li><a href="#method.memory_space">memory_space</a></li><li><a href="#method.new">new</a></li></ul><h3><a href="#trait-implementations">Trait Implementations</a></h3><ul class="block trait-implementation"><li><a href="#impl-Clone-for-MemRefType%3C'c%3E">Clone</a></li><li><a href="#impl-Copy-for-MemRefType%3C'c%3E">Copy</a></li><li><a href="#impl-Debug-for-MemRefType%3C'c%3E">Debug</a></li><li><a href="#impl-Display-for-MemRefType%3C'c%3E">Display</a></li><li><a href="#impl-From%3CMemRefType%3C'c%3E%3E-for-Type%3C'c%3E">From&lt;MemRefType&lt;&#x27;c&gt;&gt;</a></li><li><a href="#impl-ShapedTypeLike%3C'c%3E-for-MemRefType%3C'c%3E">ShapedTypeLike&lt;&#x27;c&gt;</a></li><li><a href="#impl-TryFrom%3CType%3C'c%3E%3E-for-MemRefType%3C'c%3E">TryFrom&lt;Type&lt;&#x27;c&gt;&gt;</a></li><li><a href="#impl-TypeLike%3C'c%3E-for-MemRefType%3C'c%3E">TypeLike&lt;&#x27;c&gt;</a></li></ul><h3><a href="#synthetic-implementations">Auto Trait Implementations</a></h3><ul class="block synthetic-implementation"><li><a href="#impl-Send-for-MemRefType%3C'c%3E">!Send</a></li><li><a href="#impl-Sync-for-MemRefType%3C'c%3E">!Sync</a></li><li><a href="#impl-RefUnwindSafe-for-MemRefType%3C'c%3E">RefUnwindSafe</a></li><li><a href="#impl-Unpin-for-MemRefType%3C'c%3E">Unpin</a></li><li><a href="#impl-UnwindSafe-for-MemRefType%3C'c%3E">UnwindSafe</a></li></ul><h3><a href="#blanket-implementations">Blanket Implementations</a></h3><ul class="block blanket-implementation"><li><a href="#impl-Any-for-T">Any</a></li><li><a href="#impl-Borrow%3CT%3E-for-T">Borrow&lt;T&gt;</a></li><li><a href="#impl-BorrowMut%3CT%3E-for-T">BorrowMut&lt;T&gt;</a></li><li><a href="#impl-From%3CT%3E-for-T">From&lt;T&gt;</a></li><li><a href="#impl-Into%3CU%3E-for-T">Into&lt;U&gt;</a></li><li><a href="#impl-ToOwned-for-T">ToOwned</a></li><li><a href="#impl-ToString-for-T">ToString</a></li><li><a href="#impl-TryFrom%3CU%3E-for-T">TryFrom&lt;U&gt;</a></li><li><a href="#impl-TryInto%3CU%3E-for-T">TryInto&lt;U&gt;</a></li></ul></section><h2><a href="index.html">In melior::ir::type</a></h2></div></nav><main><div class="width-limiter"><nav class="sub"><form class="search-form"><span></span><input class="search-input" name="search" aria-label="Run search in the documentation" autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"><div id="help-button" title="help" tabindex="-1"><a href="../../../help.html">?</a></div><div id="settings-menu" tabindex="-1"><a href="../../../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../../../static.files/wheel-7b819b6101059cd0.svg"></a></div></form></nav><section id="main-content" class="content"><div class="main-heading"><h1>Struct <a href="../../index.html">melior</a>::<wbr><a href="../index.html">ir</a>::<wbr><a href="index.html">type</a>::<wbr><a class="struct" href="#">MemRefType</a><button id="copy-path" title="Copy item path to clipboard"><img src="../../../static.files/clipboard-7571035ce49a181d.svg" width="19" height="18" alt="Copy item path"></button></h1><span class="out-of-band"><a class="src" href="../../../src/melior/ir/type/mem_ref.rs.html#13-15">source</a> · <button id="toggle-all-docs" title="collapse all docs">[<span>&#x2212;</span>]</button></span></div><pre class="rust item-decl"><code>pub struct MemRefType&lt;'c&gt; { /* private fields */ }</code></pre><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>A mem-ref type.</p>
</div></details><h2 id="implementations" class="small-section-header">Implementations<a href="#implementations" class="anchor">§</a></h2><div id="implementations-list"><details class="toggle implementors-toggle" open><summary><section id="impl-MemRefType%3C'c%3E" class="impl"><a class="src rightside" href="../../../src/melior/ir/type/mem_ref.rs.html#17-78">source</a><a href="#impl-MemRefType%3C'c%3E" class="anchor">§</a><h3 class="code-header">impl&lt;'c&gt; <a class="struct" href="struct.MemRefType.html" title="struct melior::ir::type::MemRefType">MemRefType</a>&lt;'c&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.new" class="method"><a class="src rightside" href="../../../src/melior/ir/type/mem_ref.rs.html#19-34">source</a><h4 class="code-header">pub fn <a href="#method.new" class="fn">new</a>(
type: <a class="struct" href="struct.Type.html" title="struct melior::ir::type::Type">Type</a>&lt;'c&gt;,
dimensions: &amp;[<a class="primitive" href="https://doc.rust-lang.org/1.75.0/std/primitive.u64.html">u64</a>],
dimensions: &amp;[<a class="primitive" href="https://doc.rust-lang.org/1.75.0/std/primitive.i64.html">i64</a>],
layout: <a class="enum" href="https://doc.rust-lang.org/1.75.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../attribute/struct.Attribute.html" title="struct melior::ir::attribute::Attribute">Attribute</a>&lt;'c&gt;&gt;,
memory_space: <a class="enum" href="https://doc.rust-lang.org/1.75.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../attribute/struct.Attribute.html" title="struct melior::ir::attribute::Attribute">Attribute</a>&lt;'c&gt;&gt;
) -&gt; Self</h4></section></summary><div class="docblock"><p>Creates a mem-ref type.</p>
Expand Down
2 changes: 1 addition & 1 deletion search-index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/melior/ir/type/mem_ref.rs.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
<span class="doccomment">/// Creates a mem-ref type.
</span><span class="kw">pub fn </span>new(
r#type: Type&lt;<span class="lifetime">&#39;c</span>&gt;,
dimensions: <span class="kw-2">&amp;</span>[u64],
dimensions: <span class="kw-2">&amp;</span>[i64],
layout: <span class="prelude-ty">Option</span>&lt;Attribute&lt;<span class="lifetime">&#39;c</span>&gt;&gt;,
memory_space: <span class="prelude-ty">Option</span>&lt;Attribute&lt;<span class="lifetime">&#39;c</span>&gt;&gt;,
) -&gt; <span class="self">Self </span>{
Expand Down

0 comments on commit 69e8553

Please sign in to comment.