Home
last modified time | relevance | path

Searched refs:work_ (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dcast_op.cc97 if (work_ == nullptr) { in Compute()
111 work_(ctx, in, out, use_truncation_); in Compute()
128 work_ = nullptr; // Identity in Prepare()
132 work_ = GetCpuCastFromBool(dst_dtype_); in Prepare()
134 work_ = GetCpuCastFromUint8(dst_dtype_); in Prepare()
136 work_ = GetCpuCastFromUint16(dst_dtype_); in Prepare()
138 work_ = GetCpuCastFromUint32(dst_dtype_); in Prepare()
140 work_ = GetCpuCastFromUint64(dst_dtype_); in Prepare()
142 work_ = GetCpuCastFromInt8(dst_dtype_); in Prepare()
144 work_ = GetCpuCastFromInt16(dst_dtype_); in Prepare()
[all …]
Dcast_op.h105 CastFunctorType work_ = nullptr; variable
/external/tensorflow/tensorflow/core/framework/
Dreader_base.cc52 work_.clear(); in ResetLocked()
92 work_ = GetNextWorkLocked(queue, context); in ReadUpTo()
158 work_ = GetNextWorkLocked(queue, context); in Read()
231 state->set_current_work(work_); in SaveBaseState()
242 work_ = state.current_work(); in RestoreBaseState()
Dreader_base.h86 const string& current_work() const { return work_; } in current_work()
133 string work_; variable
/external/parameter-framework/asio-1.10.6/include/asio/detail/impl/
Dresolver_service_base.ipp39 work_(new asio::io_service::work(*work_io_service_)),
51 work_.reset();
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dresolver_service_base.hpp109 asio::detail::scoped_ptr<asio::io_service::work> work_; member in asio::detail::resolver_service_base