pub struct Operation {Show 13 fields
pub id: StableId,
pub function: StableId,
pub name: String,
pub qualified_name: Option<String>,
pub inputs: Vec<StableId>,
pub output: StableId,
pub source: String,
pub dtype_rule: String,
pub gradient_rule: String,
pub device_rule: String,
pub shape_rule: String,
pub domain_rule: String,
pub evidence: Vec<Evidence>,
}Fields§
§id: StableId§function: StableId§name: String§qualified_name: Option<String>§inputs: Vec<StableId>§output: StableId§source: String§dtype_rule: String§gradient_rule: String§device_rule: String§shape_rule: String§domain_rule: StringFloat-range transfer after rounding (real, non_negative, saturating_unit, …).
evidence: Vec<Evidence>Trait Implementations§
Source§impl<'de> Deserialize<'de> for Operation
impl<'de> Deserialize<'de> for Operation
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for Operation
impl StructuralPartialEq for Operation
Auto Trait Implementations§
impl Freeze for Operation
impl RefUnwindSafe for Operation
impl Send for Operation
impl Sync for Operation
impl Unpin for Operation
impl UnsafeUnpin for Operation
impl UnwindSafe for Operation
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more