/aosp_15_r20/external/pytorch/torch/testing/_internal/ |
H A D | common_mkldnn.py | 49 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 D | common_cuda.py | 165 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/ |
D | ast.hpp | 36 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,
|
D | expression_def.hpp | 53 function_call in expression() 64 function_call = in expression() 81 (function_call) in expression()
|
D | expression.hpp | 50 qi::rule<Iterator, ast::function_call()> function_call; member
|
D | annotation.hpp | 30 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 D | lower_function_call_op_test.cc | 93 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/ |
D | ast.hpp | 31 struct function_call; 46 , boost::recursive_wrapper<function_call> 82 struct function_call struct 176 client::ast::function_call,
|
D | expression_def.hpp | 132 | function_call in expression() 138 function_call = in expression() 163 (function_call) in expression()
|
D | expression.hpp | 53 qi::rule<Iterator, ast::function_call(), skipper<Iterator> > 54 function_call member
|
D | annotation.hpp | 40 void operator()(ast::function_call& x) const in operator ()()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/conjure2/ |
D | ast.hpp | 34 struct function_call; 49 , boost::recursive_wrapper<function_call> 66 struct function_call struct 160 client::ast::function_call,
|
D | expression_def.hpp | 54 | function_call in expression() 60 function_call = in expression() 76 (function_call) in expression()
|
D | expression.hpp | 50 qi::rule<Iterator, ast::function_call()> function_call; member
|
D | annotation.hpp | 40 void operator()(ast::function_call& x) const in operator ()()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/conjure1/ |
D | ast.hpp | 31 struct function_call; 46 , boost::recursive_wrapper<function_call> 132 struct function_call struct 226 client::ast::function_call,
|
D | expression_def.hpp | 88 | function_call in expression() 94 function_call = in expression() 113 (function_call) in expression()
|
D | expression.hpp | 51 qi::rule<Iterator, ast::function_call(), skipper<Iterator> > 52 function_call member
|
D | annotation.hpp | 40 void operator()(ast::function_call& x) const in operator ()()
|
/aosp_15_r20/art/test/526-checker-caller-callee-regs/src/ |
H A D | Main.java | 26 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 D | profiling_graph_executor_impl.cpp | 787 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 D | content.proto | 87 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 D | cxx0x-initializer-scalars.cpp | 71 void function_call() { in function_call() function
|
H A D | cxx0x-initializer-aggregates.cpp | 52 void function_call() { in function_call() function
|
/aosp_15_r20/external/python/cpython2/Objects/ |
D | funcobject.c | 485 function_call(PyObject *func, PyObject *arg, PyObject *kw) in function_call() function 559 function_call, /* tp_call */
|