Function tensorflow::ops::generate_vocab_remapping
source · pub fn generate_vocab_remapping<O0: Into<Output>, O1: Into<Output>>(
new_vocab_file: O0,
old_vocab_file: O1,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for GenerateVocabRemapping::new().build(new_vocab_file, old_vocab_file, scope)
.