/external/tensorflow/tensorflow/core/kernels/data/ |
D | repeat_dataset_op.cc | 188 TF_RETURN_IF_ERROR(RestoreInput(ctx, reader, input_impl_)); in RestoreInternal() 267 TF_RETURN_IF_ERROR(RestoreInput(ctx, reader, input_impl_)); in RestoreInternal()
|
D | flat_map_dataset_op.cc | 216 TF_RETURN_IF_ERROR(RestoreInput(ctx, reader, input_impl_)); in RestoreInternal() 242 RestoreInput(ctx, reader, current_element_iterator_)); in RestoreInternal()
|
D | interleave_dataset_op.cc | 244 TF_RETURN_IF_ERROR(RestoreInput(ctx, reader, input_impl_)); in RestoreInternal() 299 RestoreInput(ctx, reader, current_elements_[idx])); in RestoreCurrentElements()
|
D | cache_dataset_ops.cc | 175 return RestoreInput(ctx, reader, iterator_); in RestoreInternal() 304 TF_RETURN_IF_ERROR(RestoreInput(ctx, reader, input_impl_)); in RestoreInternal() 801 return RestoreInput(ctx, reader, iterator_); in RestoreInternal() 860 return RestoreInput(ctx, reader, input_impl_); in RestoreInternal()
|
D | filter_by_component_dataset_op.cc | 159 TF_RETURN_IF_ERROR(RestoreInput(ctx, reader, input_impl_)); in RestoreInternal()
|
D | take_dataset_op.cc | 123 TF_RETURN_IF_ERROR(RestoreInput(ctx, reader, input_impl_)); in RestoreInternal()
|
D | shard_dataset_op.cc | 169 TF_RETURN_IF_ERROR(RestoreInput(ctx, reader, input_impl_)); in RestoreInternal()
|
D | zip_dataset_op.cc | 182 TF_RETURN_IF_ERROR(RestoreInput(ctx, reader, input_impl)); in RestoreInternal()
|
D | model_dataset_op.cc | 143 TF_RETURN_IF_ERROR(RestoreInput(ctx, reader, input_impl_)); in RestoreInternal()
|
D | skip_dataset_op.cc | 189 TF_RETURN_IF_ERROR(RestoreInput(ctx, reader, input_impl_)); in RestoreInternal()
|
D | concatenate_dataset_op.cc | 179 TF_RETURN_IF_ERROR(RestoreInput(ctx, reader, input_impl_)); in RestoreInternal()
|
D | batch_dataset_op.cc | 236 TF_RETURN_IF_ERROR(RestoreInput(ctx, reader, input_impl_)); in RestoreInternal()
|
D | graph_rewrite_dataset.cc | 232 TF_RETURN_IF_ERROR(RestoreInput(ctx, reader, input_impl_)); in RestoreInternal()
|
/external/tensorflow/tensorflow/core/kernels/data/experimental/ |
D | stats_dataset_ops.cc | 133 TF_RETURN_IF_ERROR(RestoreInput(ctx, reader, input_impl_)); in RestoreInternal() 245 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 | choose_fastest_dataset_op.cc | 263 TF_RETURN_IF_ERROR(RestoreInput(ctx, reader, fastest_input_impl_)); in RestoreInternal() 269 TF_RETURN_IF_ERROR(RestoreInput(ctx, reader, input_impl)); in RestoreInternal()
|
D | non_serializable_dataset_op.cc | 109 TF_RETURN_IF_ERROR(RestoreInput(ctx, reader, input_impl_)); in RestoreInternal()
|
D | sleep_dataset_op.cc | 123 return RestoreInput(ctx, reader, input_impl_); in RestoreInternal()
|
D | ignore_errors_dataset_op.cc | 130 TF_RETURN_IF_ERROR(RestoreInput(ctx, reader, input_impl_)); in RestoreInternal()
|
D | assert_next_dataset_op.cc | 140 TF_RETURN_IF_ERROR(RestoreInput(ctx, reader, input_impl_)); in RestoreInternal()
|
D | choose_fastest_branch_dataset_op.cc | 410 TF_RETURN_IF_ERROR(RestoreInput(ctx, reader, input_impl_)); in RestoreInternal() 427 TF_RETURN_IF_ERROR(RestoreInput(ctx, reader, current_iterator_)); in RestoreInternal()
|
D | unique_dataset_op.cc | 144 TF_RETURN_IF_ERROR(RestoreInput(ctx, reader, input_impl_)); in RestoreInternal()
|
D | group_by_window_dataset_op.cc | 350 TF_RETURN_IF_ERROR(RestoreInput(ctx, reader, input_impl_)); in RestoreInternal() 398 RestoreInput(ctx, reader, current_group_iterator_)); in RestoreInternal()
|
D | unbatch_dataset_op.cc | 189 TF_RETURN_IF_ERROR(RestoreInput(ctx, reader, input_impl_)); in RestoreInternal()
|
D | take_while_dataset_op.cc | 225 TF_RETURN_IF_ERROR(RestoreInput(ctx, reader, input_impl_)); in RestoreInternal()
|