This is the complete list of members for NnetComputation::SubMatrixInfo, including all inherited members.
col_offset | NnetComputation::SubMatrixInfo | |
matrix_index | NnetComputation::SubMatrixInfo | |
num_cols | NnetComputation::SubMatrixInfo | |
num_rows | NnetComputation::SubMatrixInfo | |
operator==(const SubMatrixInfo &other) const | NnetComputation::SubMatrixInfo | |
Read(std::istream &istream, bool binary) | NnetComputation::SubMatrixInfo | |
row_offset | NnetComputation::SubMatrixInfo | |
SubMatrixInfo() | NnetComputation::SubMatrixInfo | inline |
SubMatrixInfo(int32 matrix_index, int32 row_offset, int32 num_rows, int32 col_offset, int32 num_cols) | NnetComputation::SubMatrixInfo | inline |
Write(std::ostream &ostream, bool binary) const | NnetComputation::SubMatrixInfo |