Home
last modified time | relevance | path

Searched defs:function (Results 51 – 75 of 3683) sorted by relevance

12345678910>>...148

/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/data/
H A Dfunction_utils_test.cc57 FunctionDef function = test::function::XTimesTwo(); in TEST() local
76 FunctionDef function = test::function::XTimesTwo(); in TEST() local
83 FunctionDef function = test::function::XTimesTwo(); in TEST() local
90 FunctionDef function = test::function::XTimesTwo(); in TEST() local
96 FunctionDef function = test::function::XTimesTwo(); in TEST() local
104 FunctionDef function = test::function::XTimesTwo(); in TEST() local
112 FunctionDef function = test::function::XTimesTwo(); in TEST() local
118 FunctionDef function = test::function::XTimesTwo(); in TEST() local
124 FunctionDef function = test::function::XTimesTwo(); in TEST() local
801 FunctionDef* function = graph_def.mutable_library()->add_function(); in TEST() local
H A Dfunction_utils.cc135 const FunctionDef& function) { in ContainsFunctionNodeWithName()
139 bool ContainsFunctionNodeWithOp(StringPiece op, const FunctionDef& function) { in ContainsFunctionNodeWithOp()
144 const FunctionDef& function) { in ContainsFunctionOutputWithName()
148 int FindFunctionInputWithName(StringPiece name, const FunctionDef& function) { in FindFunctionInputWithName()
154 int FindFunctionOutputWithName(StringPiece name, const FunctionDef& function) { in FindFunctionOutputWithName()
160 int FindFunctionNodeWithName(StringPiece name, const FunctionDef& function) { in FindFunctionNodeWithName()
166 int FindFunctionNodeWithOp(StringPiece op, const FunctionDef& function) { in FindFunctionNodeWithOp()
172 void SetUniqueFunctionNodeName(StringPiece prefix, FunctionDef* function, in SetUniqueFunctionNodeName()
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/analysis/differentiation/
H A DDSCompiler.java851 final double[] function = new double[1 + order]; in pow() local
891 double[] function = new double[1 + order]; in pow() local
930 double[] function = new double[1 + order]; in pow() local
996 double[] function = new double[1 + order]; in rootN() local
1032 double[] function = new double[1 + order]; in exp() local
1052 double[] function = new double[1 + order]; in expm1() local
1073 double[] function = new double[1 + order]; in log() local
1100 double[] function = new double[1 + order]; in log1p() local
1127 double[] function = new double[1 + order]; in log10() local
1155 double[] function = new double[1 + order]; in cos() local
[all …]
/aosp_15_r20/external/libdav1d/src/loongarch/
H A Dmsac.S196 function msac_decode_symbol_adapt4_lsx label
200 function msac_decode_symbol_adapt8_lsx label
204 function msac_decode_symbol_adapt16_lsx label
208 function msac_decode_bool_lsx label
285 function msac_decode_bool_equi_lsx label
361 function msac_decode_bool_adapt_lsx label
590 function msac_decode_hi_tok_lsx label
/aosp_15_r20/external/eigen/Eigen/src/plugins/
H A DCommonCwiseUnaryOps.h55 EIGEN_DOC_UNARY_ADDONS(cast,conversion function) in EIGEN_DOC_UNARY_ADDONS()
95 EIGEN_DOC_UNARY_ADDONS(real,real part function) in EIGEN_DOC_UNARY_ADDONS() argument
104 EIGEN_DOC_UNARY_ADDONS(imag,imaginary part function) in EIGEN_DOC_UNARY_ADDONS()
128 EIGEN_DOC_UNARY_ADDONS(unaryExpr,unary function) in EIGEN_DOC_UNARY_ADDONS()
149 EIGEN_DOC_UNARY_ADDONS(unaryViewExpr,unary function) in EIGEN_DOC_UNARY_ADDONS()
163 EIGEN_DOC_UNARY_ADDONS(real,real part function) in EIGEN_DOC_UNARY_ADDONS() argument
172 EIGEN_DOC_UNARY_ADDONS(imag,imaginary part function) in EIGEN_DOC_UNARY_ADDONS()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/conjure3/
Dfunction.hpp19 struct function : qi::grammar<Iterator, ast::function()> struct
22 error_handler_type;
26 statement<Iterator, Lexer> body;
28 qi::rule<Iterator, ast::identifier()> identifier;
29 qi::rule<Iterator, std::list<ast::identifier>()> argument_list;
30 qi::rule<Iterator, ast::function()> start;
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/conjure1/
Dfunction.hpp18 struct function : qi::grammar<Iterator, ast::function(), skipper<Iterator> > struct
22 statement<Iterator> body;
23 qi::rule<Iterator, std::string(), skipper<Iterator> > name;
24 qi::rule<Iterator, ast::identifier(), skipper<Iterator> > identifier;
25 qi::rule<Iterator, std::list<ast::identifier>(), skipper<Iterator> > argument_list;
26 qi::rule<Iterator, ast::function(), skipper<Iterator> > start;
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/conjure2/
Dfunction.hpp19 struct function : qi::grammar<Iterator, ast::function()> struct
22 error_handler_type;
26 statement<Iterator, Lexer> body;
28 qi::rule<Iterator, ast::identifier()> identifier;
29 qi::rule<Iterator, std::list<ast::identifier>()> argument_list;
30 qi::rule<Iterator, ast::function()> start;
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/mini_c/
Dfunction.hpp18 struct function : qi::grammar<Iterator, ast::function(), skipper<Iterator> > struct
22 statement<Iterator> body;
23 qi::rule<Iterator, std::string(), skipper<Iterator> > name;
24 qi::rule<Iterator, ast::identifier(), skipper<Iterator> > identifier;
25 qi::rule<Iterator, std::list<ast::identifier>(), skipper<Iterator> > argument_list;
26 qi::rule<Iterator, ast::function(), skipper<Iterator> > start;
/aosp_15_r20/external/libdav1d/src/arm/64/
H A Dmsac.S123 function msac_decode_symbol_adapt4_neon, export=1 label
361 function msac_decode_symbol_adapt8_neon, export=1 label
365 function msac_decode_symbol_adapt16_neon, export=1 label
369 function msac_decode_hi_tok_neon, export=1 label
492 function msac_decode_bool_equi_neon, export=1 label
518 function msac_decode_bool_neon, export=1 label
546 function msac_decode_bool_adapt_neon, export=1 label
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/libnativehelper/include_platform_header_only/nativehelper/
Djni_macros.h152 #define MAKE_JNI_NATIVE_METHOD(name, signature, function) \ argument
158 #define MAKE_JNI_FAST_NATIVE_METHOD(name, signature, function) \ argument
164 #define MAKE_JNI_CRITICAL_NATIVE_METHOD(name, signature, function) \ argument
175 #define MAKE_JNI_NATIVE_METHOD_AUTOSIG(name, function) \ argument
183 #define MAKE_JNI_FAST_NATIVE_METHOD_AUTOSIG(name, function) \ argument
190 #define MAKE_JNI_CRITICAL_NATIVE_METHOD_AUTOSIG(name, function) \ argument
260 #define _NATIVEHELPER_JNI_MAKE_METHOD_AUTOSIG(kind, name, function) \ argument
270 #define _NATIVEHELPER_JNI_MAKE_METHOD_AUTOSIG(kind, name, function) \ argument
/aosp_15_r20/libnativehelper/include_platform_header_only/nativehelper/
H A Djni_macros.h152 #define MAKE_JNI_NATIVE_METHOD(name, signature, function) \ argument
158 #define MAKE_JNI_FAST_NATIVE_METHOD(name, signature, function) \ argument
164 #define MAKE_JNI_CRITICAL_NATIVE_METHOD(name, signature, function) \ argument
175 #define MAKE_JNI_NATIVE_METHOD_AUTOSIG(name, function) \ argument
183 #define MAKE_JNI_FAST_NATIVE_METHOD_AUTOSIG(name, function) \ argument
190 #define MAKE_JNI_CRITICAL_NATIVE_METHOD_AUTOSIG(name, function) \ argument
260 #define _NATIVEHELPER_JNI_MAKE_METHOD_AUTOSIG(kind, name, function) \ argument
270 #define _NATIVEHELPER_JNI_MAKE_METHOD_AUTOSIG(kind, name, function) \ argument
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/libnativehelper/include_platform_header_only/nativehelper/
Djni_macros.h152 #define MAKE_JNI_NATIVE_METHOD(name, signature, function) \ argument
158 #define MAKE_JNI_FAST_NATIVE_METHOD(name, signature, function) \ argument
164 #define MAKE_JNI_CRITICAL_NATIVE_METHOD(name, signature, function) \ argument
175 #define MAKE_JNI_NATIVE_METHOD_AUTOSIG(name, function) \ argument
183 #define MAKE_JNI_FAST_NATIVE_METHOD_AUTOSIG(name, function) \ argument
190 #define MAKE_JNI_CRITICAL_NATIVE_METHOD_AUTOSIG(name, function) \ argument
260 #define _NATIVEHELPER_JNI_MAKE_METHOD_AUTOSIG(kind, name, function) \ argument
270 #define _NATIVEHELPER_JNI_MAKE_METHOD_AUTOSIG(kind, name, function) \ argument
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/libnativehelper/include_platform_header_only/nativehelper/
Djni_macros.h152 #define MAKE_JNI_NATIVE_METHOD(name, signature, function) \ argument
158 #define MAKE_JNI_FAST_NATIVE_METHOD(name, signature, function) \ argument
164 #define MAKE_JNI_CRITICAL_NATIVE_METHOD(name, signature, function) \ argument
175 #define MAKE_JNI_NATIVE_METHOD_AUTOSIG(name, function) \ argument
183 #define MAKE_JNI_FAST_NATIVE_METHOD_AUTOSIG(name, function) \ argument
190 #define MAKE_JNI_CRITICAL_NATIVE_METHOD_AUTOSIG(name, function) \ argument
260 #define _NATIVEHELPER_JNI_MAKE_METHOD_AUTOSIG(kind, name, function) \ argument
270 #define _NATIVEHELPER_JNI_MAKE_METHOD_AUTOSIG(kind, name, function) \ argument
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/libnativehelper/include_platform_header_only/nativehelper/
Djni_macros.h152 #define MAKE_JNI_NATIVE_METHOD(name, signature, function) \ argument
158 #define MAKE_JNI_FAST_NATIVE_METHOD(name, signature, function) \ argument
164 #define MAKE_JNI_CRITICAL_NATIVE_METHOD(name, signature, function) \ argument
175 #define MAKE_JNI_NATIVE_METHOD_AUTOSIG(name, function) \ argument
183 #define MAKE_JNI_FAST_NATIVE_METHOD_AUTOSIG(name, function) \ argument
190 #define MAKE_JNI_CRITICAL_NATIVE_METHOD_AUTOSIG(name, function) \ argument
260 #define _NATIVEHELPER_JNI_MAKE_METHOD_AUTOSIG(kind, name, function) \ argument
270 #define _NATIVEHELPER_JNI_MAKE_METHOD_AUTOSIG(kind, name, function) \ argument
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/libnativehelper/include_platform_header_only/nativehelper/
Djni_macros.h152 #define MAKE_JNI_NATIVE_METHOD(name, signature, function) \ argument
158 #define MAKE_JNI_FAST_NATIVE_METHOD(name, signature, function) \ argument
164 #define MAKE_JNI_CRITICAL_NATIVE_METHOD(name, signature, function) \ argument
175 #define MAKE_JNI_NATIVE_METHOD_AUTOSIG(name, function) \ argument
183 #define MAKE_JNI_FAST_NATIVE_METHOD_AUTOSIG(name, function) \ argument
190 #define MAKE_JNI_CRITICAL_NATIVE_METHOD_AUTOSIG(name, function) \ argument
260 #define _NATIVEHELPER_JNI_MAKE_METHOD_AUTOSIG(kind, name, function) \ argument
270 #define _NATIVEHELPER_JNI_MAKE_METHOD_AUTOSIG(kind, name, function) \ argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/impl/
Dspawn.hpp146 asio_handler_invoke(Function& function, in asio_handler_invoke()
158 asio_handler_invoke(const Function& function, in asio_handler_invoke()
396 asio_handler_invoke(Function& function, in asio_handler_invoke()
408 asio_handler_invoke(const Function& function, in asio_handler_invoke()
423 inline void spawn(BOOST_ASIO_MOVE_ARG(Function) function, in spawn()
435 void spawn(BOOST_ASIO_MOVE_ARG(Handler) handler, in spawn()
457 void spawn(basic_yield_context<Handler> ctx, in spawn()
476 inline void spawn(const Executor& ex, in spawn()
488 inline void spawn(const strand<Executor>& ex, in spawn()
500 inline void spawn(const boost::asio::io_context::strand& s, in spawn()
[all …]
/aosp_15_r20/frameworks/wilhelm/src/
H A Dtrace.cpp33 void slTraceEnterGlobal(const char *function) in slTraceEnterGlobal()
41 void slTraceLeaveGlobal(const char *function, SLresult result) in slTraceLeaveGlobal()
60 void slTraceEnterInterface(const char *function) in slTraceEnterInterface()
86 void slTraceLeaveInterface(const char *function, SLresult result) in slTraceLeaveInterface()
133 void slTraceEnterInterfaceVoid(const char *function) in slTraceEnterInterfaceVoid()
141 void slTraceLeaveInterfaceVoid(const char *function) in slTraceLeaveInterfaceVoid()
/aosp_15_r20/external/libdav1d/src/arm/32/
H A Dmsac.S179 function msac_decode_symbol_adapt4_neon, export=1 label
345 function msac_decode_symbol_adapt8_neon, export=1 label
350 function msac_decode_symbol_adapt16_neon, export=1 label
355 function msac_decode_hi_tok_neon, export=1 label
494 function msac_decode_bool_equi_neon, export=1 label
517 function msac_decode_bool_neon, export=1 label
542 function msac_decode_bool_adapt_neon, export=1 label
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/
DArrayPrefixHelpers.java109 final BinaryOperator<T> function; field in ArrayPrefixHelpers.CumulateTask
119 BinaryOperator<T> function, in CumulateTask()
131 CumulateTask(CumulateTask<T> parent, BinaryOperator<T> function, in CumulateTask()
266 final LongBinaryOperator function; field in ArrayPrefixHelpers.LongCumulateTask
273 LongBinaryOperator function, in LongCumulateTask()
285 LongCumulateTask(LongCumulateTask parent, LongBinaryOperator function, in LongCumulateTask()
418 final DoubleBinaryOperator function; field in ArrayPrefixHelpers.DoubleCumulateTask
425 DoubleBinaryOperator function, in DoubleCumulateTask()
437 DoubleCumulateTask(DoubleCumulateTask parent, DoubleBinaryOperator function, in DoubleCumulateTask()
570 final IntBinaryOperator function; field in ArrayPrefixHelpers.IntCumulateTask
[all …]
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/
H A DArrayPrefixHelpers.java109 final BinaryOperator<T> function; field in ArrayPrefixHelpers.CumulateTask
119 BinaryOperator<T> function, in CumulateTask()
131 CumulateTask(CumulateTask<T> parent, BinaryOperator<T> function, in CumulateTask()
266 final LongBinaryOperator function; field in ArrayPrefixHelpers.LongCumulateTask
273 LongBinaryOperator function, in LongCumulateTask()
285 LongCumulateTask(LongCumulateTask parent, LongBinaryOperator function, in LongCumulateTask()
418 final DoubleBinaryOperator function; field in ArrayPrefixHelpers.DoubleCumulateTask
425 DoubleBinaryOperator function, in DoubleCumulateTask()
437 DoubleCumulateTask(DoubleCumulateTask parent, DoubleBinaryOperator function, in DoubleCumulateTask()
570 final IntBinaryOperator function; field in ArrayPrefixHelpers.IntCumulateTask
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/18/libcore/ojluni/src/main/java/java/util/
DArrayPrefixHelpers.java109 final BinaryOperator<T> function; field in ArrayPrefixHelpers.CumulateTask
119 BinaryOperator<T> function, in CumulateTask()
131 CumulateTask(CumulateTask<T> parent, BinaryOperator<T> function, in CumulateTask()
266 final LongBinaryOperator function; field in ArrayPrefixHelpers.LongCumulateTask
273 LongBinaryOperator function, in LongCumulateTask()
285 LongCumulateTask(LongCumulateTask parent, LongBinaryOperator function, in LongCumulateTask()
418 final DoubleBinaryOperator function; field in ArrayPrefixHelpers.DoubleCumulateTask
425 DoubleBinaryOperator function, in DoubleCumulateTask()
437 DoubleCumulateTask(DoubleCumulateTask parent, DoubleBinaryOperator function, in DoubleCumulateTask()
570 final IntBinaryOperator function; field in ArrayPrefixHelpers.IntCumulateTask
[all …]
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/stubs/
H A Dcallback.h126 FunctionClosure0(FunctionType function, bool self_deleting) in FunctionClosure0()
167 FunctionClosure1(FunctionType function, bool self_deleting, in FunctionClosure1()
214 FunctionClosure2(FunctionType function, bool self_deleting, in FunctionClosure2()
263 FunctionResultCallback_0_0(FunctionType function, bool self_deleting) in FunctionResultCallback_0_0()
284 FunctionResultCallback_1_0(FunctionType function, bool self_deleting, in FunctionResultCallback_1_0()
307 FunctionResultCallback_0_1(FunctionType function, bool self_deleting) in FunctionResultCallback_0_1()
328 FunctionResultCallback_1_1(FunctionType function, bool self_deleting, in FunctionResultCallback_1_1()
415 inline Closure* NewCallback(void (*function)()) { in NewCallback()
420 inline Closure* NewPermanentCallback(void (*function)()) { in NewPermanentCallback()
499 inline ResultCallback<R>* NewCallback(R (*function)()) { in NewCallback()
[all …]
/aosp_15_r20/external/protobuf/src/google/protobuf/stubs/
H A Dcallback.h126 FunctionClosure0(FunctionType function, bool self_deleting) in FunctionClosure0()
167 FunctionClosure1(FunctionType function, bool self_deleting, in FunctionClosure1()
214 FunctionClosure2(FunctionType function, bool self_deleting, in FunctionClosure2()
263 FunctionResultCallback_0_0(FunctionType function, bool self_deleting) in FunctionResultCallback_0_0()
284 FunctionResultCallback_1_0(FunctionType function, bool self_deleting, in FunctionResultCallback_1_0()
307 FunctionResultCallback_0_1(FunctionType function, bool self_deleting) in FunctionResultCallback_0_1()
328 FunctionResultCallback_1_1(FunctionType function, bool self_deleting, in FunctionResultCallback_1_1()
415 inline Closure* NewCallback(void (*function)()) { in NewCallback()
420 inline Closure* NewPermanentCallback(void (*function)()) { in NewPermanentCallback()
499 inline ResultCallback<R>* NewCallback(R (*function)()) { in NewCallback()
[all …]
/aosp_15_r20/external/pytorch/torch/csrc/jit/api/
H A Dfunction_impl.cpp23 c10::FunctionSchema defaultSchemaFor(const GraphFunction& function) { in defaultSchemaFor()
41 T* tryToGraphFunctionImpl(F& function) noexcept { in tryToGraphFunctionImpl()
50 T& toGraphFunctionImpl(F& function) { in toGraphFunctionImpl()
161 GraphFunction* tryToGraphFunction(Function& function) noexcept { in tryToGraphFunction()
165 GraphFunction& toGraphFunction(Function& function) { in toGraphFunction()
169 const GraphFunction& toGraphFunction(const Function& function) { in toGraphFunction()

12345678910>>...148