Home
last modified time | relevance | path

Searched refs:RestoreInput (Results 1 – 25 of 46) sorted by relevance

12

/external/tensorflow/tensorflow/core/kernels/data/
Drepeat_dataset_op.cc201 TF_RETURN_IF_ERROR(RestoreInput(ctx, reader, input_impl_)); in RestoreInternal()
284 TF_RETURN_IF_ERROR(RestoreInput(ctx, reader, input_impl_)); in RestoreInternal()
Dflat_map_dataset_op.cc210 TF_RETURN_IF_ERROR(RestoreInput(ctx, reader, input_impl_)); in RestoreInternal()
237 RestoreInput(ctx, reader, current_element_iterator_)); in RestoreInternal()
Dinterleave_dataset_op.cc224 TF_RETURN_IF_ERROR(RestoreInput(ctx, reader, input_impl_)); in RestoreInternal()
283 TF_RETURN_IF_ERROR(RestoreInput(ctx, reader, current_elements_[idx])); in RestoreCurrentElements()
Dcache_dataset_ops.cc199 return RestoreInput(ctx, reader, iterator_); in RestoreInternal()
365 TF_RETURN_IF_ERROR(RestoreInput(ctx, reader, input_impl_)); in RestoreInternal()
756 return RestoreInput(ctx, reader, iterator_); in RestoreInternal()
825 return RestoreInput(ctx, reader, input_impl_); in RestoreInternal()
Dskip_dataset_op.cc193 TF_RETURN_IF_ERROR(RestoreInput(ctx, reader, input_impl_)); in RestoreInternal()
Dtake_dataset_op.cc169 TF_RETURN_IF_ERROR(RestoreInput(ctx, reader, input_impl_)); in RestoreInternal()
Dzip_dataset_op.cc205 TF_RETURN_IF_ERROR(RestoreInput(ctx, reader, input_impl)); in RestoreInternal()
Dconcatenate_dataset_op.cc185 TF_RETURN_IF_ERROR(RestoreInput(ctx, reader, input_impl_)); in RestoreInternal()
Dmap_dataset_op.cc198 TF_RETURN_IF_ERROR(RestoreInput(ctx, reader, input_impl_)); in RestoreInternal()
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dstats_dataset_ops.cc147 TF_RETURN_IF_ERROR(RestoreInput(ctx, reader, input_impl_)); in RestoreInternal()
266 TF_RETURN_IF_ERROR(RestoreInput(ctx, reader, input_impl_)); in RestoreInternal()
Ddirected_interleave_dataset_op.cc235 TF_RETURN_IF_ERROR(RestoreInput(ctx, reader, selector_input_impl_)); in RestoreInternal()
242 TF_RETURN_IF_ERROR(RestoreInput(ctx, reader, data_input_impls_[i])); in RestoreInternal()
Dthreadpool_dataset_op.cc233 TF_RETURN_IF_ERROR(RestoreInput(ctx, reader, input_impl_)); in RestoreInternal()
369 TF_RETURN_IF_ERROR(RestoreInput(ctx, reader, input_impl_)); in RestoreInternal()
495 TF_RETURN_IF_ERROR(RestoreInput(ctx, reader, input_impl_)); in RestoreInternal()
Dnon_serializable_dataset_op.cc123 TF_RETURN_IF_ERROR(RestoreInput(ctx, reader, input_impl_)); in RestoreInternal()
Dchoose_fastest_dataset_op.cc281 TF_RETURN_IF_ERROR(RestoreInput(ctx, reader, fastest_input_impl_)); in RestoreInternal()
287 TF_RETURN_IF_ERROR(RestoreInput(ctx, reader, input_impl)); in RestoreInternal()
Dignore_errors_dataset_op.cc155 TF_RETURN_IF_ERROR(RestoreInput(ctx, reader, input_impl_)); in RestoreInternal()
Dsleep_dataset_op.cc158 return RestoreInput(ctx, reader, input_impl_); in RestoreInternal()
Dassert_cardinality_dataset_op.cc146 TF_RETURN_IF_ERROR(RestoreInput(ctx, reader, input_impl_)); in RestoreInternal()
Dassert_next_dataset_op.cc138 TF_RETURN_IF_ERROR(RestoreInput(ctx, reader, input_impl_)); in RestoreInternal()
Dtake_while_dataset_op.cc194 TF_RETURN_IF_ERROR(RestoreInput(ctx, reader, input_impl_)); in RestoreInternal()
Dunique_dataset_op.cc134 TF_RETURN_IF_ERROR(RestoreInput(ctx, reader, input_impl_)); in RestoreInternal()
Dgroup_by_window_dataset_op.cc379 TF_RETURN_IF_ERROR(RestoreInput(ctx, reader, input_impl_)); in RestoreInternal()
431 RestoreInput(ctx, reader, current_group_iterator_)); in RestoreInternal()
Drebatch_dataset_op.cc210 TF_RETURN_IF_ERROR(RestoreInput(ctx, reader, input_impl_)); in RestoreInternal()
546 TF_RETURN_IF_ERROR(RestoreInput(ctx, reader, input_impl_)); in RestoreInternal()
Dchoose_fastest_branch_dataset_op.cc431 TF_RETURN_IF_ERROR(RestoreInput(ctx, reader, input_impl_)); in RestoreInternal()
450 TF_RETURN_IF_ERROR(RestoreInput(ctx, reader, current_iterator_)); in RestoreInternal()
Dset_stats_aggregator_dataset_op.cc217 return RestoreInput(ctx, reader, input_impl_); in RestoreInternal()
Dsampling_dataset_op.cc187 TF_RETURN_IF_ERROR(RestoreInput(ctx, reader, input_impl_)); in RestoreInternal()

12