Function tensorflow::ops::sql_dataset
source · pub fn sql_dataset<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
driver_name: O0,
data_source_name: O1,
query: O2,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for SqlDataset::new().build(driver_name, data_source_name, query, scope)
.