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/ |
D | type_erased_transformed.cpp | 29 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 D | bullet_1_2_3.pass.cpp | 278 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 D | options.py | 103 def get_fn(option): function
|
/aosp_15_r20/art/runtime/ |
H A D | reflection.cc | 262 #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 D | bullet_1_2_3.pass.cpp | 261 auto get_fn = &std::reference_wrapper<int>::get; in test_derived_from_ref_wrap() local
|
/aosp_15_r20/external/pytorch/test/jit/ |
H A D | test_python_builtins.py | 25 def get_fn(file_name, script_path): function
|
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/integration_test/ |
H A D | c_api_coordination_test.cc | 553 TFE_Op* get_fn = TFE_NewOp(ctx, "GetConfigKeyValueFn", status); in TEST_P() local
|
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/coordinator/ |
H A D | cluster_coordinator_test.py | 426 def get_fn(): function
|
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ |
H A D | data_flow_ops.py | 1936 def __internal_get(self, get_fn, name): argument
|
/aosp_15_r20/external/pytorch/test/ |
H A D | test_torch.py | 5541 def get_fn(fn_name): function
|
H A D | test_jit.py | 287 def get_fn(file_name, script_path): function
|