Home
last modified time | relevance | path

Searched defs:get_fn (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/test/adaptor_test/
Dtype_erased_transformed.cpp29 struct get_fn struct
31 typedef boost::int32_t result_type;
32 boost::int32_t operator()(const MockType& val) const in operator ()()
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/utilities/function.objects/func.require/
H A Dbullet_1_2_3.pass.cpp278 auto get_fn = &ReferenceWrapper<int>::get; in test_derived_from_ref_wrap() local
289 auto get_fn = &std::reference_wrapper<int>::get; in test_reference_wrapper_reference_wrapper() local
/aosp_15_r20/external/tensorflow/tensorflow/python/data/util/
H A Doptions.py103 def get_fn(option): function
/aosp_15_r20/art/runtime/
H A Dreflection.cc262 #define DO_FIRST_ARG(boxed, get_fn, append) { \ in BuildArgArrayFromObjectArray() argument
268 #define DO_ARG(boxed, get_fn, append) \ in BuildArgArrayFromObjectArray() argument
/aosp_15_r20/external/libcxx/test/libcxx/utilities/function.objects/func.require/
H A Dbullet_1_2_3.pass.cpp261 auto get_fn = &std::reference_wrapper<int>::get; in test_derived_from_ref_wrap() local
/aosp_15_r20/external/pytorch/test/jit/
H A Dtest_python_builtins.py25 def get_fn(file_name, script_path): function
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/integration_test/
H A Dc_api_coordination_test.cc553 TFE_Op* get_fn = TFE_NewOp(ctx, "GetConfigKeyValueFn", status); in TEST_P() local
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/coordinator/
H A Dcluster_coordinator_test.py426 def get_fn(): function
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Ddata_flow_ops.py1936 def __internal_get(self, get_fn, name): argument
/aosp_15_r20/external/pytorch/test/
H A Dtest_torch.py5541 def get_fn(fn_name): function
H A Dtest_jit.py287 def get_fn(file_name, script_path): function