Caffe2 - C++ API
A deep learning, cross platform ML framework
Public Member Functions
c10::Argument Struct Reference

Public Member Functions

 Argument (std::string name="", TypePtr type=nullptr, c10::optional< int32_t > N=c10::nullopt, c10::optional< IValue > default_value=c10::nullopt, bool kwarg_only=false, c10::optional< AliasInfo > alias_info=c10::nullopt)
 
const std::string & name () const
 
TypePtr type () const
 
c10::optional< int32_t > N () const
 
const c10::optional< IValue > & default_value () const
 
bool kwarg_only () const
 
const c10::optional< AliasInfo > & alias_info () const
 

Detailed Description

Definition at line 14 of file function_schema.h.


The documentation for this struct was generated from the following file: