Home
last modified time | relevance | path

Searched refs:kInvocationResults (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dparse_example_dataset_op.cc36 constexpr char kInvocationResults[] = "invocation_results"; variable
443 full_name(strings::StrCat(kInvocationResults, kSizeSuffix)), in SaveInternal()
449 full_name(strings::StrCat(kInvocationResults, "[", i, "]", in SaveInternal()
455 strings::StrCat(kInvocationResults, "[", i, "][", j, "]")), in SaveInternal()
460 full_name(strings::StrCat(kInvocationResults, "[", i, "]", in SaveInternal()
474 full_name(strings::StrCat(kInvocationResults, kSizeSuffix)), in RestoreInternal()
485 full_name(strings::StrCat(kInvocationResults, "[", i, "]", in RestoreInternal()
491 full_name(strings::StrCat(kInvocationResults, "[", i, "]", in RestoreInternal()
502 strings::StrCat(kInvocationResults, "[", i, "][", j, "]")), in RestoreInternal()
506 kInvocationResults, "[", i, "]", kEndOfInputSuffix))); in RestoreInternal()
[all …]
/external/tensorflow/tensorflow/core/kernels/data/
Dparallel_filter_dataset_op.cc55 constexpr char kInvocationResults[] = "invocation_results"; variable
217 writer->WriteScalar(absl::StrCat(prefix(), "::", kInvocationResults), in SaveInternal()
222 absl::StrCat(prefix(), "::", kInvocationResults, "::", i); in SaveInternal()
245 reader->ReadScalar(absl::StrCat(prefix(), "::", kInvocationResults), in RestoreInternal()
252 absl::StrCat(prefix(), "::", kInvocationResults, "::", i); in RestoreInternal()
Dparallel_map_dataset_op.cc64 constexpr char kInvocationResults[] = "invocation_results"; variable
324 writer->WriteScalar(absl::StrCat(prefix(), "::", kInvocationResults), in SaveInternal()
329 absl::StrCat(prefix(), "::", kInvocationResults, "::", i); in SaveInternal()
353 reader->ReadScalar(absl::StrCat(prefix(), "::", kInvocationResults), in RestoreInternal()
360 absl::StrCat(prefix(), "::", kInvocationResults, "::", i); in RestoreInternal()