Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/graph/
Dcostmodel.h159 void RecordAllocationId(const Node* node, int output_slot, int64 alloc_id);
Dcostmodel.cc351 void CostModel::RecordAllocationId(const Node* node, int output_slot, in RecordAllocationId() function in tensorflow::CostModel
/external/tensorflow/tensorflow/core/common_runtime/
Dstep_stats_collector.cc361 cm->RecordAllocationId(node, output_slot, in BuildCostModel()