[][src]Trait tract_onnx::pb_helpers::AttrTVecType

pub trait AttrTVecType<'a>: 'a + Sized {
    fn get_attr_opt_tvec(
        node: &'a NodeProto,
        name: &str
    ) -> TractResult<Option<TVec<Self>>>; }

Required methods

fn get_attr_opt_tvec(
    node: &'a NodeProto,
    name: &str
) -> TractResult<Option<TVec<Self>>>

Loading content...

Implementations on Foreign Types

impl<'a> AttrTVecType<'a> for i8[src]

impl<'a> AttrTVecType<'a> for i16[src]

impl<'a> AttrTVecType<'a> for i32[src]

impl<'a> AttrTVecType<'a> for isize[src]

impl<'a> AttrTVecType<'a> for &'a str[src]

impl<'a> AttrTVecType<'a> for String[src]

impl<'a> AttrTVecType<'a> for bool[src]

impl<'a> AttrTVecType<'a> for usize[src]

Loading content...

Implementors

impl<'a> AttrTVecType<'a> for Tensor[src]

impl<'a, T> AttrTVecType<'a> for T where
    T: AttrSliceType<'a> + Clone
[src]

Loading content...