Home
last modified time | relevance | path

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

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