reader_dataset_ops.cc | 305 int64 record_bytes = -1; variable 307 ctx, ParseScalarArgument<int64>(ctx, "record_bytes", &record_bytes)); 308 OP_REQUIRES(ctx, record_bytes > 0, 309 errors::InvalidArgument("`record_bytes` must be > 0")); 334 *output = new Dataset(ctx, std::move(filenames), header_bytes, record_bytes, 342 int64 header_bytes, int64 record_bytes, int64 footer_bytes, 347 record_bytes_(record_bytes), 387 Node* record_bytes = nullptr; variable 393 TF_RETURN_IF_ERROR(b->AddScalar(record_bytes_, &record_bytes)); [all...] |