/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 | 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 92 namespace functor { namespace
|
D | spacetodepth_op.cc | 122 functor::SpaceToDepthOpFunctor<GPUDevice, int32, FORMAT_NCHW> functor; in Compute() local 127 functor::SpaceToDepthOpFunctor<GPUDevice, T, FORMAT_NCHW> functor; in Compute() local 138 functor::SpaceToDepthOpFunctor<Device, T, FORMAT_NHWC> functor; in Compute() local 149 namespace functor { namespace
|
D | depthtospace_op.cc | 120 functor::DepthToSpaceOpFunctor<GPUDevice, int32, FORMAT_NCHW> functor; in Compute() local 125 functor::DepthToSpaceOpFunctor<GPUDevice, T, FORMAT_NCHW> functor; in Compute() local 136 functor::DepthToSpaceOpFunctor<Device, T, FORMAT_NHWC> functor; in Compute() local 148 namespace functor { namespace
|
D | fake_quant_ops.cc | 78 FakeQuantWithMinMaxArgsFunctor<Device> functor; in Operate() local 127 FakeQuantWithMinMaxArgsGradientFunctor<Device> functor; in OperateNoTemplate() local 199 FakeQuantWithMinMaxVarsFunctor<Device> functor; in Compute() local 250 FakeQuantWithMinMaxVarsGradientFunctor<Device> functor; in Compute() local 335 FakeQuantWithMinMaxVarsPerChannelFunctor<Device> functor; in Compute() local 394 FakeQuantWithMinMaxVarsPerChannelGradientFunctor<Device> functor; in Compute() local
|
D | softmax_op.cc | 38 namespace functor { namespace 71 functor::SoftmaxFunctor<Device, T> functor; in Compute() local
|
D | xent_op.cc | 81 functor::XentFunctor<Device, T> functor; in Compute() local 102 namespace functor { namespace
|
D | cwise_op_gpu_sin.cu.cc | 21 namespace functor { namespace
|
D | cwise_op_gpu_floor_mod.cu.cc | 21 namespace functor { namespace
|
D | cwise_op_gpu_cos.cu.cc | 21 namespace functor { namespace
|
D | cwise_op_gpu_isinf.cu.cc | 21 namespace functor { namespace
|
D | cwise_op_gpu_cosh.cu.cc | 21 namespace functor { namespace
|
D | cwise_op_gpu_imag.cu.cc | 21 namespace functor { namespace
|
D | conv_ops_fused_float.cc | 34 namespace functor { namespace
|
D | cwise_op_gpu_squared_difference.cu.cc | 21 namespace functor { namespace
|
D | cwise_op_gpu_conj.cu.cc | 21 namespace functor { namespace
|
/external/webrtc/webrtc/base/ |
D | messagehandler.h | 41 explicit FunctorMessageHandler(const FunctorT& functor) in FunctorMessageHandler() 58 explicit FunctorMessageHandler(const FunctorT& functor) : functor_(functor) {} in FunctorMessageHandler() 71 explicit FunctorMessageHandler(const FunctorT& functor) in FunctorMessageHandler()
|
D | asyncinvoker-inl.h | 43 explicit FireAndForgetAsyncClosure(const FunctorT& functor) in FireAndForgetAsyncClosure() 84 const FunctorT& functor, in NotifyingAsyncClosure() 112 const FunctorT& functor, in NotifyingAsyncClosure()
|
D | callback.h | 75 template <class T> Callback0(const T& functor) in Callback0() 105 template <class T> Callback1(const T& functor) in Callback1() 136 template <class T> Callback2(const T& functor) in Callback2() 168 template <class T> Callback3(const T& functor) in Callback3() 201 template <class T> Callback4(const T& functor) in Callback4() 235 template <class T> Callback5(const T& functor) in Callback5()
|
/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 | 177 lmder_functor functor; in testLmder1() local 206 lmder_functor functor; in testLmder() local 291 hybrj_functor functor; in testHybrj1() local 324 hybrj_functor functor; in testHybrj() local 380 hybrd_functor functor; in testHybrd1() local 407 hybrd_functor functor; in testHybrd() local 482 lmstr_functor functor; in testLmstr1() local 511 lmstr_functor functor; in testLmstr() local 567 lmdif_functor functor; in testLmdif1() local 597 lmdif_functor functor; in testLmdif() local [all …]
|
/external/skia/include/private/ |
D | SkTSearch.h | 79 static SkTLessFunctionToFunctorAdaptor<T, LESS> functor; in SkTSearch() local 91 static SkTLessFunctor<T> functor; in SkTSearch() local 104 static SkTLessFunctionToPtrFunctorAdaptor<T, LESS> functor; in SkTSearch() local
|
/external/skqp/include/private/ |
D | SkTSearch.h | 79 static SkTLessFunctionToFunctorAdaptor<T, LESS> functor; in SkTSearch() local 91 static SkTLessFunctor<T> functor; in SkTSearch() local 104 static SkTLessFunctionToPtrFunctorAdaptor<T, LESS> functor; in SkTSearch() local
|