Home
last modified time | relevance | path

Searched refs:remove_function (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/rusqlite/src/
Dfunctions.rs465 pub fn remove_function(&self, fn_name: &str, n_arg: c_int) -> Result<()> { in remove_function() method
466 self.db.borrow_mut().remove_function(fn_name, n_arg) in remove_function()
595 fn remove_function(&mut self, fn_name: &str, n_arg: c_int) -> Result<()> { in remove_function() method
841 db.remove_function("half", 1)?; in test_remove_function()
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dcontext.py1341 def remove_function(self, name): member in Context
2694 def remove_function(name): function
2696 context().remove_function(name)
H A Dfunction.py284 context.remove_function(self.name)
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dfunction.py231 context.remove_function(self.name)
H A Dconvert_to_constants.py1085 context.context().remove_function(f.signature.name)
/aosp_15_r20/external/tensorflow/tensorflow/python/compiler/tensorrt/
H A Dtrt_convert.py907 context.context().remove_function(f.signature.name)