Home
last modified time | relevance | path

Searched defs:custom_func (Results 1 – 3 of 3) sorted by relevance

/external/rust/android-crates-io/crates/diplomat_core/src/hir/
Dattrs.rs94 pub custom_func: Option<String>, field
/external/pytorch/torch/testing/_internal/distributed/rpc/jit/
Drpc_test.py371 def custom_func(self) -> Tensor: member in MyScriptModule
/external/python/cpython3/Modules/
D_json.c902 PyObject *custom_func; in _match_number_unicode() local