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

  /external/ceres-solver/examples/
fields_of_experts.h 126 return y_delta_indices_;
135 std::vector<int> x_delta_indices_, y_delta_indices_; member in class:ceres::examples::FieldsOfExperts
fields_of_experts.cc 106 y_delta_indices_.resize(NumVariables());
108 foe_file >> y_delta_indices_[i]; local

Completed in 345 milliseconds