[][src]Trait tract_onnx::pb_helpers::AttrSliceType

pub trait AttrSliceType<'a>: 'a + Sized {
    fn get_attr_opt_slice(
        node: &'a NodeProto,
        name: &str
    ) -> TractResult<Option<&'a [Self]>>; }

Required methods

fn get_attr_opt_slice(
    node: &'a NodeProto,
    name: &str
) -> TractResult<Option<&'a [Self]>>

Loading content...

Implementations on Foreign Types

impl<'a> AttrSliceType<'a> for Vec<u8>[src]

impl<'a> AttrSliceType<'a> for i64[src]

impl<'a> AttrSliceType<'a> for f32[src]

Loading content...

Implementors

Loading content...