Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/graph/
H A Dcostmodel.cc369 bool CostModel::IsPersistentTensor(const Node* node, int64_t alloc_id) const { in IsPersistentTensor() function in tensorflow::CostModel
527 if (alias_to_input < 0 && IsPersistentTensor(n, alloc_id)) { in AddToCostGraphDef()
H A Dcostmodel.h164 bool IsPersistentTensor(const Node* node, int64_t alloc_id) const;