Searched refs:max_rows_in_memory_ (Results 1 – 1 of 1) sorted by relevance
67 context, context->GetAttr("max_rows_in_memory", &max_rows_in_memory_)); in LoadAndRemapMatrixOp()178 max_rows_in_memory_ <= 0 in Compute()181 : std::min(max_rows_in_memory_, max_old_row - row_start + 1); in Compute()300 int64 max_rows_in_memory_; member in tensorflow::LoadAndRemapMatrixOp