| <!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="API documentation for the Rust `IsObjectRef` trait in crate `tvm`."><title>IsObjectRef in tvm::runtime::object - 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/SourceSerif4-Bold-a2c9cd1067f8b328.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-c4dbdcde0fbd8430.css" id="mainThemeStyle"><link rel="stylesheet" id="themeStyle" href="../../../static.files/light-db279b6232be9c13.css"><link rel="stylesheet" disabled href="../../../static.files/dark-cf923f49f397b216.css"><link rel="stylesheet" disabled href="../../../static.files/ayu-be46fdc453a55015.css"><script src="../../../static.files/storage-3891ce972e3a2bf8.js"></script><script defer src="sidebar-items.js"></script><script defer src="../../../static.files/main-98a684e84ae5b08b.js"></script><noscript><link rel="stylesheet" href="../../../static.files/noscript-13285aec31fa243e.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 trait"><!--[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">☰</button><a class="logo-container" href="../../../tvm/index.html"><img class="rust-logo" src="../../../static.files/rust-logo-151179464ae7ed46.svg" alt="logo"></a><h2></h2></nav><nav class="sidebar"><a class="logo-container" href="../../../tvm/index.html"><img class="rust-logo" src="../../../static.files/rust-logo-151179464ae7ed46.svg" alt="logo"></a><h2 class="location"><a href="#">IsObjectRef</a></h2><div class="sidebar-elems"><section><h3><a href="#required-associated-types">Required Associated Types</a></h3><ul class="block"><li><a href="#associatedtype.Object">Object</a></li></ul><h3><a href="#required-methods">Required Methods</a></h3><ul class="block"><li><a href="#tymethod.as_ptr">as_ptr</a></li><li><a href="#tymethod.from_ptr">from_ptr</a></li><li><a href="#tymethod.into_ptr">into_ptr</a></li></ul><h3><a href="#provided-methods">Provided Methods</a></h3><ul class="block"><li><a href="#method.downcast">downcast</a></li><li><a href="#method.from_arg_value">from_arg_value</a></li><li><a href="#method.from_ret_value">from_ret_value</a></li><li><a href="#method.into_arg_value">into_arg_value</a></li><li><a href="#method.into_ret_value">into_ret_value</a></li><li><a href="#method.null">null</a></li><li><a href="#method.upcast">upcast</a></li></ul><h3><a href="#implementors">Implementors</a></h3></section><h2><a href="index.html">In tvm::runtime::object</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>Trait <a href="../../index.html">tvm</a>::<wbr><a href="../index.html">runtime</a>::<wbr><a href="index.html">object</a>::<wbr><a class="trait" href="#">IsObjectRef</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="srclink" href="../../../src/tvm_rt/object/mod.rs.html#49-56">source</a> · <button id="toggle-all-docs" title="collapse all docs">[<span>−</span>]</button></span></div><pre class="rust item-decl"><code>pub trait IsObjectRef: <a class="trait" href="https://doc.rust-lang.org/1.69.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a> + <a class="trait" href="https://doc.rust-lang.org/1.69.0/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="https://doc.rust-lang.org/1.69.0/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a><<a class="enum" href="../../function/enum.RetValue.html" title="enum tvm::function::RetValue">RetValue</a>> + for<'a> <a class="trait" href="../trait.AsArgValue.html" title="trait tvm::runtime::AsArgValue">AsArgValue</a><'a> + for<'a> <a class="trait" href="https://doc.rust-lang.org/1.69.0/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><<a class="enum" href="../../function/enum.RetValue.html" title="enum tvm::function::RetValue">RetValue</a>, Error = <a class="enum" href="../../enum.Error.html" title="enum tvm::Error">Error</a>, Error = <a class="enum" href="../../enum.Error.html" title="enum tvm::Error">Error</a>> + for<'a> <a class="trait" href="https://doc.rust-lang.org/1.69.0/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><<a class="enum" href="../../function/enum.ArgValue.html" title="enum tvm::function::ArgValue">ArgValue</a><'a>> + <a class="trait" href="https://doc.rust-lang.org/1.69.0/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a> { |
| type <a href="#associatedtype.Object" class="associatedtype">Object</a>: <a class="trait" href="../trait.IsObject.html" title="trait tvm::runtime::IsObject">IsObject</a>; |
| |
| // Required methods |
| fn <a href="#tymethod.as_ptr" class="fn">as_ptr</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/1.69.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../struct.ObjectPtr.html" title="struct tvm::runtime::ObjectPtr">ObjectPtr</a><Self::<a class="associatedtype" href="../trait.IsObjectRef.html#associatedtype.Object" title="type tvm::runtime::IsObjectRef::Object">Object</a>>>; |
| <span class="item-spacer"></span> fn <a href="#tymethod.into_ptr" class="fn">into_ptr</a>(self) -> <a class="enum" href="https://doc.rust-lang.org/1.69.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../struct.ObjectPtr.html" title="struct tvm::runtime::ObjectPtr">ObjectPtr</a><Self::<a class="associatedtype" href="../trait.IsObjectRef.html#associatedtype.Object" title="type tvm::runtime::IsObjectRef::Object">Object</a>>>; |
| <span class="item-spacer"></span> fn <a href="#tymethod.from_ptr" class="fn">from_ptr</a>(object_ptr: <a class="enum" href="https://doc.rust-lang.org/1.69.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../struct.ObjectPtr.html" title="struct tvm::runtime::ObjectPtr">ObjectPtr</a><Self::<a class="associatedtype" href="../trait.IsObjectRef.html#associatedtype.Object" title="type tvm::runtime::IsObjectRef::Object">Object</a>>>) -> Self; |
| |
| // Provided methods |
| fn <a href="#method.null" class="fn">null</a>() -> Self { ... } |
| <span class="item-spacer"></span> fn <a href="#method.into_arg_value" class="fn">into_arg_value</a><'a>(&'a self) -> <a class="enum" href="../../function/enum.ArgValue.html" title="enum tvm::function::ArgValue">ArgValue</a><'a> { ... } |
| <span class="item-spacer"></span> fn <a href="#method.from_arg_value" class="fn">from_arg_value</a><'a>(arg_value: <a class="enum" href="../../function/enum.ArgValue.html" title="enum tvm::function::ArgValue">ArgValue</a><'a>) -> <a class="enum" href="https://doc.rust-lang.org/1.69.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a><Self, <a class="enum" href="../../enum.Error.html" title="enum tvm::Error">Error</a>> { ... } |
| <span class="item-spacer"></span> fn <a href="#method.into_ret_value" class="fn">into_ret_value</a><'a>(self) -> <a class="enum" href="../../function/enum.RetValue.html" title="enum tvm::function::RetValue">RetValue</a> { ... } |
| <span class="item-spacer"></span> fn <a href="#method.from_ret_value" class="fn">from_ret_value</a><'a>(ret_value: <a class="enum" href="../../function/enum.RetValue.html" title="enum tvm::function::RetValue">RetValue</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.69.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a><Self, <a class="enum" href="../../enum.Error.html" title="enum tvm::Error">Error</a>> { ... } |
| <span class="item-spacer"></span> fn <a href="#method.upcast" class="fn">upcast</a><U>(self) -> U |
| <span class="where">where U: <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a>, |
| Self::<a class="associatedtype" href="../trait.IsObjectRef.html#associatedtype.Object" title="type tvm::runtime::IsObjectRef::Object">Object</a>: <a class="trait" href="https://doc.rust-lang.org/1.69.0/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a><<U as <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a>>::<a class="associatedtype" href="../trait.IsObjectRef.html#associatedtype.Object" title="type tvm::runtime::IsObjectRef::Object">Object</a>></span> { ... } |
| <span class="item-spacer"></span> fn <a href="#method.downcast" class="fn">downcast</a><U>(self) -> <a class="enum" href="https://doc.rust-lang.org/1.69.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a><U, <a class="enum" href="../../enum.Error.html" title="enum tvm::Error">Error</a>> |
| <span class="where">where U: <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a>, |
| <U as <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a>>::<a class="associatedtype" href="../trait.IsObjectRef.html#associatedtype.Object" title="type tvm::runtime::IsObjectRef::Object">Object</a>: <a class="trait" href="https://doc.rust-lang.org/1.69.0/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a><Self::<a class="associatedtype" href="../trait.IsObjectRef.html#associatedtype.Object" title="type tvm::runtime::IsObjectRef::Object">Object</a>></span> { ... } |
| }</code></pre><h2 id="required-associated-types" class="small-section-header">Required Associated Types<a href="#required-associated-types" class="anchor">§</a></h2><div class="methods"><section id="associatedtype.Object" class="method"><a class="srclink rightside" href="../../../src/tvm_rt/object/mod.rs.html#58">source</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a>: <a class="trait" href="../trait.IsObject.html" title="trait tvm::runtime::IsObject">IsObject</a></h4></section></div><h2 id="required-methods" class="small-section-header">Required Methods<a href="#required-methods" class="anchor">§</a></h2><div class="methods"><section id="tymethod.as_ptr" class="method"><a class="srclink rightside" href="../../../src/tvm_rt/object/mod.rs.html#59">source</a><h4 class="code-header">fn <a href="#tymethod.as_ptr" class="fn">as_ptr</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/1.69.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../struct.ObjectPtr.html" title="struct tvm::runtime::ObjectPtr">ObjectPtr</a><Self::<a class="associatedtype" href="../trait.IsObjectRef.html#associatedtype.Object" title="type tvm::runtime::IsObjectRef::Object">Object</a>>></h4></section><section id="tymethod.into_ptr" class="method"><a class="srclink rightside" href="../../../src/tvm_rt/object/mod.rs.html#60">source</a><h4 class="code-header">fn <a href="#tymethod.into_ptr" class="fn">into_ptr</a>(self) -> <a class="enum" href="https://doc.rust-lang.org/1.69.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../struct.ObjectPtr.html" title="struct tvm::runtime::ObjectPtr">ObjectPtr</a><Self::<a class="associatedtype" href="../trait.IsObjectRef.html#associatedtype.Object" title="type tvm::runtime::IsObjectRef::Object">Object</a>>></h4></section><section id="tymethod.from_ptr" class="method"><a class="srclink rightside" href="../../../src/tvm_rt/object/mod.rs.html#61">source</a><h4 class="code-header">fn <a href="#tymethod.from_ptr" class="fn">from_ptr</a>(object_ptr: <a class="enum" href="https://doc.rust-lang.org/1.69.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../struct.ObjectPtr.html" title="struct tvm::runtime::ObjectPtr">ObjectPtr</a><Self::<a class="associatedtype" href="../trait.IsObjectRef.html#associatedtype.Object" title="type tvm::runtime::IsObjectRef::Object">Object</a>>>) -> Self</h4></section></div><h2 id="provided-methods" class="small-section-header">Provided Methods<a href="#provided-methods" class="anchor">§</a></h2><div class="methods"><section id="method.null" class="method"><a class="srclink rightside" href="../../../src/tvm_rt/object/mod.rs.html#63">source</a><h4 class="code-header">fn <a href="#method.null" class="fn">null</a>() -> Self</h4></section><section id="method.into_arg_value" class="method"><a class="srclink rightside" href="../../../src/tvm_rt/object/mod.rs.html#67">source</a><h4 class="code-header">fn <a href="#method.into_arg_value" class="fn">into_arg_value</a><'a>(&'a self) -> <a class="enum" href="../../function/enum.ArgValue.html" title="enum tvm::function::ArgValue">ArgValue</a><'a></h4></section><section id="method.from_arg_value" class="method"><a class="srclink rightside" href="../../../src/tvm_rt/object/mod.rs.html#71">source</a><h4 class="code-header">fn <a href="#method.from_arg_value" class="fn">from_arg_value</a><'a>(arg_value: <a class="enum" href="../../function/enum.ArgValue.html" title="enum tvm::function::ArgValue">ArgValue</a><'a>) -> <a class="enum" href="https://doc.rust-lang.org/1.69.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a><Self, <a class="enum" href="../../enum.Error.html" title="enum tvm::Error">Error</a>></h4></section><section id="method.into_ret_value" class="method"><a class="srclink rightside" href="../../../src/tvm_rt/object/mod.rs.html#75">source</a><h4 class="code-header">fn <a href="#method.into_ret_value" class="fn">into_ret_value</a><'a>(self) -> <a class="enum" href="../../function/enum.RetValue.html" title="enum tvm::function::RetValue">RetValue</a></h4></section><section id="method.from_ret_value" class="method"><a class="srclink rightside" href="../../../src/tvm_rt/object/mod.rs.html#79">source</a><h4 class="code-header">fn <a href="#method.from_ret_value" class="fn">from_ret_value</a><'a>(ret_value: <a class="enum" href="../../function/enum.RetValue.html" title="enum tvm::function::RetValue">RetValue</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.69.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a><Self, <a class="enum" href="../../enum.Error.html" title="enum tvm::Error">Error</a>></h4></section><section id="method.upcast" class="method"><a class="srclink rightside" href="../../../src/tvm_rt/object/mod.rs.html#83-86">source</a><h4 class="code-header">fn <a href="#method.upcast" class="fn">upcast</a><U>(self) -> U<span class="where fmt-newline">where |
| U: <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a>, |
| Self::<a class="associatedtype" href="../trait.IsObjectRef.html#associatedtype.Object" title="type tvm::runtime::IsObjectRef::Object">Object</a>: <a class="trait" href="https://doc.rust-lang.org/1.69.0/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a><<U as <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a>>::<a class="associatedtype" href="../trait.IsObjectRef.html#associatedtype.Object" title="type tvm::runtime::IsObjectRef::Object">Object</a>>,</span></h4></section><section id="method.downcast" class="method"><a class="srclink rightside" href="../../../src/tvm_rt/object/mod.rs.html#92-95">source</a><h4 class="code-header">fn <a href="#method.downcast" class="fn">downcast</a><U>(self) -> <a class="enum" href="https://doc.rust-lang.org/1.69.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a><U, <a class="enum" href="../../enum.Error.html" title="enum tvm::Error">Error</a>><span class="where fmt-newline">where |
| U: <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a>, |
| <U as <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a>>::<a class="associatedtype" href="../trait.IsObjectRef.html#associatedtype.Object" title="type tvm::runtime::IsObjectRef::Object">Object</a>: <a class="trait" href="https://doc.rust-lang.org/1.69.0/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a><Self::<a class="associatedtype" href="../trait.IsObjectRef.html#associatedtype.Object" title="type tvm::runtime::IsObjectRef::Object">Object</a>>,</span></h4></section></div><h2 id="implementors" class="small-section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-ConstIntBound" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/arith.rs.html#45-46">source</a><a href="#impl-IsObjectRef-for-ConstIntBound" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/arith/struct.ConstIntBound.html" title="struct tvm::ir::arith::ConstIntBound">ConstIntBound</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-1" class="associatedtype trait-impl"><a href="#associatedtype.Object-1" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/arith/struct.ConstIntBoundNode.html" title="struct tvm::ir::arith::ConstIntBoundNode">ConstIntBoundNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-Attrs" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/attrs.rs.html#24">source</a><a href="#impl-IsObjectRef-for-Attrs" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/attrs/struct.Attrs.html" title="struct tvm::ir::attrs::Attrs">Attrs</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-2" class="associatedtype trait-impl"><a href="#associatedtype.Object-2" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/attrs/struct.BaseAttrsNode.html" title="struct tvm::ir::attrs::BaseAttrsNode">BaseAttrsNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-Diagnostic" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/diagnostics/mod.rs.html#73">source</a><a href="#impl-IsObjectRef-for-Diagnostic" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/diagnostics/struct.Diagnostic.html" title="struct tvm::ir::diagnostics::Diagnostic">Diagnostic</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-3" class="associatedtype trait-impl"><a href="#associatedtype.Object-3" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/diagnostics/struct.DiagnosticNode.html" title="struct tvm::ir::diagnostics::DiagnosticNode">DiagnosticNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-DiagnosticContext" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/diagnostics/mod.rs.html#170">source</a><a href="#impl-IsObjectRef-for-DiagnosticContext" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/diagnostics/struct.DiagnosticContext.html" title="struct tvm::ir::diagnostics::DiagnosticContext">DiagnosticContext</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-4" class="associatedtype trait-impl"><a href="#associatedtype.Object-4" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/diagnostics/struct.DiagnosticContextNode.html" title="struct tvm::ir::diagnostics::DiagnosticContextNode">DiagnosticContextNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-DiagnosticRenderer" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/diagnostics/mod.rs.html#149">source</a><a href="#impl-IsObjectRef-for-DiagnosticRenderer" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/diagnostics/struct.DiagnosticRenderer.html" title="struct tvm::ir::diagnostics::DiagnosticRenderer">DiagnosticRenderer</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-5" class="associatedtype trait-impl"><a href="#associatedtype.Object-5" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/diagnostics/struct.DiagnosticRendererNode.html" title="struct tvm::ir::diagnostics::DiagnosticRendererNode">DiagnosticRendererNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-BaseExpr" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/expr.rs.html#30">source</a><a href="#impl-IsObjectRef-for-BaseExpr" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/expr/struct.BaseExpr.html" title="struct tvm::ir::expr::BaseExpr">BaseExpr</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-6" class="associatedtype trait-impl"><a href="#associatedtype.Object-6" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/expr/struct.BaseExprNode.html" title="struct tvm::ir::expr::BaseExprNode">BaseExprNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-GlobalVar" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/expr.rs.html#66">source</a><a href="#impl-IsObjectRef-for-GlobalVar" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/expr/struct.GlobalVar.html" title="struct tvm::ir::expr::GlobalVar">GlobalVar</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-7" class="associatedtype trait-impl"><a href="#associatedtype.Object-7" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/expr/struct.GlobalVarNode.html" title="struct tvm::ir::expr::GlobalVarNode">GlobalVarNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-PrimExpr" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/expr.rs.html#48">source</a><a href="#impl-IsObjectRef-for-PrimExpr" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/expr/struct.PrimExpr.html" title="struct tvm::ir::expr::PrimExpr">PrimExpr</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-8" class="associatedtype trait-impl"><a href="#associatedtype.Object-8" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/expr/struct.PrimExprNode.html" title="struct tvm::ir::expr::PrimExprNode">PrimExprNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-BaseFunc" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/function.rs.html#31">source</a><a href="#impl-IsObjectRef-for-BaseFunc" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/function/struct.BaseFunc.html" title="struct tvm::ir::function::BaseFunc">BaseFunc</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-9" class="associatedtype trait-impl"><a href="#associatedtype.Object-9" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/function/struct.BaseFuncNode.html" title="struct tvm::ir::function::BaseFuncNode">BaseFuncNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-IRModule" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/module.rs.html#47">source</a><a href="#impl-IsObjectRef-for-IRModule" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/module/struct.IRModule.html" title="struct tvm::ir::module::IRModule">IRModule</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-10" class="associatedtype trait-impl"><a href="#associatedtype.Object-10" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/module/struct.IRModuleNode.html" title="struct tvm::ir::module::IRModuleNode">IRModuleNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-Op" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/op.rs.html#30">source</a><a href="#impl-IsObjectRef-for-Op" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/op/struct.Op.html" title="struct tvm::ir::op::Op">Op</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-11" class="associatedtype trait-impl"><a href="#associatedtype.Object-11" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/op/struct.OpNode.html" title="struct tvm::ir::op::OpNode">OpNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-AvgPool2DAttrs" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/relay/attrs/nn.rs.html#202">source</a><a href="#impl-IsObjectRef-for-AvgPool2DAttrs" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/relay/attrs/nn/struct.AvgPool2DAttrs.html" title="struct tvm::ir::relay::attrs::nn::AvgPool2DAttrs">AvgPool2DAttrs</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-12" class="associatedtype trait-impl"><a href="#associatedtype.Object-12" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/relay/attrs/nn/struct.AvgPool2DAttrsNode.html" title="struct tvm::ir::relay::attrs::nn::AvgPool2DAttrsNode">AvgPool2DAttrsNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-BatchMatmulAttrs" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/relay/attrs/nn.rs.html#239">source</a><a href="#impl-IsObjectRef-for-BatchMatmulAttrs" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/relay/attrs/nn/struct.BatchMatmulAttrs.html" title="struct tvm::ir::relay::attrs::nn::BatchMatmulAttrs">BatchMatmulAttrs</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-13" class="associatedtype trait-impl"><a href="#associatedtype.Object-13" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/relay/attrs/nn/struct.BatchMatmulAttrsNode.html" title="struct tvm::ir::relay::attrs::nn::BatchMatmulAttrsNode">BatchMatmulAttrsNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-BatchNormAttrs" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/relay/attrs/nn.rs.html#181">source</a><a href="#impl-IsObjectRef-for-BatchNormAttrs" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/relay/attrs/nn/struct.BatchNormAttrs.html" title="struct tvm::ir::relay::attrs::nn::BatchNormAttrs">BatchNormAttrs</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-14" class="associatedtype trait-impl"><a href="#associatedtype.Object-14" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/relay/attrs/nn/struct.BatchNormAttrsNode.html" title="struct tvm::ir::relay::attrs::nn::BatchNormAttrsNode">BatchNormAttrsNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-BiasAddAttrs" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/relay/attrs/nn.rs.html#117">source</a><a href="#impl-IsObjectRef-for-BiasAddAttrs" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/relay/attrs/nn/struct.BiasAddAttrs.html" title="struct tvm::ir::relay::attrs::nn::BiasAddAttrs">BiasAddAttrs</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-15" class="associatedtype trait-impl"><a href="#associatedtype.Object-15" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/relay/attrs/nn/struct.BiasAddAttrsNode.html" title="struct tvm::ir::relay::attrs::nn::BiasAddAttrsNode">BiasAddAttrsNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-Conv1DAttrs" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/relay/attrs/nn.rs.html#40">source</a><a href="#impl-IsObjectRef-for-Conv1DAttrs" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/relay/attrs/nn/struct.Conv1DAttrs.html" title="struct tvm::ir::relay::attrs::nn::Conv1DAttrs">Conv1DAttrs</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-16" class="associatedtype trait-impl"><a href="#associatedtype.Object-16" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/relay/attrs/nn/struct.Conv1DAttrsNode.html" title="struct tvm::ir::relay::attrs::nn::Conv1DAttrsNode">Conv1DAttrsNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-Conv2DAttrs" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/relay/attrs/nn.rs.html#59">source</a><a href="#impl-IsObjectRef-for-Conv2DAttrs" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/relay/attrs/nn/struct.Conv2DAttrs.html" title="struct tvm::ir::relay::attrs::nn::Conv2DAttrs">Conv2DAttrs</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-17" class="associatedtype trait-impl"><a href="#associatedtype.Object-17" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/relay/attrs/nn/struct.Conv2DAttrsNode.html" title="struct tvm::ir::relay::attrs::nn::Conv2DAttrsNode">Conv2DAttrsNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-Conv3DAttrs" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/relay/attrs/nn.rs.html#79">source</a><a href="#impl-IsObjectRef-for-Conv3DAttrs" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/relay/attrs/nn/struct.Conv3DAttrs.html" title="struct tvm::ir::relay::attrs::nn::Conv3DAttrs">Conv3DAttrs</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-18" class="associatedtype trait-impl"><a href="#associatedtype.Object-18" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/relay/attrs/nn/struct.Conv3DAttrsNode.html" title="struct tvm::ir::relay::attrs::nn::Conv3DAttrsNode">Conv3DAttrsNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-Conv3DTransposeAttrs" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/relay/attrs/nn.rs.html#98">source</a><a href="#impl-IsObjectRef-for-Conv3DTransposeAttrs" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/relay/attrs/nn/struct.Conv3DTransposeAttrs.html" title="struct tvm::ir::relay::attrs::nn::Conv3DTransposeAttrs">Conv3DTransposeAttrs</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-19" class="associatedtype trait-impl"><a href="#associatedtype.Object-19" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/relay/attrs/nn/struct.Conv3DTransposeAttrsNode.html" title="struct tvm::ir::relay::attrs::nn::Conv3DTransposeAttrsNode">Conv3DTransposeAttrsNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-DenseAttrs" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/relay/attrs/nn.rs.html#138">source</a><a href="#impl-IsObjectRef-for-DenseAttrs" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/relay/attrs/nn/struct.DenseAttrs.html" title="struct tvm::ir::relay::attrs::nn::DenseAttrs">DenseAttrs</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-20" class="associatedtype trait-impl"><a href="#associatedtype.Object-20" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/relay/attrs/nn/struct.DenseAttrsNode.html" title="struct tvm::ir::relay::attrs::nn::DenseAttrsNode">DenseAttrsNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-DropoutAttrs" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/relay/attrs/nn.rs.html#230">source</a><a href="#impl-IsObjectRef-for-DropoutAttrs" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/relay/attrs/nn/struct.DropoutAttrs.html" title="struct tvm::ir::relay::attrs::nn::DropoutAttrs">DropoutAttrs</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-21" class="associatedtype trait-impl"><a href="#associatedtype.Object-21" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/relay/attrs/nn/struct.DropoutAttrsNode.html" title="struct tvm::ir::relay::attrs::nn::DropoutAttrsNode">DropoutAttrsNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-GlobalPool2DAttrs" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/relay/attrs/nn.rs.html#149">source</a><a href="#impl-IsObjectRef-for-GlobalPool2DAttrs" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/relay/attrs/nn/struct.GlobalPool2DAttrs.html" title="struct tvm::ir::relay::attrs::nn::GlobalPool2DAttrs">GlobalPool2DAttrs</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-22" class="associatedtype trait-impl"><a href="#associatedtype.Object-22" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/relay/attrs/nn/struct.GlobalPool2DAttrsNode.html" title="struct tvm::ir::relay::attrs::nn::GlobalPool2DAttrsNode">GlobalPool2DAttrsNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-LayerNormAttrs" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/relay/attrs/nn.rs.html#249">source</a><a href="#impl-IsObjectRef-for-LayerNormAttrs" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/relay/attrs/nn/struct.LayerNormAttrs.html" title="struct tvm::ir::relay::attrs::nn::LayerNormAttrs">LayerNormAttrs</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-23" class="associatedtype trait-impl"><a href="#associatedtype.Object-23" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/relay/attrs/nn/struct.LayerNormAttrsNode.html" title="struct tvm::ir::relay::attrs::nn::LayerNormAttrsNode">LayerNormAttrsNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-LeakyReluAttrs" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/relay/attrs/nn.rs.html#193">source</a><a href="#impl-IsObjectRef-for-LeakyReluAttrs" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/relay/attrs/nn/struct.LeakyReluAttrs.html" title="struct tvm::ir::relay::attrs::nn::LeakyReluAttrs">LeakyReluAttrs</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-24" class="associatedtype trait-impl"><a href="#associatedtype.Object-24" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/relay/attrs/nn/struct.LeakyReluAttrsNode.html" title="struct tvm::ir::relay::attrs::nn::LeakyReluAttrsNode">LeakyReluAttrsNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-MatmulAttrs" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/relay/attrs/nn.rs.html#126">source</a><a href="#impl-IsObjectRef-for-MatmulAttrs" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/relay/attrs/nn/struct.MatmulAttrs.html" title="struct tvm::ir::relay::attrs::nn::MatmulAttrs">MatmulAttrs</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-25" class="associatedtype trait-impl"><a href="#associatedtype.Object-25" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/relay/attrs/nn/struct.MatmulAttrsNode.html" title="struct tvm::ir::relay::attrs::nn::MatmulAttrsNode">MatmulAttrsNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-MaxPool2DAttrs" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/relay/attrs/nn.rs.html#158">source</a><a href="#impl-IsObjectRef-for-MaxPool2DAttrs" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/relay/attrs/nn/struct.MaxPool2DAttrs.html" title="struct tvm::ir::relay::attrs::nn::MaxPool2DAttrs">MaxPool2DAttrs</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-26" class="associatedtype trait-impl"><a href="#associatedtype.Object-26" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/relay/attrs/nn/struct.MaxPool2DAttrsNode.html" title="struct tvm::ir::relay::attrs::nn::MaxPool2DAttrsNode">MaxPool2DAttrsNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-PadAttrs" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/relay/attrs/nn.rs.html#30">source</a><a href="#impl-IsObjectRef-for-PadAttrs" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/relay/attrs/nn/struct.PadAttrs.html" title="struct tvm::ir::relay::attrs::nn::PadAttrs">PadAttrs</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-27" class="associatedtype trait-impl"><a href="#associatedtype.Object-27" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/relay/attrs/nn/struct.PadAttrsNode.html" title="struct tvm::ir::relay::attrs::nn::PadAttrsNode">PadAttrsNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-SoftmaxAttrs" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/relay/attrs/nn.rs.html#172">source</a><a href="#impl-IsObjectRef-for-SoftmaxAttrs" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/relay/attrs/nn/struct.SoftmaxAttrs.html" title="struct tvm::ir::relay::attrs::nn::SoftmaxAttrs">SoftmaxAttrs</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-28" class="associatedtype trait-impl"><a href="#associatedtype.Object-28" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/relay/attrs/nn/struct.SoftmaxAttrsNode.html" title="struct tvm::ir::relay::attrs::nn::SoftmaxAttrsNode">SoftmaxAttrsNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-UpSamplingAttrs" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/relay/attrs/nn.rs.html#217">source</a><a href="#impl-IsObjectRef-for-UpSamplingAttrs" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/relay/attrs/nn/struct.UpSamplingAttrs.html" title="struct tvm::ir::relay::attrs::nn::UpSamplingAttrs">UpSamplingAttrs</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-29" class="associatedtype trait-impl"><a href="#associatedtype.Object-29" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/relay/attrs/nn/struct.UpSamplingAttrsNode.html" title="struct tvm::ir::relay::attrs::nn::UpSamplingAttrsNode">UpSamplingAttrsNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-ReduceAttrs" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/relay/attrs/reduce.rs.html#28">source</a><a href="#impl-IsObjectRef-for-ReduceAttrs" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/relay/attrs/reduce/struct.ReduceAttrs.html" title="struct tvm::ir::relay::attrs::reduce::ReduceAttrs">ReduceAttrs</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-30" class="associatedtype trait-impl"><a href="#associatedtype.Object-30" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/relay/attrs/reduce/struct.ReduceAttrsNode.html" title="struct tvm::ir::relay::attrs::reduce::ReduceAttrsNode">ReduceAttrsNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-VarianceAttrs" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/relay/attrs/reduce.rs.html#39">source</a><a href="#impl-IsObjectRef-for-VarianceAttrs" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/relay/attrs/reduce/struct.VarianceAttrs.html" title="struct tvm::ir::relay::attrs::reduce::VarianceAttrs">VarianceAttrs</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-31" class="associatedtype trait-impl"><a href="#associatedtype.Object-31" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/relay/attrs/reduce/struct.VarianceAttrsNode.html" title="struct tvm::ir::relay::attrs::reduce::VarianceAttrsNode">VarianceAttrsNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-CastAttrs" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/relay/attrs/transform.rs.html#42">source</a><a href="#impl-IsObjectRef-for-CastAttrs" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/relay/attrs/transform/struct.CastAttrs.html" title="struct tvm::ir::relay::attrs::transform::CastAttrs">CastAttrs</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-32" class="associatedtype trait-impl"><a href="#associatedtype.Object-32" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/relay/attrs/transform/struct.CastAttrsNode.html" title="struct tvm::ir::relay::attrs::transform::CastAttrsNode">CastAttrsNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-ClipAttrs" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/relay/attrs/transform.rs.html#32">source</a><a href="#impl-IsObjectRef-for-ClipAttrs" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/relay/attrs/transform/struct.ClipAttrs.html" title="struct tvm::ir::relay::attrs::transform::ClipAttrs">ClipAttrs</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-33" class="associatedtype trait-impl"><a href="#associatedtype.Object-33" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/relay/attrs/transform/struct.ClipAttrsNode.html" title="struct tvm::ir::relay::attrs::transform::ClipAttrsNode">ClipAttrsNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-ConcatenateAttrs" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/relay/attrs/transform.rs.html#61">source</a><a href="#impl-IsObjectRef-for-ConcatenateAttrs" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/relay/attrs/transform/struct.ConcatenateAttrs.html" title="struct tvm::ir::relay::attrs::transform::ConcatenateAttrs">ConcatenateAttrs</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-34" class="associatedtype trait-impl"><a href="#associatedtype.Object-34" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/relay/attrs/transform/struct.ConcatenateAttrsNode.html" title="struct tvm::ir::relay::attrs::transform::ConcatenateAttrsNode">ConcatenateAttrsNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-ExpandDimsAttrs" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/relay/attrs/transform.rs.html#51">source</a><a href="#impl-IsObjectRef-for-ExpandDimsAttrs" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/relay/attrs/transform/struct.ExpandDimsAttrs.html" title="struct tvm::ir::relay::attrs::transform::ExpandDimsAttrs">ExpandDimsAttrs</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-35" class="associatedtype trait-impl"><a href="#associatedtype.Object-35" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/relay/attrs/transform/struct.ExpandDimsAttrsNode.html" title="struct tvm::ir::relay::attrs::transform::ExpandDimsAttrsNode">ExpandDimsAttrsNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-ReshapeAttrs" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/relay/attrs/transform.rs.html#70">source</a><a href="#impl-IsObjectRef-for-ReshapeAttrs" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/relay/attrs/transform/struct.ReshapeAttrs.html" title="struct tvm::ir::relay::attrs::transform::ReshapeAttrs">ReshapeAttrs</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-36" class="associatedtype trait-impl"><a href="#associatedtype.Object-36" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/relay/attrs/transform/struct.ReshapeAttrsNode.html" title="struct tvm::ir::relay::attrs::transform::ReshapeAttrsNode">ReshapeAttrsNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-SplitAttrs" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/relay/attrs/transform.rs.html#80">source</a><a href="#impl-IsObjectRef-for-SplitAttrs" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/relay/attrs/transform/struct.SplitAttrs.html" title="struct tvm::ir::relay::attrs::transform::SplitAttrs">SplitAttrs</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-37" class="associatedtype trait-impl"><a href="#associatedtype.Object-37" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/relay/attrs/transform/struct.SplitAttrsNode.html" title="struct tvm::ir::relay::attrs::transform::SplitAttrsNode">SplitAttrsNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-SqueezeAttrs" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/relay/attrs/transform.rs.html#99">source</a><a href="#impl-IsObjectRef-for-SqueezeAttrs" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/relay/attrs/transform/struct.SqueezeAttrs.html" title="struct tvm::ir::relay::attrs::transform::SqueezeAttrs">SqueezeAttrs</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-38" class="associatedtype trait-impl"><a href="#associatedtype.Object-38" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/relay/attrs/transform/struct.SqueezeAttrsNode.html" title="struct tvm::ir::relay::attrs::transform::SqueezeAttrsNode">SqueezeAttrsNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-StackAttrs" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/relay/attrs/transform.rs.html#119">source</a><a href="#impl-IsObjectRef-for-StackAttrs" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/relay/attrs/transform/struct.StackAttrs.html" title="struct tvm::ir::relay::attrs::transform::StackAttrs">StackAttrs</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-39" class="associatedtype trait-impl"><a href="#associatedtype.Object-39" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/relay/attrs/transform/struct.StackAttrsNode.html" title="struct tvm::ir::relay::attrs::transform::StackAttrsNode">StackAttrsNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-StridedSliceAttrs" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/relay/attrs/transform.rs.html#131">source</a><a href="#impl-IsObjectRef-for-StridedSliceAttrs" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/relay/attrs/transform/struct.StridedSliceAttrs.html" title="struct tvm::ir::relay::attrs::transform::StridedSliceAttrs">StridedSliceAttrs</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-40" class="associatedtype trait-impl"><a href="#associatedtype.Object-40" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/relay/attrs/transform/struct.StridedSliceAttrsNode.html" title="struct tvm::ir::relay::attrs::transform::StridedSliceAttrsNode">StridedSliceAttrsNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-TakeAttrs" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/relay/attrs/transform.rs.html#108">source</a><a href="#impl-IsObjectRef-for-TakeAttrs" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/relay/attrs/transform/struct.TakeAttrs.html" title="struct tvm::ir::relay::attrs::transform::TakeAttrs">TakeAttrs</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-41" class="associatedtype trait-impl"><a href="#associatedtype.Object-41" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/relay/attrs/transform/struct.TakeAttrsNode.html" title="struct tvm::ir::relay::attrs::transform::TakeAttrsNode">TakeAttrsNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-TransposeAttrs" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/relay/attrs/transform.rs.html#90">source</a><a href="#impl-IsObjectRef-for-TransposeAttrs" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/relay/attrs/transform/struct.TransposeAttrs.html" title="struct tvm::ir::relay::attrs::transform::TransposeAttrs">TransposeAttrs</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-42" class="associatedtype trait-impl"><a href="#associatedtype.Object-42" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/relay/attrs/transform/struct.TransposeAttrsNode.html" title="struct tvm::ir::relay::attrs::transform::TransposeAttrsNode">TransposeAttrsNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-Call" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/relay/mod.rs.html#148">source</a><a href="#impl-IsObjectRef-for-Call" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/relay/struct.Call.html" title="struct tvm::ir::relay::Call">Call</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-43" class="associatedtype trait-impl"><a href="#associatedtype.Object-43" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/relay/struct.CallNode.html" title="struct tvm::ir::relay::CallNode">CallNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-Clause" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/relay/mod.rs.html#430">source</a><a href="#impl-IsObjectRef-for-Clause" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/relay/struct.Clause.html" title="struct tvm::ir::relay::Clause">Clause</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-44" class="associatedtype trait-impl"><a href="#associatedtype.Object-44" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/relay/struct.ClauseNode.html" title="struct tvm::ir::relay::ClauseNode">ClauseNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-Constant" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/relay/mod.rs.html#76">source</a><a href="#impl-IsObjectRef-for-Constant" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/relay/struct.Constant.html" title="struct tvm::ir::relay::Constant">Constant</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-45" class="associatedtype trait-impl"><a href="#associatedtype.Object-45" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/relay/struct.ConstantNode.html" title="struct tvm::ir::relay::ConstantNode">ConstantNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-Constructor" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/relay/mod.rs.html#307">source</a><a href="#impl-IsObjectRef-for-Constructor" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/relay/struct.Constructor.html" title="struct tvm::ir::relay::Constructor">Constructor</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-46" class="associatedtype trait-impl"><a href="#associatedtype.Object-46" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/relay/struct.ConstructorNode.html" title="struct tvm::ir::relay::ConstructorNode">ConstructorNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-Expr" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/relay/mod.rs.html#37">source</a><a href="#impl-IsObjectRef-for-Expr" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/relay/struct.Expr.html" title="struct tvm::ir::relay::Expr">Expr</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-47" class="associatedtype trait-impl"><a href="#associatedtype.Object-47" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/relay/struct.ExprNode.html" title="struct tvm::ir::relay::ExprNode">ExprNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-Function" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/relay/mod.rs.html#474">source</a><a href="#impl-IsObjectRef-for-Function" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/relay/struct.Function.html" title="struct tvm::ir::relay::Function">Function</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-48" class="associatedtype trait-impl"><a href="#associatedtype.Object-48" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/relay/struct.FunctionNode.html" title="struct tvm::ir::relay::FunctionNode">FunctionNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-Id" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/relay/mod.rs.html#57">source</a><a href="#impl-IsObjectRef-for-Id" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/relay/struct.Id.html" title="struct tvm::ir::relay::Id">Id</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-49" class="associatedtype trait-impl"><a href="#associatedtype.Object-49" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/relay/struct.IdNode.html" title="struct tvm::ir::relay::IdNode">IdNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-If" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/relay/mod.rs.html#204">source</a><a href="#impl-IsObjectRef-for-If" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/relay/struct.If.html" title="struct tvm::ir::relay::If">If</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-50" class="associatedtype trait-impl"><a href="#associatedtype.Object-50" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/relay/struct.IfNode.html" title="struct tvm::ir::relay::IfNode">IfNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-Let" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/relay/mod.rs.html#181">source</a><a href="#impl-IsObjectRef-for-Let" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for tvm::ir::relay::<a class="struct" href="../../ir/relay/struct.Let.html" title="struct tvm::ir::relay::Let">Let</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-51" class="associatedtype trait-impl"><a href="#associatedtype.Object-51" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/relay/struct.LetNode.html" title="struct tvm::ir::relay::LetNode">LetNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-Match" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/relay/mod.rs.html#451">source</a><a href="#impl-IsObjectRef-for-Match" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/relay/struct.Match.html" title="struct tvm::ir::relay::Match">Match</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-52" class="associatedtype trait-impl"><a href="#associatedtype.Object-52" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/relay/struct.MatchNode.html" title="struct tvm::ir::relay::MatchNode">MatchNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-Pattern" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/relay/mod.rs.html#332">source</a><a href="#impl-IsObjectRef-for-Pattern" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/relay/struct.Pattern.html" title="struct tvm::ir::relay::Pattern">Pattern</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-53" class="associatedtype trait-impl"><a href="#associatedtype.Object-53" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/relay/struct.PatternNode.html" title="struct tvm::ir::relay::PatternNode">PatternNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-PatternConstructor" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/relay/mod.rs.html#386">source</a><a href="#impl-IsObjectRef-for-PatternConstructor" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/relay/struct.PatternConstructor.html" title="struct tvm::ir::relay::PatternConstructor">PatternConstructor</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-54" class="associatedtype trait-impl"><a href="#associatedtype.Object-54" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/relay/struct.PatternConstructorNode.html" title="struct tvm::ir::relay::PatternConstructorNode">PatternConstructorNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-PatternTuple" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/relay/mod.rs.html#411">source</a><a href="#impl-IsObjectRef-for-PatternTuple" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/relay/struct.PatternTuple.html" title="struct tvm::ir::relay::PatternTuple">PatternTuple</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-55" class="associatedtype trait-impl"><a href="#associatedtype.Object-55" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/relay/struct.PatternTupleNode.html" title="struct tvm::ir::relay::PatternTupleNode">PatternTupleNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-PatternVar" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/relay/mod.rs.html#367">source</a><a href="#impl-IsObjectRef-for-PatternVar" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/relay/struct.PatternVar.html" title="struct tvm::ir::relay::PatternVar">PatternVar</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-56" class="associatedtype trait-impl"><a href="#associatedtype.Object-56" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/relay/struct.PatternVarNode.html" title="struct tvm::ir::relay::PatternVarNode">PatternVarNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-PatternWildcard" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/relay/mod.rs.html#350">source</a><a href="#impl-IsObjectRef-for-PatternWildcard" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/relay/struct.PatternWildcard.html" title="struct tvm::ir::relay::PatternWildcard">PatternWildcard</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-57" class="associatedtype trait-impl"><a href="#associatedtype.Object-57" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/relay/struct.PatternWildcardNode.html" title="struct tvm::ir::relay::PatternWildcardNode">PatternWildcardNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-RefCreate" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/relay/mod.rs.html#248">source</a><a href="#impl-IsObjectRef-for-RefCreate" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/relay/struct.RefCreate.html" title="struct tvm::ir::relay::RefCreate">RefCreate</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-58" class="associatedtype trait-impl"><a href="#associatedtype.Object-58" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/relay/struct.RefCreateNode.html" title="struct tvm::ir::relay::RefCreateNode">RefCreateNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-RefRead" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/relay/mod.rs.html#267">source</a><a href="#impl-IsObjectRef-for-RefRead" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/relay/struct.RefRead.html" title="struct tvm::ir::relay::RefRead">RefRead</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-59" class="associatedtype trait-impl"><a href="#associatedtype.Object-59" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/relay/struct.RefReadNode.html" title="struct tvm::ir::relay::RefReadNode">RefReadNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-RefWrite" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/relay/mod.rs.html#286">source</a><a href="#impl-IsObjectRef-for-RefWrite" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/relay/struct.RefWrite.html" title="struct tvm::ir::relay::RefWrite">RefWrite</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-60" class="associatedtype trait-impl"><a href="#associatedtype.Object-60" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/relay/struct.RefWriteNode.html" title="struct tvm::ir::relay::RefWriteNode">RefWriteNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-Tuple" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/relay/mod.rs.html#95">source</a><a href="#impl-IsObjectRef-for-Tuple" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/relay/struct.Tuple.html" title="struct tvm::ir::relay::Tuple">Tuple</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-61" class="associatedtype trait-impl"><a href="#associatedtype.Object-61" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/relay/struct.TupleNode.html" title="struct tvm::ir::relay::TupleNode">TupleNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-TupleGetItem" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/relay/mod.rs.html#227">source</a><a href="#impl-IsObjectRef-for-TupleGetItem" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/relay/struct.TupleGetItem.html" title="struct tvm::ir::relay::TupleGetItem">TupleGetItem</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-62" class="associatedtype trait-impl"><a href="#associatedtype.Object-62" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/relay/struct.TupleGetItemNode.html" title="struct tvm::ir::relay::TupleGetItemNode">TupleGetItemNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-Var" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/relay/mod.rs.html#114">source</a><a href="#impl-IsObjectRef-for-Var" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for tvm::ir::relay::<a class="struct" href="../../ir/relay/struct.Var.html" title="struct tvm::ir::relay::Var">Var</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-63" class="associatedtype trait-impl"><a href="#associatedtype.Object-63" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/relay/struct.VarNode.html" title="struct tvm::ir::relay::VarNode">VarNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-Source" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/source_map.rs.html#32">source</a><a href="#impl-IsObjectRef-for-Source" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/source_map/struct.Source.html" title="struct tvm::ir::source_map::Source">Source</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-64" class="associatedtype trait-impl"><a href="#associatedtype.Object-64" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/source_map/struct.SourceNode.html" title="struct tvm::ir::source_map::SourceNode">SourceNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-SourceMap" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/source_map.rs.html#49">source</a><a href="#impl-IsObjectRef-for-SourceMap" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/source_map/struct.SourceMap.html" title="struct tvm::ir::source_map::SourceMap">SourceMap</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-65" class="associatedtype trait-impl"><a href="#associatedtype.Object-65" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/source_map/struct.SourceMapNode.html" title="struct tvm::ir::source_map::SourceMapNode">SourceMapNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-SourceName" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/span.rs.html#26">source</a><a href="#impl-IsObjectRef-for-SourceName" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/span/struct.SourceName.html" title="struct tvm::ir::span::SourceName">SourceName</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-66" class="associatedtype trait-impl"><a href="#associatedtype.Object-66" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/span/struct.SourceNameNode.html" title="struct tvm::ir::span::SourceNameNode">SourceNameNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-Span" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/span.rs.html#36">source</a><a href="#impl-IsObjectRef-for-Span" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/span/struct.Span.html" title="struct tvm::ir::span::Span">Span</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-67" class="associatedtype trait-impl"><a href="#associatedtype.Object-67" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/span/struct.SpanNode.html" title="struct tvm::ir::span::SpanNode">SpanNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-Add" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/tir.rs.html#68">source</a><a href="#impl-IsObjectRef-for-Add" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/tir/struct.Add.html" title="struct tvm::ir::tir::Add">Add</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-68" class="associatedtype trait-impl"><a href="#associatedtype.Object-68" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/tir/struct.AddNode.html" title="struct tvm::ir::tir::AddNode">AddNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-And" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/tir.rs.html#96">source</a><a href="#impl-IsObjectRef-for-And" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/tir/struct.And.html" title="struct tvm::ir::tir::And">And</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-69" class="associatedtype trait-impl"><a href="#associatedtype.Object-69" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/tir/struct.AndNode.html" title="struct tvm::ir::tir::AndNode">AndNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-Cast" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/tir.rs.html#81">source</a><a href="#impl-IsObjectRef-for-Cast" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/tir/struct.Cast.html" title="struct tvm::ir::tir::Cast">Cast</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-70" class="associatedtype trait-impl"><a href="#associatedtype.Object-70" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/tir/struct.CastNode.html" title="struct tvm::ir::tir::CastNode">CastNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-Div" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/tir.rs.html#72">source</a><a href="#impl-IsObjectRef-for-Div" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/tir/struct.Div.html" title="struct tvm::ir::tir::Div">Div</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-71" class="associatedtype trait-impl"><a href="#associatedtype.Object-71" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/tir/struct.DivNode.html" title="struct tvm::ir::tir::DivNode">DivNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-Eq" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/tir.rs.html#89">source</a><a href="#impl-IsObjectRef-for-Eq" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/tir/struct.Eq.html" title="struct tvm::ir::tir::Eq">Eq</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-72" class="associatedtype trait-impl"><a href="#associatedtype.Object-72" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/tir/struct.EqNode.html" title="struct tvm::ir::tir::EqNode">EqNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-FloorDiv" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/tir.rs.html#74">source</a><a href="#impl-IsObjectRef-for-FloorDiv" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/tir/struct.FloorDiv.html" title="struct tvm::ir::tir::FloorDiv">FloorDiv</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-73" class="associatedtype trait-impl"><a href="#associatedtype.Object-73" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/tir/struct.FloorDivNode.html" title="struct tvm::ir::tir::FloorDivNode">FloorDivNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-FloorMod" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/tir.rs.html#75">source</a><a href="#impl-IsObjectRef-for-FloorMod" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/tir/struct.FloorMod.html" title="struct tvm::ir::tir::FloorMod">FloorMod</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-74" class="associatedtype trait-impl"><a href="#associatedtype.Object-74" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/tir/struct.FloorModNode.html" title="struct tvm::ir::tir::FloorModNode">FloorModNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-Ge" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/tir.rs.html#94">source</a><a href="#impl-IsObjectRef-for-Ge" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/tir/struct.Ge.html" title="struct tvm::ir::tir::Ge">Ge</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-75" class="associatedtype trait-impl"><a href="#associatedtype.Object-75" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/tir/struct.GeNode.html" title="struct tvm::ir::tir::GeNode">GeNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-Gt" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/tir.rs.html#93">source</a><a href="#impl-IsObjectRef-for-Gt" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/tir/struct.Gt.html" title="struct tvm::ir::tir::Gt">Gt</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-76" class="associatedtype trait-impl"><a href="#associatedtype.Object-76" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/tir/struct.GtNode.html" title="struct tvm::ir::tir::GtNode">GtNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-IntImm" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/tir.rs.html#50-51">source</a><a href="#impl-IsObjectRef-for-IntImm" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/tir/struct.IntImm.html" title="struct tvm::ir::tir::IntImm">IntImm</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-77" class="associatedtype trait-impl"><a href="#associatedtype.Object-77" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/tir/struct.IntImmNode.html" title="struct tvm::ir::tir::IntImmNode">IntImmNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-Le" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/tir.rs.html#92">source</a><a href="#impl-IsObjectRef-for-Le" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/tir/struct.Le.html" title="struct tvm::ir::tir::Le">Le</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-78" class="associatedtype trait-impl"><a href="#associatedtype.Object-78" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/tir/struct.LeNode.html" title="struct tvm::ir::tir::LeNode">LeNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-Let-1" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/tir.rs.html#100">source</a><a href="#impl-IsObjectRef-for-Let-1" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for tvm::ir::tir::<a class="struct" href="../../ir/tir/struct.Let.html" title="struct tvm::ir::tir::Let">Let</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-79" class="associatedtype trait-impl"><a href="#associatedtype.Object-79" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/tir/struct.LetNode.html" title="struct tvm::ir::tir::LetNode">LetNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-Lt" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/tir.rs.html#91">source</a><a href="#impl-IsObjectRef-for-Lt" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/tir/struct.Lt.html" title="struct tvm::ir::tir::Lt">Lt</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-80" class="associatedtype trait-impl"><a href="#associatedtype.Object-80" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/tir/struct.LtNode.html" title="struct tvm::ir::tir::LtNode">LtNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-Max" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/tir.rs.html#78">source</a><a href="#impl-IsObjectRef-for-Max" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/tir/struct.Max.html" title="struct tvm::ir::tir::Max">Max</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-81" class="associatedtype trait-impl"><a href="#associatedtype.Object-81" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/tir/struct.MaxNode.html" title="struct tvm::ir::tir::MaxNode">MaxNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-Min" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/tir.rs.html#77">source</a><a href="#impl-IsObjectRef-for-Min" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/tir/struct.Min.html" title="struct tvm::ir::tir::Min">Min</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-82" class="associatedtype trait-impl"><a href="#associatedtype.Object-82" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/tir/struct.MinNode.html" title="struct tvm::ir::tir::MinNode">MinNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-Mod" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/tir.rs.html#73">source</a><a href="#impl-IsObjectRef-for-Mod" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/tir/struct.Mod.html" title="struct tvm::ir::tir::Mod">Mod</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-83" class="associatedtype trait-impl"><a href="#associatedtype.Object-83" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/tir/struct.ModNode.html" title="struct tvm::ir::tir::ModNode">ModNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-Mul" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/tir.rs.html#70">source</a><a href="#impl-IsObjectRef-for-Mul" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/tir/struct.Mul.html" title="struct tvm::ir::tir::Mul">Mul</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-84" class="associatedtype trait-impl"><a href="#associatedtype.Object-84" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/tir/struct.MulNode.html" title="struct tvm::ir::tir::MulNode">MulNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-Ne" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/tir.rs.html#90">source</a><a href="#impl-IsObjectRef-for-Ne" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/tir/struct.Ne.html" title="struct tvm::ir::tir::Ne">Ne</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-85" class="associatedtype trait-impl"><a href="#associatedtype.Object-85" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/tir/struct.NeNode.html" title="struct tvm::ir::tir::NeNode">NeNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-Not" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/tir.rs.html#98">source</a><a href="#impl-IsObjectRef-for-Not" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/tir/struct.Not.html" title="struct tvm::ir::tir::Not">Not</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-86" class="associatedtype trait-impl"><a href="#associatedtype.Object-86" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/tir/struct.NotNode.html" title="struct tvm::ir::tir::NotNode">NotNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-Or" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/tir.rs.html#97">source</a><a href="#impl-IsObjectRef-for-Or" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/tir/struct.Or.html" title="struct tvm::ir::tir::Or">Or</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-87" class="associatedtype trait-impl"><a href="#associatedtype.Object-87" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/tir/struct.OrNode.html" title="struct tvm::ir::tir::OrNode">OrNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-Ramp" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/tir.rs.html#84">source</a><a href="#impl-IsObjectRef-for-Ramp" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/tir/struct.Ramp.html" title="struct tvm::ir::tir::Ramp">Ramp</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-88" class="associatedtype trait-impl"><a href="#associatedtype.Object-88" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/tir/struct.RampNode.html" title="struct tvm::ir::tir::RampNode">RampNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-Select" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/tir.rs.html#86-87">source</a><a href="#impl-IsObjectRef-for-Select" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/tir/struct.Select.html" title="struct tvm::ir::tir::Select">Select</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-89" class="associatedtype trait-impl"><a href="#associatedtype.Object-89" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/tir/struct.SelectNode.html" title="struct tvm::ir::tir::SelectNode">SelectNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-Sub" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/tir.rs.html#69">source</a><a href="#impl-IsObjectRef-for-Sub" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/tir/struct.Sub.html" title="struct tvm::ir::tir::Sub">Sub</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-90" class="associatedtype trait-impl"><a href="#associatedtype.Object-90" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/tir/struct.SubNode.html" title="struct tvm::ir::tir::SubNode">SubNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-Var-1" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/tir.rs.html#65-66">source</a><a href="#impl-IsObjectRef-for-Var-1" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for tvm::ir::tir::<a class="struct" href="../../ir/tir/struct.Var.html" title="struct tvm::ir::tir::Var">Var</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-91" class="associatedtype trait-impl"><a href="#associatedtype.Object-91" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/tir/struct.VarNode.html" title="struct tvm::ir::tir::VarNode">VarNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-BaseTensorType" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/ty.rs.html#222">source</a><a href="#impl-IsObjectRef-for-BaseTensorType" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/ty/struct.BaseTensorType.html" title="struct tvm::ir::ty::BaseTensorType">BaseTensorType</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-92" class="associatedtype trait-impl"><a href="#associatedtype.Object-92" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/ty/struct.BaseTensorTypeNode.html" title="struct tvm::ir::ty::BaseTensorTypeNode">BaseTensorTypeNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-FuncType" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/ty.rs.html#174">source</a><a href="#impl-IsObjectRef-for-FuncType" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/ty/struct.FuncType.html" title="struct tvm::ir::ty::FuncType">FuncType</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-93" class="associatedtype trait-impl"><a href="#associatedtype.Object-93" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/ty/struct.FuncTypeNode.html" title="struct tvm::ir::ty::FuncTypeNode">FuncTypeNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-GlobalTypeVar" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/ty.rs.html#117">source</a><a href="#impl-IsObjectRef-for-GlobalTypeVar" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/ty/struct.GlobalTypeVar.html" title="struct tvm::ir::ty::GlobalTypeVar">GlobalTypeVar</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-94" class="associatedtype trait-impl"><a href="#associatedtype.Object-94" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/ty/struct.GlobalTypeVarNode.html" title="struct tvm::ir::ty::GlobalTypeVarNode">GlobalTypeVarNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-IncompleteType" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/ty.rs.html#199">source</a><a href="#impl-IsObjectRef-for-IncompleteType" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/ty/struct.IncompleteType.html" title="struct tvm::ir::ty::IncompleteType">IncompleteType</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-95" class="associatedtype trait-impl"><a href="#associatedtype.Object-95" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/ty/struct.IncompleteTypeNode.html" title="struct tvm::ir::ty::IncompleteTypeNode">IncompleteTypeNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-PointerType" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/ty.rs.html#77">source</a><a href="#impl-IsObjectRef-for-PointerType" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/ty/struct.PointerType.html" title="struct tvm::ir::ty::PointerType">PointerType</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-96" class="associatedtype trait-impl"><a href="#associatedtype.Object-96" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/ty/struct.PointerTypeNode.html" title="struct tvm::ir::ty::PointerTypeNode">PointerTypeNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-PrimType" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/ty.rs.html#55">source</a><a href="#impl-IsObjectRef-for-PrimType" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/ty/struct.PrimType.html" title="struct tvm::ir::ty::PrimType">PrimType</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-97" class="associatedtype trait-impl"><a href="#associatedtype.Object-97" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/ty/struct.PrimTypeNode.html" title="struct tvm::ir::ty::PrimTypeNode">PrimTypeNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-RefType" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/ty.rs.html#213">source</a><a href="#impl-IsObjectRef-for-RefType" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/ty/struct.RefType.html" title="struct tvm::ir::ty::RefType">RefType</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-98" class="associatedtype trait-impl"><a href="#associatedtype.Object-98" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/ty/struct.RelayRefTypeNode.html" title="struct tvm::ir::ty::RelayRefTypeNode">RelayRefTypeNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-TensorType" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/ty.rs.html#230">source</a><a href="#impl-IsObjectRef-for-TensorType" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/ty/struct.TensorType.html" title="struct tvm::ir::ty::TensorType">TensorType</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-99" class="associatedtype trait-impl"><a href="#associatedtype.Object-99" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/ty/struct.TensorTypeNode.html" title="struct tvm::ir::ty::TensorTypeNode">TensorTypeNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-TupleType" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/ty.rs.html#141">source</a><a href="#impl-IsObjectRef-for-TupleType" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/ty/struct.TupleType.html" title="struct tvm::ir::ty::TupleType">TupleType</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-100" class="associatedtype trait-impl"><a href="#associatedtype.Object-100" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/ty/struct.TupleTypeNode.html" title="struct tvm::ir::ty::TupleTypeNode">TupleTypeNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-Type" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/ty.rs.html#29">source</a><a href="#impl-IsObjectRef-for-Type" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/ty/struct.Type.html" title="struct tvm::ir::ty::Type">Type</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-101" class="associatedtype trait-impl"><a href="#associatedtype.Object-101" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/ty/struct.TypeNode.html" title="struct tvm::ir::ty::TypeNode">TypeNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-TypeConstraint" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/ty.rs.html#165">source</a><a href="#impl-IsObjectRef-for-TypeConstraint" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/ty/struct.TypeConstraint.html" title="struct tvm::ir::ty::TypeConstraint">TypeConstraint</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-102" class="associatedtype trait-impl"><a href="#associatedtype.Object-102" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/ty/struct.TypeConstraintNode.html" title="struct tvm::ir::ty::TypeConstraintNode">TypeConstraintNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-TypeData" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/ty.rs.html#276">source</a><a href="#impl-IsObjectRef-for-TypeData" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/ty/struct.TypeData.html" title="struct tvm::ir::ty::TypeData">TypeData</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-103" class="associatedtype trait-impl"><a href="#associatedtype.Object-103" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/ty/struct.TypeDataNode.html" title="struct tvm::ir::ty::TypeDataNode">TypeDataNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-TypeVar" class="impl"><a class="srclink rightside" href="../../../src/tvm/ir/ty.rs.html#106">source</a><a href="#impl-IsObjectRef-for-TypeVar" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ir/ty/struct.TypeVar.html" title="struct tvm::ir::ty::TypeVar">TypeVar</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-104" class="associatedtype trait-impl"><a href="#associatedtype.Object-104" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ir/ty/struct.TypeVarNode.html" title="struct tvm::ir::ty::TypeVarNode">TypeVarNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-Module" class="impl"><a class="srclink rightside" href="../../../src/tvm_rt/module.rs.html#42">source</a><a href="#impl-IsObjectRef-for-Module" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../module/struct.Module.html" title="struct tvm::module::Module">Module</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-105" class="associatedtype trait-impl"><a href="#associatedtype.Object-105" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../module/struct.ModuleNode.html" title="struct tvm::module::ModuleNode">ModuleNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-NDArray" class="impl"><a class="srclink rightside" href="../../../src/tvm_rt/ndarray.rs.html#68">source</a><a href="#impl-IsObjectRef-for-NDArray" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../ndarray/struct.NDArray.html" title="struct tvm::ndarray::NDArray">NDArray</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-106" class="associatedtype trait-impl"><a href="#associatedtype.Object-106" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../ndarray/struct.NDArrayContainer.html" title="struct tvm::ndarray::NDArrayContainer">NDArrayContainer</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-PassInfo" class="impl"><a class="srclink rightside" href="../../../src/tvm/transform.rs.html#36">source</a><a href="#impl-IsObjectRef-for-PassInfo" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../../transform/struct.PassInfo.html" title="struct tvm::transform::PassInfo">PassInfo</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-107" class="associatedtype trait-impl"><a href="#associatedtype.Object-107" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../../transform/struct.PassInfoNode.html" title="struct tvm::transform::PassInfoNode">PassInfoNode</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-ObjectRef" class="impl"><a class="srclink rightside" href="../../../src/tvm_rt/object/object_ptr.rs.html#43">source</a><a href="#impl-IsObjectRef-for-ObjectRef" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../struct.ObjectRef.html" title="struct tvm::runtime::ObjectRef">ObjectRef</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-108" class="associatedtype trait-impl"><a href="#associatedtype.Object-108" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../struct.Object.html" title="struct tvm::runtime::Object">Object</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-String" class="impl"><a class="srclink rightside" href="../../../src/tvm_rt/string.rs.html#28">source</a><a href="#impl-IsObjectRef-for-String" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../struct.String.html" title="struct tvm::runtime::String">String</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-109" class="associatedtype trait-impl"><a href="#associatedtype.Object-109" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../struct.StringObj.html" title="struct tvm::runtime::StringObj">StringObj</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IsObjectRef-for-Array%3CT%3E" class="impl"><a class="srclink rightside" href="../../../src/tvm_rt/array.rs.html#48">source</a><a href="#impl-IsObjectRef-for-Array%3CT%3E" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> for <a class="struct" href="../array/struct.Array.html" title="struct tvm::runtime::array::Array">Array</a><T><span class="where fmt-newline">where |
| T: <a class="trait" href="../trait.IsObjectRef.html" title="trait tvm::runtime::IsObjectRef">IsObjectRef</a> + 'static,</span></h3></section></summary><div class="impl-items"><section id="associatedtype.Object-110" class="associatedtype trait-impl"><a href="#associatedtype.Object-110" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Object" class="associatedtype">Object</a> = <a class="struct" href="../struct.Object.html" title="struct tvm::runtime::Object">Object</a></h4></section></div></details></div><script src="../../../implementors/tvm_rt/object/trait.IsObjectRef.js" data-ignore-extern-crates="tvm_rt" async></script></section></div></main><div id="rustdoc-vars" data-root-path="../../../" data-static-root-path="../../../static.files/" data-current-crate="tvm" data-themes="" data-resource-suffix="" data-rustdoc-version="1.69.0 (84c898d65 2023-04-16)" data-search-js="search-8a59a8356673ec1f.js" data-settings-js="settings-f0c5c39777a9a2f6.js" data-settings-css="settings-0bcba95ff279c1db.css" ></div></body></html> |