Function tensorflow::ops::create_summary_db_writer
source · pub fn create_summary_db_writer<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>, O4: Into<Output>>(
writer: O0,
db_uri: O1,
experiment_name: O2,
run_name: O3,
user_name: O4,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for CreateSummaryDbWriter::new().build(writer, db_uri, experiment_name, run_name, user_name, scope)
.