Searched refs:ix_p (Results 1 – 3 of 3) sorted by relevance
160 int64_t* ix_p = &ix_t(offset, 0); in CopyIntoSparseTensor() local161 for (int64_t i = 0; i < num_elements; ++i, ix_p += 2) { in CopyIntoSparseTensor()162 *ix_p = batch; // Column 0 stores the batch entry in CopyIntoSparseTensor()163 *(ix_p + 1) = i; // Column 1 stores the index in the batch in CopyIntoSparseTensor()
1298 int64* ix_p = &indices->matrix<int64_t>()(offset, 0); in FastParseExample() local1304 *ix_p = example_index; in FastParseExample()1306 *(ix_p + 1) = feature_index; in FastParseExample()1307 ix_p += 2; in FastParseExample()
515 int64_t* ix_p = indices_p; in FastParseExampleLite() local524 *ix_p = example_index; in FastParseExampleLite()526 *(ix_p + 1) = feature_index; in FastParseExampleLite()527 ix_p += 2; in FastParseExampleLite()