Searched refs:IsPersistentTensor (Results 1 – 2 of 2) sorted by relevance
156 bool IsPersistentTensor(const Node* node, int64 alloc_id) const;
366 bool CostModel::IsPersistentTensor(const Node* node, int64 alloc_id) const { in IsPersistentTensor() function in tensorflow::CostModel523 if (alias_to_input < 0 && IsPersistentTensor(n, alloc_id)) { in AddToCostGraphDef()