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 RawSimplePlanpub 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 RawSimplePlanfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for RawSimplePlan[src]
impl Clone for RawSimplePlanfn clone(&self) -> RawSimplePlan[src]
fn clone(&self) -> RawSimplePlanReturns 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 RawSimplePlanimpl Sync for RawSimplePlan
impl Sync for RawSimplePlan