/external/tensorflow/tensorflow/core/kernels/ |
D | relu_op.h | 39 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
|
D | spacetodepth_op.cc | 135 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
|
D | depthtospace_op.cc | 120 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
|
D | softsign_op.cc | 40 functor::Softsign<Device, T> functor; in Operate() local 75 functor::SoftsignGrad<Device, T> functor; in OperateNoTemplate() local 93 namespace functor { namespace
|
D | softplus_op.cc | 40 functor::Softplus<Device, T> functor; in Operate() local 74 functor::SoftplusGrad<Device, T> functor; in OperateNoTemplate() local 93 namespace functor { namespace
|
D | fake_quant_ops.cc | 88 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
|
D | softmax_op.cc | 35 namespace functor { namespace 64 functor::SoftmaxFunctor<Device, T> functor; in Compute() local
|
D | xent_op.cc | 91 functor::XentFunctor<Device, T> functor; in Compute() local 104 namespace functor { namespace
|
D | relu_op.cc | 79 namespace functor { namespace 118 namespace functor { namespace
|
D | diag_op.cc | 126 namespace functor { namespace 202 namespace functor { namespace 225 namespace functor { namespace
|
D | sparse_xent_op.cc | 116 functor::SparseXentFunctor<Device, T, Index> functor; in Compute() local 125 namespace functor { namespace
|
D | betainc_op.cc | 77 functor::Betainc<Device, T, 1> functor; in Compute() local 128 namespace functor { namespace
|
D | population_count_op.cc | 74 namespace functor { namespace 145 namespace functor { namespace
|
/external/webrtc/rtc_base/ |
D | operations_chain.h | 48 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()
|
D | thread.h | 59 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()
|
D | callback.h | 77 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()
|
D | bind_unittest.cc | 176 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/ |
D | stats.h | 30 double sum(const T& container, F functor) { in sum() 39 double average(const T& container, F functor) { in average()
|
/external/eigen/unsupported/test/ |
D | levenberg_marquardt.cpp | 75 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 …]
|
D | NonLinearOptimization.cpp | 186 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/ |
D | gmock_mutant.h | 118 Functor functor) { in CreateFunctor() 124 CreateFunctor(Functor functor, const BoundArgs&... args) { in CreateFunctor()
|
/external/openscreen/util/ |
D | alarm.h | 51 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/ |
D | CommandHandlerRegistry.cpp | 18 void CommandHandlerRegistry::RegisterFunctor(CommandHandlerFunctor* functor, in RegisterFunctor() 29 void CommandHandlerRegistry::RegisterFunctor(CommandHandlerFunctor* functor) in RegisterFunctor()
|
/external/tensorflow/tensorflow/core/kernels/image/ |
D | mirror_pad_op.cc | 152 namespace functor { namespace 204 namespace functor { namespace 363 namespace functor { namespace 410 namespace functor { namespace
|
/external/eigen/test/ |
D | denseLM.cpp | 102 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()
|