Home
last modified time | relevance | path

Searched refs:get_op_id (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dkernel_and_device.h240 std::function<int64()> get_op_id) in KernelAndDeviceFunc() argument
250 get_op_id_(std::move(get_op_id)), in KernelAndDeviceFunc()
Dexecute.cc502 std::function<int64()> get_op_id = nullptr; in EagerLocalExecute() local
505 get_op_id = [&ctx]() { return ctx.RemoteMgr()->NextOpId(); }; in EagerLocalExecute()
513 get_op_id)); in EagerLocalExecute()