Searched refs:scratch_elements_ (Results 1 – 1 of 1) sorted by relevance
74 scratch_elements_.resize(num_rows_); in Matrix()82 scratch_elements_.resize(num_rows_); in Matrix()301 const T* const* scratch_elements() const { return &scratch_elements_[0]; } in scratch_elements()318 scratch_elements_.resize(num_rows_); in CopyDataToScratch()321 scratch_elements_[i] = &scratch_data_[i * num_columns_]; in CopyDataToScratch()334 std::vector<T*> scratch_elements_; variable