Struct tfdeploy::plan::RawSimplePlan [−][src]
pub struct RawSimplePlan { pub model: Model, pub input_ids: Vec<usize>, pub output_ids: Vec<usize>, pub order: Vec<usize>, }
Fields
model: Model
input_ids: Vec<usize>
output_ids: Vec<usize>
order: Vec<usize>
Methods
impl RawSimplePlan
[src]
impl RawSimplePlan
pub fn new(
model: &Model,
inputs: &[impl AsRef<str>],
outputs: &[impl AsRef<str>]
) -> Result<RawSimplePlan>
[src]
pub fn new(
model: &Model,
inputs: &[impl AsRef<str>],
outputs: &[impl AsRef<str>]
) -> Result<RawSimplePlan>
Trait Implementations
impl Debug for RawSimplePlan
[src]
impl Debug for RawSimplePlan
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for RawSimplePlan
[src]
impl Clone for RawSimplePlan
fn clone(&self) -> RawSimplePlan
[src]
fn clone(&self) -> RawSimplePlan
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
Auto Trait Implementations
impl Send for RawSimplePlan
impl Send for RawSimplePlan
impl Sync for RawSimplePlan
impl Sync for RawSimplePlan