Home
last modified time | relevance | path

Searched refs:function_call (Results 1 – 25 of 61) sorted by relevance

123

/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dcommon_mkldnn.py49 def with_bf32_disabled(self, function_call): argument
51 function_call()
53 def with_bf32_enabled(self, function_call): argument
55 function_call()
H A Dcommon_cuda.py165 def with_tf32_disabled(self, function_call): argument
167 function_call()
169 def with_tf32_enabled(self, function_call): argument
171 function_call()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/conjure3/
Dast.hpp36 struct function_call;
70 , boost::recursive_wrapper<function_call>
76 operand(function_call const& val) : base_type(val) {} in operand()
93 struct function_call struct
190 client::ast::function_call,
Dexpression_def.hpp53 function_call in expression()
64 function_call = in expression()
81 (function_call) in expression()
Dexpression.hpp50 qi::rule<Iterator, ast::function_call()> function_call; member
Dannotation.hpp30 void operator()(ast::function_call& x) const in operator ()()
59 int operator()(ast::function_call& x) const in operator ()()
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dlower_function_call_op_test.cc93 Node* function_call; in TEST() local
100 .Finalize(root.graph(), &function_call)); in TEST()
101 TF_ASSERT_OK(root.DoShapeInference(function_call)); in TEST()
103 auto b = ops::Identity(root.WithOpName("B"), Output(function_call, 0)); in TEST()
104 root.graph()->AddControlEdge(function_call, b.node()); in TEST()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/mini_c/
Dast.hpp31 struct function_call;
46 , boost::recursive_wrapper<function_call>
82 struct function_call struct
176 client::ast::function_call,
Dexpression_def.hpp132 | function_call in expression()
138 function_call = in expression()
163 (function_call) in expression()
Dexpression.hpp53 qi::rule<Iterator, ast::function_call(), skipper<Iterator> >
54 function_call member
Dannotation.hpp40 void operator()(ast::function_call& x) const in operator ()()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/conjure2/
Dast.hpp34 struct function_call;
49 , boost::recursive_wrapper<function_call>
66 struct function_call struct
160 client::ast::function_call,
Dexpression_def.hpp54 | function_call in expression()
60 function_call = in expression()
76 (function_call) in expression()
Dexpression.hpp50 qi::rule<Iterator, ast::function_call()> function_call; member
Dannotation.hpp40 void operator()(ast::function_call& x) const in operator ()()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/conjure1/
Dast.hpp31 struct function_call;
46 , boost::recursive_wrapper<function_call>
132 struct function_call struct
226 client::ast::function_call,
Dexpression_def.hpp88 | function_call in expression()
94 function_call = in expression()
113 (function_call) in expression()
Dexpression.hpp51 qi::rule<Iterator, ast::function_call(), skipper<Iterator> >
52 function_call member
Dannotation.hpp40 void operator()(ast::function_call& x) const in operator ()()
/aosp_15_r20/art/test/526-checker-caller-callee-regs/src/
H A DMain.java26 public static int $opt$noinline$function_call(int arg) { in $opt$noinline$function_call()
77 int t2 = $opt$noinline$function_call(arg); in $opt$LiveInCall()
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Dprofiling_graph_executor_impl.cpp787 auto function_call = insertFallbackFunctionCall( in replaceFallbackGraphWithFallbackFunction() local
789 for (const auto i : c10::irange(function_call->outputs().size())) { in replaceFallbackGraphWithFallbackFunction()
790 it->output(i)->replaceAllUsesWith(function_call->output(i)); in replaceFallbackGraphWithFallbackFunction()
/aosp_15_r20/external/googleapis/google/ai/generativelanguage/v1beta/
H A Dcontent.proto87 FunctionCall function_call = 4; field
132 // function may be returned as a [FunctionCall][content.part.function_call]
135 // [FunctionCall][content.part.function_call] in the response. The next
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dcxx0x-initializer-scalars.cpp71 void function_call() { in function_call() function
H A Dcxx0x-initializer-aggregates.cpp52 void function_call() { in function_call() function
/aosp_15_r20/external/python/cpython2/Objects/
Dfuncobject.c485 function_call(PyObject *func, PyObject *arg, PyObject *kw) in function_call() function
559 function_call, /* tp_call */

123