Home
last modified time | relevance | path

Searched defs:functor (Results 1 – 25 of 350) sorted by relevance

12345678910>>...14

/external/tensorflow/tensorflow/core/kernels/
Drelu_op.h39 functor::Relu<Device, T> functor; in Operate() local
87 functor::ReluGrad<Device, T> functor; in OperateNoTemplate() local
98 functor::Relu6<Device, T> functor; in Operate() local
129 functor::Relu6Grad<Device, T> functor; in OperateNoTemplate() local
145 functor::LeakyRelu<Device, T> functor; in Operate() local
190 functor::LeakyReluGrad<Device, T> functor; in OperateNoTemplate() local
201 functor::Elu<Device, T> functor; in Operate() local
232 functor::EluGrad<Device, T> functor; in OperateNoTemplate() local
243 functor::Selu<Device, T> functor; in Operate() local
274 functor::SeluGrad<Device, T> functor; in OperateNoTemplate() local
Dspacetodepth_op.cc135 functor::SpaceToDepthOpFunctor<Device, int32, FORMAT_NCHW> functor; in Compute() local
140 functor::SpaceToDepthOpFunctor<Device, RT, FORMAT_NCHW> functor; in Compute() local
145 functor::SpaceToDepthOpFunctor<Device, RT, FORMAT_NHWC> functor; in Compute() local
152 functor::SpaceToDepthOpFunctor<Device, T, FORMAT_NHWC> functor; in Compute() local
164 namespace functor { namespace
Ddepthtospace_op.cc120 functor::DepthToSpaceOpFunctor<Device, int32, FORMAT_NCHW> functor; in Compute() local
125 functor::DepthToSpaceOpFunctor<Device, T, FORMAT_NCHW> functor; in Compute() local
135 functor::DepthToSpaceOpFunctor<Device, T, FORMAT_NHWC> functor; in Compute() local
147 namespace functor { namespace
Dsoftsign_op.cc40 functor::Softsign<Device, T> functor; in Operate() local
75 functor::SoftsignGrad<Device, T> functor; in OperateNoTemplate() local
93 namespace functor { namespace
Dsoftplus_op.cc40 functor::Softplus<Device, T> functor; in Operate() local
74 functor::SoftplusGrad<Device, T> functor; in OperateNoTemplate() local
93 namespace functor { namespace
Dfake_quant_ops.cc88 FakeQuantWithMinMaxArgsFunctor<Device> functor; in Operate() local
137 FakeQuantWithMinMaxArgsGradientFunctor<Device> functor; in OperateNoTemplate() local
211 FakeQuantWithMinMaxVarsFunctor<Device> functor; in Compute() local
262 FakeQuantWithMinMaxVarsGradientFunctor<Device> functor; in Compute() local
349 FakeQuantWithMinMaxVarsPerChannelFunctor<Device> functor; in Compute() local
408 FakeQuantWithMinMaxVarsPerChannelGradientFunctor<Device> functor; in Compute() local
Dsoftmax_op.cc35 namespace functor { namespace
64 functor::SoftmaxFunctor<Device, T> functor; in Compute() local
Dxent_op.cc91 functor::XentFunctor<Device, T> functor; in Compute() local
104 namespace functor { namespace
Drelu_op.cc79 namespace functor { namespace
118 namespace functor { namespace
Ddiag_op.cc126 namespace functor { namespace
202 namespace functor { namespace
225 namespace functor { namespace
Dsparse_xent_op.cc116 functor::SparseXentFunctor<Device, T, Index> functor; in Compute() local
125 namespace functor { namespace
Dbetainc_op.cc77 functor::Betainc<Device, T, 1> functor; in Compute() local
128 namespace functor { namespace
Dpopulation_count_op.cc74 namespace functor { namespace
145 namespace functor { namespace
/external/webrtc/rtc_base/
Doperations_chain.h48 OperationWithFunctor(FunctorT&& functor, std::function<void()> callback) in OperationWithFunctor()
64 auto functor = std::move(functor_); in Run() local
135 void ChainOperation(FunctorT&& functor) { in ChainOperation()
Dthread.h59 explicit MessageWithFunctor(FunctorT&& functor) in MessageWithFunctor()
328 ReturnT Invoke(const Location& posted_from, FunctionView<ReturnT()> functor) { in Invoke()
337 void Invoke(const Location& posted_from, FunctionView<void()> functor) { in Invoke()
388 void PostTask(const Location& posted_from, FunctorT&& functor) { in PostTask()
395 FunctorT&& functor, in PostDelayedTask()
Dcallback.h77 Callback0(const T& functor) in Callback0()
106 Callback1(const T& functor) in Callback1()
135 Callback2(const T& functor) in Callback2()
164 Callback3(const T& functor) in Callback3()
193 Callback4(const T& functor) in Callback4()
224 Callback5(const T& functor) in Callback5()
Dbind_unittest.cc176 auto functor = Bind(&LifeTimeCheck::NullaryVoid, &object); in TEST() local
192 auto functor = Bind(&LifeTimeCheck::NullaryVoid, scoped_object); in TEST() local
221 auto functor = in TEST() local
244 auto functor = Bind(&Ref, x); in TEST() local
/external/grpc-grpc/test/cpp/qps/
Dstats.h30 double sum(const T& container, F functor) { in sum()
39 double average(const T& container, F functor) { in average()
/external/eigen/unsupported/test/
Dlevenberg_marquardt.cpp75 lmder_functor functor; in testLmder1() local
104 lmder_functor functor; in testLmder() local
177 lmdif_functor functor; in testLmdif1() local
207 lmdif_functor functor; in testLmdif() local
293 chwirut2_functor functor; in testNistChwirut2() local
373 misra1a_functor functor; in testNistMisra1a() local
464 hahn1_functor functor; in testNistHahn1() local
550 misra1d_functor functor; in testNistMisra1d() local
628 lanczos1_functor functor; in testNistLanczos1() local
714 rat42_functor functor; in testNistRat42() local
[all …]
DNonLinearOptimization.cpp186 lmder_functor functor; in testLmder1() local
214 lmder_functor functor; in testLmder() local
298 hybrj_functor functor; in testHybrj1() local
330 hybrj_functor functor; in testHybrj() local
385 hybrd_functor functor; in testHybrd1() local
412 hybrd_functor functor; in testHybrd() local
487 lmstr_functor functor; in testLmstr1() local
515 lmstr_functor functor; in testLmstr() local
570 lmdif_functor functor; in testLmdif1() local
600 lmdif_functor functor; in testLmdif() local
[all …]
/external/libchrome/testing/
Dgmock_mutant.h118 Functor functor) { in CreateFunctor()
124 CreateFunctor(Functor functor, const BoundArgs&... args) { in CreateFunctor()
/external/openscreen/util/
Dalarm.h51 inline void Schedule(Functor functor, Clock::time_point alarm_time) { in Schedule()
58 inline void ScheduleFromNow(Functor functor, Clock::duration delay) { in ScheduleFromNow()
/external/armnn/profiling/common/src/
DCommandHandlerRegistry.cpp18 void CommandHandlerRegistry::RegisterFunctor(CommandHandlerFunctor* functor, in RegisterFunctor()
29 void CommandHandlerRegistry::RegisterFunctor(CommandHandlerFunctor* functor) in RegisterFunctor()
/external/tensorflow/tensorflow/core/kernels/image/
Dmirror_pad_op.cc152 namespace functor { namespace
204 namespace functor { namespace
363 namespace functor { namespace
410 namespace functor { namespace
/external/eigen/test/
DdenseLM.cpp102 int test_minimizeLM(FunctorType& functor, VectorType& uv) in test_minimizeLM()
115 int test_lmder(FunctorType& functor, VectorType& uv) in test_lmder()
128 int test_minimizeSteps(FunctorType& functor, VectorType& uv) in test_minimizeSteps()

12345678910>>...14