Home
last modified time | relevance | path

Searched defs:IsPersistent (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/transforms/utils/
H A Dop_cat_helper.cc138 bool OpCatHelper::IsPersistent(TFOp op) { in IsPersistent() function in mlir::tfg::OpCatHelper
/aosp_15_r20/external/cronet/net/cookies/
H A Dcanonical_cookie.h224 bool IsPersistent() const { return !expiry_date_.is_null(); } in IsPersistent() function
/aosp_15_r20/external/tensorflow/tensorflow/c/eager/
H A Dtape.h182 bool IsPersistent() const { return persistent_; } in IsPersistent() function
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/
H A Dop_types.cc675 bool IsPersistent(const NodeDef& node) { in IsPersistent() function