Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/graph/
Dcostmodel.h124 void RecordMaxMemorySize(const Node* node, int output_slot, Bytes bytes,
Dcostmodel.cc251 void CostModel::RecordMaxMemorySize(const Node* node, int output_slot, in RecordMaxMemorySize() function in tensorflow::CostModel
/external/tensorflow/tensorflow/core/common_runtime/
Dstep_stats_collector.cc355 cm->RecordMaxMemorySize(node, output_slot, in BuildCostModel()