Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/data/
H A Dtensor_dataset_op.cc89 TF_RETURN_IF_ERROR(CheckRandomAccessCompatible(index)); in Get()
H A Dtake_dataset_op.cc103 TF_RETURN_IF_ERROR(CheckRandomAccessCompatible(index)); in Get()
H A Dskip_dataset_op.cc97 TF_RETURN_IF_ERROR(CheckRandomAccessCompatible(index)); in Get()
H A Dmap_dataset_op.cc104 TF_RETURN_IF_ERROR(CheckRandomAccessCompatible(index)); in Get()
H A Dzip_dataset_op.cc134 TF_RETURN_IF_ERROR(CheckRandomAccessCompatible(index)); in Get()
H A Dconcatenate_dataset_op.cc128 TF_RETURN_IF_ERROR(CheckRandomAccessCompatible(index)); in Get()
H A Dshard_dataset_op.cc108 TF_RETURN_IF_ERROR(CheckRandomAccessCompatible(index)); in Get()
H A Dtensor_slice_dataset_op.cc103 TF_RETURN_IF_ERROR(CheckRandomAccessCompatible(index)); in Get()
H A Drepeat_dataset_op.cc122 TF_RETURN_IF_ERROR(CheckRandomAccessCompatible(index)); in Get()
H A Drange_dataset_op.cc227 TF_RETURN_IF_ERROR(CheckRandomAccessCompatible(index)); in Get()
H A Dparallel_map_dataset_op.cc146 TF_RETURN_IF_ERROR(CheckRandomAccessCompatible(index)); in Get()
H A Dshuffle_dataset_op.cc143 TF_RETURN_IF_ERROR(CheckRandomAccessCompatible(index)); in Get()
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/data/experimental/
H A Dlist_dataset_op.cc94 TF_RETURN_IF_ERROR(CheckRandomAccessCompatible(index)); in Get()
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Ddataset.h1024 Status CheckRandomAccessCompatible(const int64 index) const;
H A Ddataset.cc623 Status DatasetBase::CheckRandomAccessCompatible(const int64 index) const { in CheckRandomAccessCompatible() function in tensorflow::data::DatasetBase