Searched defs:sloppy (Results 1 - 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/data/
H A Dparallel_interleave_dataset_op.cc65 bool sloppy = false; variable
66 OP_REQUIRES_OK(ctx, ParseScalarArgument(ctx, "sloppy", &sloppy));
88 sloppy, buffer_output_elements, prefetch_input_elements,
97 int64 block_length, bool sloppy, int64 buffer_output_elements,
104 sloppy_(sloppy),
202 // sloppy.
210 // are allowed to be sloppy, we can skip over input datasets that do
451 // The main thread waits on this condition variable if running in sloppy
95 Dataset(const DatasetBase* input, std::unique_ptr<CapturedFunction> captured_func, int64 cycle_length, int64 block_length, bool sloppy, int64 buffer_output_elements, int64 prefetch_input_elements, const DataTypeVector& output_types, const std::vector<PartialTensorShape>& output_shapes) argument

Completed in 104 milliseconds