HomeSort by relevance Sort by last modified time
    Searched refs:op_queue (Results 1 - 13 of 13) sorted by null

  /external/parameter-framework/asio-1.10.6/include/asio/detail/
task_io_service_thread_info.hpp 15 #include "asio/detail/op_queue.hpp"
28 op_queue<task_io_service_operation> private_op_queue;
timer_queue_base.hpp 17 #include "asio/detail/op_queue.hpp"
45 virtual void get_ready_timers(op_queue<operation>& ops) = 0;
48 virtual void get_all_timers(op_queue<operation>& ops) = 0;
timer_queue_set.hpp 45 ASIO_DECL void get_ready_timers(op_queue<operation>& ops);
48 ASIO_DECL void get_all_timers(op_queue<operation>& ops);
op_queue.hpp 2 // detail/op_queue.hpp
23 class op_queue;
47 static Operation*& front(op_queue<Operation>& q)
53 static Operation*& back(op_queue<Operation>& q)
60 class op_queue class in namespace:asio::detail
65 op_queue() function in class:asio::detail::op_queue
72 ~op_queue()
118 void push(op_queue<OtherOperation>& q)
reactor_op_queue.hpp 18 #include "asio/detail/op_queue.hpp"
34 struct mapped_type : op_queue<reactor_op>
70 bool cancel_operations(iterator i, op_queue<operation>& ops,
93 bool cancel_operations(Descriptor descriptor, op_queue<operation>& ops,
115 bool perform_operations(iterator i, op_queue<operation>& ops)
138 bool perform_operations(Descriptor descriptor, op_queue<operation>& ops)
144 void get_all_operations(op_queue<operation>& ops)
task_io_service.hpp 24 #include "asio/detail/op_queue.hpp"
111 ASIO_DECL void post_deferred_completions(op_queue<operation>& ops);
115 ASIO_DECL void abandon_operations(op_queue<operation>& ops);
173 op_queue<operation> op_queue_;
posix_fd_set_adapter.hpp 57 void set(reactor_op_queue<socket_type>& operations, op_queue<operation>& ops)
87 op_queue<operation>& ops) const
select_reactor.hpp 23 #include "asio/detail/op_queue.hpp"
130 ASIO_DECL void run(bool block, op_queue<operation>& ops);
  /external/tensorflow/tensorflow/contrib/kfac/python/ops/
op_queue_lib.py 22 from tensorflow.contrib.kfac.python.ops.op_queue import *
  /external/tensorflow/tensorflow/contrib/kfac/python/kernel_tests/
op_queue_test.py 15 """Tests for tf.contrib.kfac.op_queue."""
21 from tensorflow.contrib.kfac.python.ops import op_queue
37 queue = op_queue.OpQueue(ops, seed=0)
  /external/parameter-framework/asio-1.10.6/include/asio/detail/impl/
select_reactor.hpp 62 op_queue<operation> ops;
  /external/tensorflow/tensorflow/contrib/kfac/
__init__.py 28 from tensorflow.contrib.kfac.python.ops import op_queue_lib as op_queue
41 "op_queue",
  /external/tensorflow/tensorflow/contrib/kfac/examples/
convnet.py 42 oq = tf.contrib.kfac.op_queue

Completed in 6878 milliseconds