Searched refs:SizeEstimate (Results 1 – 3 of 3) sorted by relevance
290 uintptr_t SizeEstimate; member in __anona707f8570111::JITEmitter367 : SizeEstimate(0), Resolver(jit, *this), MMI(0), CurFn(0), in JITEmitter()788 if (SizeEstimate > 0) { in startFunction()790 ActualSize = SizeEstimate; in startFunction()915 SizeEstimate = 0; in finishFunction()1018 SizeEstimate = (uintptr_t)(2 * (BufferEnd - BufferBegin)); in retryWithMoreMemory()
100 Bytes SizeEstimate(const Node* node, int output_slot) const;
203 Bytes CostModel::SizeEstimate(const Node* node, int slot) const { in SizeEstimate() function in tensorflow::CostModel