HomeSort by relevance Sort by last modified time
    Searched refs:functor (Results 151 - 175 of 581) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/tensorflow/tensorflow/core/kernels/
adjust_hue_op.h 28 namespace functor { namespace in namespace:tensorflow
36 } // namespace functor
adjust_saturation_op.h 28 namespace functor { namespace in namespace:tensorflow
36 } // namespace functor
cross_op_gpu.cu.cc 28 template class functor::Cross<GPUDevice, type>;
cwise_op_gpu_logical_and.cu.cc 21 namespace functor { namespace in namespace:tensorflow
27 } // namespace functor
cwise_op_gpu_logical_or.cu.cc 21 namespace functor { namespace in namespace:tensorflow
27 } // namespace functor
cwise_op_gpu_mul.cu.cc 21 namespace functor { namespace in namespace:tensorflow
24 } // namespace functor
extract_image_patches_op_gpu.cu.cc 27 namespace functor { namespace in namespace:tensorflow
35 } // end namespace functor
eye_functor.h 21 namespace functor { namespace in namespace:tensorflow
29 } // namespace functor
inplace_ops_functor.h 23 namespace functor { namespace in namespace:tensorflow
29 } // end namespace functor
nth_element_op.h 25 namespace functor { namespace in namespace:tensorflow
33 } // namespace functor
population_count_op.h 26 namespace functor { namespace in namespace:tensorflow
34 } // namespace functor
xent_op_gpu.cu.cc 31 namespace functor { namespace in namespace:tensorflow
43 } // end namespace functor
46 template struct functor::XentFunctor<GPUDevice, Eigen::half>;
47 template struct functor::XentFunctor<GPUDevice, float>;
48 template struct functor::XentFunctor<GPUDevice, double>;
slice_op_cpu_impl.h 30 template struct functor::Slice<CpuDevice, T, CPU_PROVIDED_IXDIM>;
40 template struct functor::Slice<SyclDevice, T, CPU_PROVIDED_IXDIM>;
relu_op.h 39 functor::Relu<Device, T> functor; local
40 functor(context->eigen_device<Device>(), input.flat<T>(),
87 functor::ReluGrad<Device, T> functor;
88 functor(context->eigen_device<Device>(), g.flat<T>(), a.flat<T>(),
98 functor::Relu6<Device, T> functor; local
99 functor(context->eigen_device<Device>(), input.flat<T>(),
129 functor::Relu6Grad<Device, T> functor
140 functor::Elu<Device, T> functor; local
182 functor::Selu<Device, T> functor; local
    [all...]
cwise_op_equal_to_1.cc 19 REGISTER6(BinaryOp, CPU, "Equal", functor::equal_to, float, Eigen::half, double,
28 REGISTER4(BinaryOp, GPU, "Equal", functor::equal_to, float, Eigen::half, double,
46 BinaryOp<CPUDevice, functor::equal_to<int32>>);
50 REGISTER5(BinaryOp, SYCL, "Equal", functor::equal_to, float, double, uint8,
58 BinaryOp<CPUDevice, functor::equal_to<int32>>);
cwise_op_bitwise_and.cc 19 REGISTER8(BinaryOp, CPU, "BitwiseAnd", functor::bitwise_and, int8, int16, int32,
26 BinaryOp<SYCLDevice, functor::bitwise_and<TYPE>>);
40 REGISTER8(BinaryOp, GPU, "BitwiseAnd", functor::bitwise_and, int8, int16, int32,
cwise_op_bitwise_or.cc 19 REGISTER8(BinaryOp, CPU, "BitwiseOr", functor::bitwise_or, int8, int16, int32,
26 BinaryOp<SYCLDevice, functor::bitwise_or<TYPE>>);
40 REGISTER8(BinaryOp, GPU, "BitwiseOr", functor::bitwise_or, int8, int16, int32,
cwise_op_bitwise_xor.cc 19 REGISTER8(BinaryOp, CPU, "BitwiseXor", functor::bitwise_xor, int8, int16, int32,
26 BinaryOp<SYCLDevice, functor::bitwise_xor<TYPE>>);
40 REGISTER8(BinaryOp, GPU, "BitwiseXor", functor::bitwise_xor, int8, int16, int32,
cwise_op_left_shift.cc 19 REGISTER8(BinaryOp, CPU, "LeftShift", functor::left_shift, int8, int16, int32,
26 BinaryOp<SYCLDevice, functor::left_shift<TYPE>>);
40 REGISTER8(BinaryOp, GPU, "LeftShift", functor::left_shift, int8, int16, int32,
cwise_op_right_shift.cc 19 REGISTER8(BinaryOp, CPU, "RightShift", functor::right_shift, int8, int16, int32,
26 BinaryOp<SYCLDevice, functor::right_shift<TYPE>>);
40 REGISTER8(BinaryOp, GPU, "RightShift", functor::right_shift, int8, int16, int32,
  /external/webrtc/webrtc/base/
asyncinvoker.h 33 // invocation and execution of the functor. AsyncInvoker is designed to
74 // Call |functor| asynchronously on |thread|, with no callback upon
77 void AsyncInvoke(Thread* thread, const FunctorT& functor, uint32_t id = 0) {
79 new RefCountedObject<FireAndForgetAsyncClosure<FunctorT> >(functor));
83 // Call |functor| asynchronously on |thread| with |delay_ms|, with no callback
87 const FunctorT& functor,
91 new RefCountedObject<FireAndForgetAsyncClosure<FunctorT> >(functor));
95 // Call |functor| asynchronously on |thread|, calling |callback| when done.
98 const FunctorT& functor,
104 this, Thread::Current(), functor, callback, callback_host))
    [all...]
callback.h 75 template <class T> Callback0(const T& functor)
76 : helper_(new RefCountedObject< HelperImpl<T> >(functor)) {}
90 explicit HelperImpl(const T& functor) : functor_(functor) {}
105 template <class T> Callback1(const T& functor)
106 : helper_(new RefCountedObject< HelperImpl<T> >(functor)) {}
120 explicit HelperImpl(const T& functor) : functor_(functor) {}
136 template <class T> Callback2(const T& functor)
137 : helper_(new RefCountedObject< HelperImpl<T> >(functor)) {}
    [all...]
messagehandler.h 37 // Helper class to facilitate executing a functor on a thread.
41 explicit FunctorMessageHandler(const FunctorT& functor)
42 : functor_(functor) {}
58 explicit FunctorMessageHandler(const FunctorT& functor) : functor_(functor) {}
71 explicit FunctorMessageHandler(const FunctorT& functor)
72 : functor_(functor) {}
  /frameworks/base/libs/hwui/
GlFunctorLifecycleListener.h 19 #include <utils/Functor.h>
28 virtual void onGlFunctorReleased(Functor* functor) = 0;
  /frameworks/base/libs/hwui/tests/unit/
CanvasContextTests.cpp 47 TestUtils::MockFunctor functor; local
48 CanvasContext::invokeFunctor(renderThread, &functor);
51 ASSERT_EQ(functor.getLastMode(), DrawGlInfo::kModeProcessNoContext);
53 ASSERT_EQ(functor.getLastMode(), DrawGlInfo::kModeProcess);

Completed in 382 milliseconds

1 2 3 4 5 67 8 91011>>