Home
last modified time | relevance | path

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

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