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

  /external/tensorflow/tensorflow/core/kernels/data/
prefetch_dataset_op.cc 294 int64 code_int; local
295 TF_RETURN_IF_ERROR(reader->ReadScalar(CodeKey(index), &code_int));
296 error::Code code = static_cast<error::Code>(code_int);
parallel_map_dataset_op.cc 352 int64 code_int; local
353 TF_RETURN_IF_ERROR(reader->ReadScalar(CodeKey(index), &code_int));
354 error::Code code = static_cast<error::Code>(code_int);

Completed in 67 milliseconds