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

Public Member Functions

 tuple_slice (py::tuple tup_)
 
 tuple_slice (py::tuple tup_, int64_t b_)
 
 tuple_slice (py::tuple tup_, int64_t b_, int64_t e_)
 
py::detail::tuple_iterator begin () const
 
py::detail::tuple_iterator end () const
 
size_t size () const
 
py::detail::tuple_accessor operator[] (size_t index) const
 

Detailed Description

Definition at line 331 of file pybind_utils.h.


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