Home
last modified time | relevance | path

Searched refs:IsPersistent (Results 1 – 7 of 7) sorted by relevance

/external/v8/tools/clang/blink_gc_plugin/
DConfig.h53 static bool IsPersistent(const std::string& name) { in IsPersistent() function
DRecordInfo.cpp685 bool is_persistent = Config::IsPersistent(info->name()); in CreateEdge()
/external/tensorflow/tensorflow/core/grappler/
Dop_types.h195 bool IsPersistent(const NodeDef& node);
Dop_types.cc578 bool IsPersistent(const NodeDef& node) { in IsPersistent() function
/external/tensorflow/tensorflow/c/eager/
Dtape.h150 bool IsPersistent() const { return persistent_; } in IsPersistent() function
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dmemory_optimizer.cc859 if (IsPersistent(node)) { in IsSwappable()
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc1676 if (!tape_obj->tape->IsPersistent()) {