Home
last modified time | relevance | path

Searched defs:with_default (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/tracing/src/
Dsubscriber.rs20 pub fn with_default<T, S>(subscriber: S, f: impl FnOnce() -> T) -> T in with_default() function
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/filter/
Dtargets.rs275 pub fn with_default(mut self, level: impl Into<LevelFilter>) -> Self { in with_default() method
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/operators/
H A Dpy_builtins_test.py346 def test_fn(go_out_of_range, with_default): argument
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-core/src/
Ddispatcher.rs259 pub fn with_default<T>(dispatcher: &Dispatch, f: impl FnOnce() -> T) -> T { in with_default() function
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dextension_type_test.py109 def with_default(self, default): member in MaskedTensorV2
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Ddef_function_test.py333 def with_default(self, default_value): member in DefFunctionTest.testMethodExtensionType.MaskedTensor