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

  /external/opencv/cv/src/
cvemd.cpp 111 float weight, max_cost; member in struct:CvEMDState
268 eps = CV_EMD_EPS * state.max_cost;
346 float max_cost = 0; local
535 if( max_cost < val )
536 max_cost = val;
547 state->max_cost = max_cost;
917 float eps = CV_EMD_EPS * state->max_cost;
    [all...]
  /external/pdfium/core/fpdfapi/page/
cpdf_streamcontentparser.h 46 uint32_t Parse(const uint8_t* pData, uint32_t dwSize, uint32_t max_cost);
  /external/tensorflow/tensorflow/python/debug/cli/
profile_analyzer_cli.py 744 def _render_normalized_cost_bar(self, cost, max_cost, length):
749 max_cost: the maximum cost value to normalize the absolute cost with.
756 num_ticks = int(np.ceil(float(cost) / max_cost * length))

Completed in 584 milliseconds