Skip to main content

Api: model_graph

Api members in the model_graph family.

Member
model_graph_free
model_graph_input_names
model_graph_output_names
model_graph_run_vector / f_model_graph_run_vector
model_graph_run_vector_bound_outputs / f_model_graph_run_vector_bound_outputs

model_graph_free

fn model_graph_free(self, h: &ModelGraph)

Wraps api-table member model_graph_free.

model_graph_input_names

fn model_graph_input_names(self, self_: &ModelGraph) -> Option<StringList>

Wraps api-table member model_graph_input_names. ClikaRT::graph::ModelGraph::input_names <- ClikaRT/graph/model_graph.h A NULL return maps to None.

model_graph_output_names

fn model_graph_output_names(self, self_: &ModelGraph) -> Option<StringList>

Wraps api-table member model_graph_output_names. ClikaRT::graph::ModelGraph::output_names <- ClikaRT/graph/model_graph.h A NULL return maps to None.

model_graph_run_vector / f_model_graph_run_vector

fn f_model_graph_run_vector(self, self_: &ModelGraph, inputs: &[&Tensor]) -> Result<TensorList>
fn model_graph_run_vector(self, self_: &ModelGraph, inputs: &[&Tensor]) -> TensorList

Wraps api-table member model_graph_run_vector. ClikaRT::graph::ModelGraph::run <- ClikaRT/graph/model_graph.h

model_graph_run_vector_bound_outputs / f_model_graph_run_vector_bound_outputs

fn f_model_graph_run_vector_bound_outputs(self, self_: &ModelGraph, inputs: &[&Tensor], bound_outputs: &[&Tensor]) -> Result<TensorList>
fn model_graph_run_vector_bound_outputs(self, self_: &ModelGraph, inputs: &[&Tensor], bound_outputs: &[&Tensor]) -> TensorList

Wraps api-table member model_graph_run_vector_bound_outputs. ClikaRT::graph::ModelGraph::run <- ClikaRT/graph/model_graph.h