Function tensorflow::ops::data_service_dataset_v3
source · pub fn data_service_dataset_v3<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>, O4: Into<Output>, O5: Into<Output>, O6: Into<Output>, O7: Into<Output>, O8: Into<Output>>(
dataset_id: O0,
processing_mode: O1,
address: O2,
protocol: O3,
job_name: O4,
consumer_index: O5,
num_consumers: O6,
max_outstanding_requests: O7,
iteration_counter: O8,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for DataServiceDatasetV3::new().build(dataset_id, processing_mode, address, protocol, job_name, consumer_index, num_consumers, max_outstanding_requests, iteration_counter, scope)
.