Home
last modified time | relevance | path

Searched refs:max_cost (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fpdfapi/page/
Dcpdf_streamcontentparser.h46 uint32_t Parse(const uint8_t* pData, uint32_t dwSize, uint32_t max_cost);
Dcpdf_streamcontentparser.cpp1509 uint32_t max_cost) { in Parse() argument
1522 if (max_cost && cost >= max_cost) { in Parse()
/external/tensorflow/tensorflow/python/debug/cli/
Dprofile_analyzer_cli.py744 def _render_normalized_cost_bar(self, cost, max_cost, length): argument
756 num_ticks = int(np.ceil(float(cost) / max_cost * length))