Searched refs:get_op_id (Results 1 – 2 of 2) sorted by relevance
240 std::function<int64()> get_op_id) in KernelAndDeviceFunc() argument250 get_op_id_(std::move(get_op_id)), in KernelAndDeviceFunc()
502 std::function<int64()> get_op_id = nullptr; in EagerLocalExecute() local505 get_op_id = [&ctx]() { return ctx.RemoteMgr()->NextOpId(); }; in EagerLocalExecute()513 get_op_id)); in EagerLocalExecute()