Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/graph/
Dcostmodel.h137 Bytes PersistentMemorySize(const Node* node) const;
Dcostmodel.cc312 Bytes CostModel::PersistentMemorySize(const Node* node) const { in PersistentMemorySize() function in tensorflow::CostModel
535 cnode->set_persistent_memory_size(PersistentMemorySize(n).value()); in AddToCostGraphDef()