Caffe2 - C++ API
A deep learning, cross platform ML framework
Public Member Functions | Static Public Member Functions
torch::jit::fuser::ArgSpec Struct Reference

Public Member Functions

 ArgSpec (at::TensorList inputs, const int _device)
 
bool operator== (const ArgSpec &other) const
 
bool operator!= (const ArgSpec &spec) const
 
size_t hashCode () const
 
const std::vector< TensorDesc > & descs () const
 
int device () const
 

Static Public Member Functions

static size_t hash (const ArgSpec &spec)
 

Detailed Description

Definition at line 20 of file arg_spec.h.


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