Home
last modified time | relevance | path

Searched refs:with_variable (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/fend-core-1.4.6/src/
H A Dscope.rs124 pub(crate) fn with_variable( in with_variable() method
H A Dvalue.rs309 let new_scope = Scope::with_variable(param, other, scope, custom_scope); in apply()
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dremote_test.py92 def with_variable(i): function
95 self.assertAllEqual(with_variable(constant_op.constant([2])).numpy(), [3])