| assign_input(const ValueMap &vals) | VariableStore | |
| assign_input(ValueMap &&vals) | VariableStore | |
| assign_input_stack(jit::Stack &stack) | VariableStore | protected |
| assign_output(const ValueMap &vals) | VariableStore | |
| assign_output_derivatives(const DerivMap &derivs) | VariableStore | |
| assign_output_stack(jit::Stack &stack, bool out, bool dout, bool d2out) | VariableStore | protected |
| clear_derivatives() | VariableStore | virtual |
| clear_input() | VariableStore | virtual |
| clear_output() | VariableStore | virtual |
| clone_input_variable(const VariableBase &var, const VariableName &new_name={}) | VariableStore | protected |
| clone_output_variable(const VariableBase &var, const VariableName &new_name={}) | VariableStore | protected |
| collect_input() const | VariableStore | |
| collect_input_stack() const | VariableStore | protected |
| collect_output() const | VariableStore | |
| collect_output_derivatives() const | VariableStore | |
| collect_output_second_derivatives() const | VariableStore | |
| collect_output_stack(bool out, bool dout, bool d2out) const | VariableStore | protected |
| declare_axis(const std::string &name) | VariableStore | |
| declare_input_variable(const char *name, TensorShapeRef list_shape={}, bool allow_duplicate=false) | VariableStore | protected |
| declare_input_variable(const VariableName &name, TensorShapeRef list_shape={}, bool allow_duplicate=false) | VariableStore | protected |
| declare_output_variable(const char *name, TensorShapeRef list_shape={}) | VariableStore | protected |
| declare_output_variable(const VariableName &name, TensorShapeRef list_shape={}) | VariableStore | protected |
| input_axis() | VariableStore | inline |
| input_axis() const | VariableStore | inline |
| input_variable(const VariableName &) | VariableStore | |
| input_variable(const VariableName &) const | VariableStore | |
| input_variables() | VariableStore | inline |
| input_variables() const | VariableStore | inline |
| operator=(const VariableStore &)=delete | VariableStore | |
| operator=(VariableStore &&)=delete | VariableStore | |
| output_axis() | VariableStore | inline |
| output_axis() const | VariableStore | inline |
| output_variable(const VariableName &) | VariableStore | |
| output_variable(const VariableName &) const | VariableStore | |
| output_variables() | VariableStore | inline |
| output_variables() const | VariableStore | inline |
| resolve_tensor_name(const TensorName< T > &tn, Model *caller, const std::string &pname) | VariableStore | friend |
| send_variables_to(const TensorOptions &options) | VariableStore | protectedvirtual |
| setup_layout() | VariableStore | virtual |
| variable_options() const | VariableStore | inline |
| VariableStorage typedef | VariableStore | |
| VariableStore(Model *object) | VariableStore | |
| VariableStore(const VariableStore &)=delete | VariableStore | |
| VariableStore(VariableStore &&)=delete | VariableStore | |
| zero_input() | VariableStore | virtual |
| zero_output() | VariableStore | virtual |
| ~VariableStore()=default | VariableStore | virtual |