Searched defs:row_ (Results 1 – 9 of 9) sorted by relevance
27 int row_; member
70 MSTensorMapChar row_; in GetNextRow() local
127 std::deque<T> row_; variable
44 int row_; member
237 std::vector<std::shared_ptr<Tensor>> row_; variable
403 struct row_ struct in boost::msm::back::state_machine406 typedef typename make_entry<typename ROW::Source,library_sm>::type T1;407 typedef typename make_exit<typename ROW::Target,library_sm>::type T2;408 typedef typename ROW::Evt transition_event;415 ::boost::mpl::identity<typename ROW::Source> >::type current_state_type;427 >::type next_state_type;430 static bool check_guard(library_sm& fsm,transition_event const& evt) in check_guard()440 …atic HandledEnum execute(library_sm& fsm, int region_index, int state, transition_event const& evt) in execute()
48 int row_; // current input row being processed member
150 row_ class