Home
last modified time | relevance | path

Searched refs:IsPersistentTensor (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/graph/
Dcostmodel.h156 bool IsPersistentTensor(const Node* node, int64 alloc_id) const;
Dcostmodel.cc366 bool CostModel::IsPersistentTensor(const Node* node, int64 alloc_id) const { in IsPersistentTensor() function in tensorflow::CostModel
523 if (alias_to_input < 0 && IsPersistentTensor(n, alloc_id)) { in AddToCostGraphDef()