HomeSort by relevance Sort by last modified time
    Searched defs:delta_index (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/contrib/tensor_forest/kernels/
scatter_add_ndim_op.cc 100 const int32 delta_index = i * num_data_per_index + offset; variable
102 CHECK(delta_index < deltas.size());
103 input(input_index) += deltas(delta_index);
  /external/opencv/cxcore/src/
cxdatastructs.cpp 1119 reader->delta_index = seq->first->start_index;
1140 reader->delta_index = 0;
1202 index += reader->block->start_index - reader->delta_index;
1463 int delta_index; local
1588 int delta_index; local
    [all...]

Completed in 395 milliseconds