Searched refs:work_ (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | cast_op.cc | 94 if (work_ == nullptr) { in Compute() 105 work_(ctx, in, out, use_truncation_); in Compute() 110 work_(ctx, inp, out, use_truncation_); in Compute() 126 work_ = nullptr; // Identity in Prepare() 130 work_ = GetCpuCastFromBool(dst_dtype_); in Prepare() 132 work_ = GetCpuCastFromUint8(dst_dtype_); in Prepare() 134 work_ = GetCpuCastFromUint16(dst_dtype_); in Prepare() 136 work_ = GetCpuCastFromUint32(dst_dtype_); in Prepare() 138 work_ = GetCpuCastFromUint64(dst_dtype_); in Prepare() 140 work_ = GetCpuCastFromInt8(dst_dtype_); in Prepare() [all …]
|
D | cast_op.h | 105 CastFunctorType work_ = nullptr; variable
|
/external/tensorflow/tensorflow/core/framework/ |
D | reader_base.cc | 52 work_.clear(); in ResetLocked() 92 work_ = GetNextWorkLocked(queue, context); in ReadUpTo() 158 work_ = GetNextWorkLocked(queue, context); in Read() 231 state->set_current_work(work_.data(), work_.size()); in SaveBaseState() 242 work_ = state.current_work(); in RestoreBaseState()
|
D | reader_base.h | 86 const tstring& current_work() const { return work_; } in current_work() 133 tstring work_; variable
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/impl/ |
D | resolver_service_base.ipp | 39 work_(new asio::io_service::work(*work_io_service_)), 51 work_.reset();
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
D | resolver_service_base.hpp | 109 asio::detail::scoped_ptr<asio::io_service::work> work_; member in asio::detail::resolver_service_base
|