Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/data/
H A Dcache_dataset_ops.cc89 TF_RETURN_IF_ERROR(ExtendTempCacheToIndex(index, ctx)); in Get()
99 Status ExtendTempCacheToIndex(int64 index, OpKernelContext* ctx) { in ExtendTempCacheToIndex() function in tensorflow::data::PartialCache