Struct caffe2_nomnigraph::DataFlowTestGraph
source · pub struct DataFlowTestGraph { /* private fields */ }
Expand description
| Attempts to create a realistic dataflow | graph that shows a fuse procedure. |
Trait Implementations§
source§impl Default for DataFlowTestGraph
impl Default for DataFlowTestGraph
| Realistic data flow test graph. | | | +—————+ | | | | | +———+ | +———+ | +———————+ | input_A | | | input_B | | | +———+ | +———+ | | | | | | | | | | | | v v v | +———++———+ +———————––+ +––––+ | | input_C || input_D | –> | opC | –> | dataC2 | | +———++———+ +———————––+ +––––+ | | | | | v | +———+ | | dataC | -+ | +———+ | | | | | | | | v | | +———+ | | | opB | <+ | +———+ | | | | | v | +———+ | | dataB | | +———+ | | | | | v | +———+ | | opF | | +———+ | | | | | v | +———+ | | dataF | | +———+ | | | | | v | +———+ +———+ | | dataI | –> | opG | | +———+ +———+ | | | | | v | +———+ | | dataOut | | +———+
Auto Trait Implementations§
impl !RefUnwindSafe for DataFlowTestGraph
impl !Send for DataFlowTestGraph
impl !Sync for DataFlowTestGraph
impl !Unpin for DataFlowTestGraph
impl !UnwindSafe for DataFlowTestGraph
Blanket Implementations§
§impl<T> Pointable for T
impl<T> Pointable for T
§impl<SS, SP> SupersetOf<SS> for SPwhere
SS: SubsetOf<SP>,
impl<SS, SP> SupersetOf<SS> for SPwhere SS: SubsetOf<SP>,
§fn to_subset(&self) -> Option<SS>
fn to_subset(&self) -> Option<SS>
self
from the equivalent element of its
superset. Read more§fn is_in_subset(&self) -> bool
fn is_in_subset(&self) -> bool
self
is actually part of its subset T
(and can be converted to it).§fn to_subset_unchecked(&self) -> SS
fn to_subset_unchecked(&self) -> SS
self.to_subset
but without any property checks. Always succeeds.§fn from_subset(element: &SS) -> SP
fn from_subset(element: &SS) -> SP
self
to the equivalent element of its superset.