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

  /external/tensorflow/tensorflow/core/framework/
reader_op_kernel.h 35 class ReaderOpKernel : public ResourceOpKernel<ReaderInterface> {
41 // ReaderInterface descendant allocated with new that ReaderOpKernel
43 void SetReaderFactory(std::function<ReaderInterface*()> factory)
52 ResourceOpKernel<ReaderInterface>::Compute(context);
61 ResourceOpKernel<ReaderInterface>::Compute(context);
72 Status CreateResource(ReaderInterface** reader)
78 std::function<ReaderInterface*()> temp = nullptr;
83 std::function<ReaderInterface*()> factory_ GUARDED_BY(mu_);
reader_interface.h 30 class ReaderInterface;
34 // ReaderInterface descendant and a corresponding Op & OpKernel
44 class ReaderInterface : public ResourceBase {
82 virtual ~ReaderInterface() {}
reader_base.h 29 // Default implementation of ReaderInterface.
30 class ReaderBase : public ReaderInterface {
111 // Implementations of ReaderInterface methods. These ensure thread-safety
  /external/tensorflow/tensorflow/core/kernels/
reader_ops.cc 33 ReaderInterface* reader;
42 ReaderInterface* reader) = 0;
57 ReaderInterface* reader;
70 ReaderInterface* reader) = 0;
81 ReaderInterface* reader) override {
107 ReaderInterface* reader) override {
161 ReaderInterface* reader) override {
179 ReaderInterface* reader) override {
198 ReaderInterface* reader) override {
217 ReaderInterface* reader) override
    [all...]
  /external/grpc-grpc/include/grpcpp/impl/codegen/
sync_stream.h 50 /// ReaderInterface::Read that returned "false").
82 class ReaderInterface {
84 virtual ~ReaderInterface() {}
110 /// This is thread-safe with respect to \a ReaderInterface::Read
119 /// This is thread-safe with respect to \a ReaderInterface::Read
150 public internal::ReaderInterface<R> {
200 /// See the \a ReaderInterface.Read method for semantics.
271 /// Thread safe with respect to \a ReaderInterface::Read operations only
411 public internal::ReaderInterface<R> {
422 /// Thread-safe with respect to \a ReaderInterface::Rea
    [all...]

Completed in 183 milliseconds