/external/tensorflow/tensorflow/core/kernels/data/ |
D | repeat_dataset_op.cc | 201 TF_RETURN_IF_ERROR(RestoreInput(ctx, reader, input_impl_)); in RestoreInternal() 284 TF_RETURN_IF_ERROR(RestoreInput(ctx, reader, input_impl_)); in RestoreInternal()
|
D | flat_map_dataset_op.cc | 210 TF_RETURN_IF_ERROR(RestoreInput(ctx, reader, input_impl_)); in RestoreInternal() 237 RestoreInput(ctx, reader, current_element_iterator_)); in RestoreInternal()
|
D | interleave_dataset_op.cc | 224 TF_RETURN_IF_ERROR(RestoreInput(ctx, reader, input_impl_)); in RestoreInternal() 283 TF_RETURN_IF_ERROR(RestoreInput(ctx, reader, current_elements_[idx])); in RestoreCurrentElements()
|
D | cache_dataset_ops.cc | 199 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()
|
D | skip_dataset_op.cc | 193 TF_RETURN_IF_ERROR(RestoreInput(ctx, reader, input_impl_)); in RestoreInternal()
|
D | take_dataset_op.cc | 169 TF_RETURN_IF_ERROR(RestoreInput(ctx, reader, input_impl_)); in RestoreInternal()
|
D | zip_dataset_op.cc | 205 TF_RETURN_IF_ERROR(RestoreInput(ctx, reader, input_impl)); in RestoreInternal()
|
D | concatenate_dataset_op.cc | 185 TF_RETURN_IF_ERROR(RestoreInput(ctx, reader, input_impl_)); in RestoreInternal()
|
D | map_dataset_op.cc | 198 TF_RETURN_IF_ERROR(RestoreInput(ctx, reader, input_impl_)); in RestoreInternal()
|
/external/tensorflow/tensorflow/core/kernels/data/experimental/ |
D | stats_dataset_ops.cc | 147 TF_RETURN_IF_ERROR(RestoreInput(ctx, reader, input_impl_)); in RestoreInternal() 266 TF_RETURN_IF_ERROR(RestoreInput(ctx, reader, input_impl_)); in RestoreInternal()
|
D | directed_interleave_dataset_op.cc | 235 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()
|
D | threadpool_dataset_op.cc | 233 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()
|
D | non_serializable_dataset_op.cc | 123 TF_RETURN_IF_ERROR(RestoreInput(ctx, reader, input_impl_)); in RestoreInternal()
|
D | choose_fastest_dataset_op.cc | 281 TF_RETURN_IF_ERROR(RestoreInput(ctx, reader, fastest_input_impl_)); in RestoreInternal() 287 TF_RETURN_IF_ERROR(RestoreInput(ctx, reader, input_impl)); in RestoreInternal()
|
D | ignore_errors_dataset_op.cc | 155 TF_RETURN_IF_ERROR(RestoreInput(ctx, reader, input_impl_)); in RestoreInternal()
|
D | sleep_dataset_op.cc | 158 return RestoreInput(ctx, reader, input_impl_); in RestoreInternal()
|
D | assert_cardinality_dataset_op.cc | 146 TF_RETURN_IF_ERROR(RestoreInput(ctx, reader, input_impl_)); in RestoreInternal()
|
D | assert_next_dataset_op.cc | 138 TF_RETURN_IF_ERROR(RestoreInput(ctx, reader, input_impl_)); in RestoreInternal()
|
D | take_while_dataset_op.cc | 194 TF_RETURN_IF_ERROR(RestoreInput(ctx, reader, input_impl_)); in RestoreInternal()
|
D | unique_dataset_op.cc | 134 TF_RETURN_IF_ERROR(RestoreInput(ctx, reader, input_impl_)); in RestoreInternal()
|
D | group_by_window_dataset_op.cc | 379 TF_RETURN_IF_ERROR(RestoreInput(ctx, reader, input_impl_)); in RestoreInternal() 431 RestoreInput(ctx, reader, current_group_iterator_)); in RestoreInternal()
|
D | rebatch_dataset_op.cc | 210 TF_RETURN_IF_ERROR(RestoreInput(ctx, reader, input_impl_)); in RestoreInternal() 546 TF_RETURN_IF_ERROR(RestoreInput(ctx, reader, input_impl_)); in RestoreInternal()
|
D | choose_fastest_branch_dataset_op.cc | 431 TF_RETURN_IF_ERROR(RestoreInput(ctx, reader, input_impl_)); in RestoreInternal() 450 TF_RETURN_IF_ERROR(RestoreInput(ctx, reader, current_iterator_)); in RestoreInternal()
|
D | set_stats_aggregator_dataset_op.cc | 217 return RestoreInput(ctx, reader, input_impl_); in RestoreInternal()
|
D | sampling_dataset_op.cc | 187 TF_RETURN_IF_ERROR(RestoreInput(ctx, reader, input_impl_)); in RestoreInternal()
|