Trait border_tch_agent::util::OutDim
source · pub trait OutDim {
// Required methods
fn get_out_dim(&self) -> i64;
fn set_out_dim(&mut self, v: i64);
}Expand description
Returns the dimension of output vectors, i.e., the number of discrete outputs.
Required Methods§
sourcefn get_out_dim(&self) -> i64
fn get_out_dim(&self) -> i64
Returns the dimension of output vectors, i.e., the number of discrete outputs.
sourcefn set_out_dim(&mut self, v: i64)
fn set_out_dim(&mut self, v: i64)
Sets the output dimension.