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

  /external/tensorflow/tensorflow/core/common_runtime/
rendezvous_mgr.cc 35 : device_mgr_(device_mgr), local_(NewLocalRendezvous()) {}
37 IntraProcessRendezvous::~IntraProcessRendezvous() { local_->Unref(); }
48 // Buffers "val" and "device_context" in local_.
49 return local_->Send(parsed, args, val, is_dead);
121 // Recv the tensor from local_.
122 local_->RecvAsync(
149 local_->StartAbort(s);
rendezvous_mgr.h 44 // Forwards to local_, where the Tensor "val" will be buffered and
52 // local_, in the remote case it initiates an RPC request.
60 Rendezvous* local_; // Owns a Ref on this object. member in class:tensorflow::IntraProcessRendezvous
76 // accomplished in local_ and the consumer is local to this process.
  /external/webrtc/webrtc/p2p/base/
pseudotcp_unittest.cc 47 : local_(this, 1),
63 local_.NotifyMTU(mtu);
77 local_.SetOption(PseudoTcp::OPT_NODELAY, !enable_nagles);
81 local_.SetOption(PseudoTcp::OPT_ACKDELAY, ack_delay);
85 local_.SetOption(PseudoTcp::OPT_SNDBUF, size);
92 local_.SetOption(PseudoTcp::OPT_RCVBUF, size);
98 local_.disableWindowScale();
103 int ret = local_.Connect();
110 local_.Close(false);
120 if (tcp == &local_) {
196 PseudoTcpForTest local_; member in class:PseudoTcpTestBase
    [all...]
  /external/tensorflow/tensorflow/core/distributed_runtime/
base_rendezvous_mgr.cc 136 local_(NewLocalRendezvous()),
141 local_->Unref();
201 // Buffers "val" and "device_context" in local_.
202 return local_->Send(parsed, args, val, is_dead);
305 // Recv the tensor from local_.
306 local_->RecvAsync(
358 local_->RecvAsync(parsed, Args(), std::move(done));
363 local_->StartAbort(s);
base_rendezvous_mgr.h 126 // Forwards to local_, where the Tensor "val" will be buffered and
134 // local_, in the remote case it initiates an RPC request.
144 // value from local_, and give it to its caller.
178 Rendezvous* local_; // Owns a Ref on this object. member in class:tensorflow::BaseRemoteRendezvous
208 // accomplished in local_ and the consumer is local to this process.
  /external/v8/src/profiler/
sampling-heap-profiler.h 56 Sample(size_t size_, AllocationNode* owner_, Local<Value> local_,
61 reinterpret_cast<v8::Isolate*>(profiler_->isolate_), local_)),
  /external/vulkan-validation-layers/scripts/
unique_objects_generator.py 590 cleanup = '%sif (local_%s%s) {\n' % (indent, prefix, name)
594 cleanup += '%s FreeUnwrappedExtensionStructs(const_cast<void *>(local_%s%s[%s].pNext));\n' % (indent, prefix, name, index)
596 cleanup += '%s delete[] local_%s%s;\n' % (indent, prefix, name)
599 cleanup += '%s FreeUnwrappedExtensionStructs(const_cast<void *>(local_%s%s->pNext));\n' % (indent, prefix, name)
600 cleanup += '%s delete local_%s%s;\n' % (indent, prefix, name)
611 decl_code += '%s%s *local_%s%s = NULL;\n' % (indent, ndo_type, prefix, ndo_name)
615 pre_call_code += '%s local_%s%s = new %s[%s];\n' % (indent, prefix, ndo_name, ndo_type, ndo_count)
618 pre_call_code += '%s local_%s%s[%s] = Unwrap(dev_data, %s[%s]);\n' % (indent, prefix, ndo_name, index, ndo_name, index)
628 post_call_code += '%sif (local_%s%s)\n' % (indent, prefix, ndo_name)
630 post_call_code += '%sdelete[] local_%s;\n' % (indent, ndo_name
    [all...]
  /external/mesa3d/include/CL/
cl.hpp 3132 NDRange local_; member in class:cl::KernelFunctor
    [all...]

Completed in 623 milliseconds