| /external/tensorflow/tensorflow/core/kernels/ | 
| D | relu_op.h | 39     functor::Relu<Device, T> functor;  in Operate()  local87   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()  local140         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()  local125         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()  local75   functor::SoftsignGrad<Device, T> functor;  in OperateNoTemplate()  local
 93 namespace functor {  namespace
 
 | 
| D | softplus_op.cc | 40     functor::Softplus<Device, T> functor;  in Operate()  local74   functor::SoftplusGrad<Device, T> functor;  in OperateNoTemplate()  local
 93 namespace functor {  namespace
 
 | 
| D | fake_quant_ops.cc | 90     FakeQuantWithMinMaxArgsFunctor<Device> functor;  in Operate()  local139     FakeQuantWithMinMaxArgsGradientFunctor<Device> functor;  in OperateNoTemplate()  local
 220     FakeQuantWithMinMaxVarsFunctor<Device> functor;  in Compute()  local
 284     FakeQuantWithMinMaxVarsGradientFunctor<Device> functor;  in Compute()  local
 378     FakeQuantWithMinMaxVarsPerChannelFunctor<Device> functor;  in Compute()  local
 450     FakeQuantWithMinMaxVarsPerChannelGradientFunctor<Device> functor;  in Compute()  local
 
 | 
| D | softmax_op.cc | 35 namespace functor {  namespace64       functor::SoftmaxFunctor<Device, T> functor;  in Compute()  local
 
 | 
| D | xent_op.cc | 91       functor::XentFunctor<Device, T> functor;  in Compute()  local104 namespace functor {  namespace
 
 | 
| D | relu_op.cc | 89 namespace functor {  namespace128 namespace functor {  namespace
 
 | 
| D | diag_op.cc | 126 namespace functor {  namespace202 namespace functor {  namespace
 225 namespace functor {  namespace
 
 | 
| D | sparse_xent_op.cc | 105       functor::SparseXentFunctor<Device, T, Index> functor;  in Compute()  local114 namespace functor {  namespace
 
 | 
| D | betainc_op.cc | 77       functor::Betainc<Device, T, 1> functor;  in Compute()  local128 namespace functor {  namespace
 
 | 
| D | cwise_op_gpu_greater.cu.cc | 21 namespace functor {  namespace
 | 
| D | cwise_op_gpu_atan.cu.cc | 21 namespace functor {  namespace
 | 
| D | cwise_op_gpu_floor_mod.cu.cc | 21 namespace functor {  namespace
 | 
| /external/webrtc/rtc_base/ | 
| D | operations_chain.h | 50   OperationWithFunctor(FunctorT&& functor, std::function<void()> callback)  in OperationWithFunctor()70     auto functor = std::move(functor_);  in Run()  local
 147   void ChainOperation(FunctorT&& functor) {  in ChainOperation()
 
 | 
| /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()  local104   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()  local214   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 {  namespace204 namespace functor {  namespace
 363 namespace functor {  namespace
 410 namespace functor {  namespace
 
 | 
| /external/autotest/utils/frozen_chromite/lib/ | 
| D | retry_util.py | 229 def GenericRetry(handler, max_retry, functor, *args, **kwargs):  argument258 def RetryException(exception, max_retry, functor, *args, **kwargs):  argument
 286 def RetryCommand(functor, max_retry, *args, **kwargs):  argument
 
 | 
| /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()
 
 |