HomeSort by relevance Sort by last modified time
    Searched refs:SaveParent (Results 1 - 22 of 22) sorted by null

  /external/tensorflow/tensorflow/contrib/data/kernels/
ignore_errors_dataset_op.cc 104 TF_RETURN_IF_ERROR(SaveParent(writer, input_impl_));
  /external/tensorflow/tensorflow/core/kernels/data/
repeat_dataset_op.cc 145 TF_RETURN_IF_ERROR(SaveParent(writer, input_impl_));
204 TF_RETURN_IF_ERROR(SaveParent(writer, input_impl_));
stats_dataset_ops.cc 110 TF_RETURN_IF_ERROR(SaveParent(writer, input_impl_));
208 TF_RETURN_IF_ERROR(SaveParent(writer, input_impl_));
skip_dataset_op.cc 156 TF_RETURN_IF_ERROR(SaveParent(writer, input_impl_));
take_dataset_op.cc 143 TF_RETURN_IF_ERROR(SaveParent(writer, input_impl_));
zip_dataset_op.cc 142 TF_RETURN_IF_ERROR(SaveParent(writer, input_impl));
flat_map_dataset_op.cc 174 TF_RETURN_IF_ERROR(SaveParent(writer, input_impl_));
186 TF_RETURN_IF_ERROR(SaveParent(writer, current_element_iterator_));
interleave_dataset_op.cc 215 TF_RETURN_IF_ERROR(SaveParent(writer, input_impl_));
254 TF_RETURN_IF_ERROR(SaveParent(writer, current_elements_[idx]));
batch_dataset_op.cc 179 TF_RETURN_IF_ERROR(SaveParent(writer, input_impl_));
concatenate_dataset_op.cc 131 TF_RETURN_IF_ERROR(SaveParent(writer, input_impl_));
filter_dataset_op.cc 171 TF_RETURN_IF_ERROR(SaveParent(writer, input_impl_));
map_dataset_op.cc 159 TF_RETURN_IF_ERROR(SaveParent(writer, input_impl_));
unique_dataset_op.cc 116 TF_RETURN_IF_ERROR(SaveParent(writer, input_impl_));
group_by_window_dataset_op.cc 300 TF_RETURN_IF_ERROR(SaveParent(writer, input_impl_));
341 TF_RETURN_IF_ERROR(SaveParent(writer, current_group_iterator_));
dense_to_sparse_batch_dataset_op.cc 272 TF_RETURN_IF_ERROR(Iterator::SaveParent(writer, input_impl_));
prefetch_dataset_op.cc 155 TF_RETURN_IF_ERROR(SaveParent(writer, input_impl_));
scan_dataset_op.cc 222 TF_RETURN_IF_ERROR(SaveParent(writer, input_impl_));
padded_batch_dataset_op.cc 316 TF_RETURN_IF_ERROR(SaveParent(writer, input_impl_));
parallel_map_dataset_op.cc 209 TF_RETURN_IF_ERROR(SaveParent(writer, input_impl_));
shuffle_dataset_op.cc 172 TF_RETURN_IF_ERROR(SaveParent(writer, input_impl_));
tensor_queue_dataset_op.cc 351 TF_RETURN_IF_ERROR(iter->SaveParent(writer, input_impl_));
  /external/tensorflow/tensorflow/core/framework/
dataset.h 360 Status SaveParent(IteratorStateWriter* writer,

Completed in 593 milliseconds