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) |
Definition at line 20 of file arg_spec.h.
1.8.11