Skip to main content

ExpandValue

Enum ExpandValue 

Source
pub enum ExpandValue {
    Value(Value),
    Constant {
        value: ConstantValue,
        ty: ElemType,
    },
}

Variants§

§

Value(Value)

§

Constant

Fields

Implementations§

Source§

impl ExpandValue

Source

pub fn new(value: Value) -> Self

Source

pub fn constant(value: ConstantValue, ty: impl Into<ElemType>) -> Self

Source

pub fn read_value(&self, scope: &Scope) -> Value

Source

pub fn value(&self, scope: &Scope) -> Value

Source§

impl ExpandValue

Trait Implementations§

Source§

impl Clone for ExpandValue

Source§

fn clone(&self) -> ExpandValue

Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Copy for ExpandValue

Source§

impl Debug for ExpandValue

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for ExpandValue

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Eq for ExpandValue

Source§

impl From<&ExpandValue> for ExpandValue

Source§

fn from(value: &ExpandValue) -> Self

Converts to this type from the input type.
Source§

impl From<Value> for ExpandValue

Source§

fn from(value: Value) -> Self

Converts to this type from the input type.
Source§

impl From<bf16> for ExpandValue

Source§

fn from(value: bf16) -> Self

Converts to this type from the input type.
Source§

impl From<bool> for ExpandValue

Source§

fn from(value: bool) -> Self

Converts to this type from the input type.
Source§

impl From<e2m1> for ExpandValue

Source§

fn from(value: e2m1) -> Self

Converts to this type from the input type.
Source§

impl From<e2m1x2> for ExpandValue

Source§

fn from(_value: e2m1x2) -> Self

Converts to this type from the input type.
Source§

impl From<e2m3> for ExpandValue

Source§

fn from(_value: e2m3) -> Self

Converts to this type from the input type.
Source§

impl From<e3m2> for ExpandValue

Source§

fn from(_value: e3m2) -> Self

Converts to this type from the input type.
Source§

impl From<e4m3> for ExpandValue

Source§

fn from(value: e4m3) -> Self

Converts to this type from the input type.
Source§

impl From<e5m2> for ExpandValue

Source§

fn from(value: e5m2) -> Self

Converts to this type from the input type.
Source§

impl From<f16> for ExpandValue

Source§

fn from(value: f16) -> Self

Converts to this type from the input type.
Source§

impl From<f32> for ExpandValue

Source§

fn from(value: f32) -> Self

Converts to this type from the input type.
Source§

impl From<f64> for ExpandValue

Source§

fn from(value: f64) -> Self

Converts to this type from the input type.
Source§

impl From<flex32> for ExpandValue

Source§

fn from(value: flex32) -> Self

Converts to this type from the input type.
Source§

impl From<i8> for ExpandValue

Source§

fn from(value: i8) -> Self

Converts to this type from the input type.
Source§

impl From<i16> for ExpandValue

Source§

fn from(value: i16) -> Self

Converts to this type from the input type.
Source§

impl From<i32> for ExpandValue

Source§

fn from(value: i32) -> Self

Converts to this type from the input type.
Source§

impl From<i64> for ExpandValue

Source§

fn from(value: i64) -> Self

Converts to this type from the input type.
Source§

impl From<isize> for ExpandValue

Source§

fn from(value: isize) -> Self

Converts to this type from the input type.
Source§

impl From<tf32> for ExpandValue

Source§

fn from(value: tf32) -> Self

Converts to this type from the input type.
Source§

impl From<u8> for ExpandValue

Source§

fn from(value: u8) -> Self

Converts to this type from the input type.
Source§

impl From<u16> for ExpandValue

Source§

fn from(value: u16) -> Self

Converts to this type from the input type.
Source§

impl From<u32> for ExpandValue

Source§

fn from(value: u32) -> Self

Converts to this type from the input type.
Source§

impl From<u64> for ExpandValue

Source§

fn from(value: u64) -> Self

Converts to this type from the input type.
Source§

impl From<ue8m0> for ExpandValue

Source§

fn from(value: ue8m0) -> Self

Converts to this type from the input type.
Source§

impl From<usize> for ExpandValue

Source§

fn from(value: usize) -> Self

Converts to this type from the input type.
Source§

impl Hash for ExpandValue

Source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · Source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
Source§

impl PartialEq for ExpandValue

Source§

fn eq(&self, other: &ExpandValue) -> bool

Equality operator ==. Read more
1.0.0 (const: unstable) · Source§

fn ne(&self, other: &Rhs) -> bool

Inequality operator !=. Read more
Source§

impl StructuralPartialEq for ExpandValue

Source§

impl TypeHash for ExpandValue

Source§

fn write_hash(hasher: &mut impl Hasher)

Write the structure of the type to the hasher
Source§

fn type_hash() -> u64

Generate a stable hash of the type structure. Read more

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
where ST: ?Sized, DT: ?Sized,

Source§

impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
where ST: ?Sized, DT: ?Sized,

Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> Downcast for T
where T: Any,

Source§

fn into_any(self: Box<T>) -> Box<dyn Any>

Converts Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>, which can then be downcast into Box<dyn ConcreteType> where ConcreteType implements Trait.
Source§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Converts Rc<Trait> (where Trait: Downcast) to Rc<Any>, which can then be further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
Source§

fn as_any(&self) -> &(dyn Any + 'static)

Converts &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot generate &Any’s vtable from &Trait’s.
Source§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Converts &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot generate &mut Any’s vtable from &mut Trait’s.
Source§

impl<T> DowncastSend for T
where T: Any + Send,

Source§

fn into_any_send(self: Box<T>) -> Box<dyn Any + Send>

Converts Box<Trait> (where Trait: DowncastSend) to Box<dyn Any + Send>, which can then be downcast into Box<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DowncastSync for T
where T: Any + Send + Sync,

Source§

fn into_any_sync(self: Box<T>) -> Box<dyn Any + Sync + Send>

Converts Box<Trait> (where Trait: DowncastSync) to Box<dyn Any + Send + Sync>, which can then be downcast into Box<ConcreteType> where ConcreteType implements Trait.
Source§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Converts Arc<Trait> (where Trait: DowncastSync) to Arc<Any>, which can then be downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

Source§

impl<Q, K> Equivalent<K> for Q
where Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,

Source§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> if into_left is true. Converts self into a Right variant of Either<Self, Self> otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> if into_left(&self) returns true. Converts self into a Right variant of Either<Self, Self> otherwise. Read more
Source§

impl<T> Read<Exclusive, BecauseExclusive> for T
where T: ?Sized,

Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T> ToString for T
where T: Display + ?Sized,

Source§

fn to_string(&self) -> String

Converts the given value to a String. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = !

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.