HomeSort by relevance Sort by last modified time
    Searched defs:Broadcast (Results 1 - 17 of 17) sorted by null

  /prebuilts/go/darwin-x86/src/sync/
cond.go 39 // Wait cannot return unless awoken by Broadcast or Signal.
69 // Broadcast wakes all goroutines waiting on c.
73 func (c *Cond) Broadcast() {
  /prebuilts/go/linux-x86/src/sync/
cond.go 39 // Wait cannot return unless awoken by Broadcast or Signal.
69 // Broadcast wakes all goroutines waiting on c.
73 func (c *Cond) Broadcast() {
  /external/libchrome/base/synchronization/
condition_variable_posix.cc 129 void ConditionVariable::Broadcast() {
  /device/google/cuttlefish_common/guest/hals/hwcomposer/legacy/
base_composer.cpp 59 void BaseComposer::Broadcast(int fb_index) {
82 Broadcast(fb_index);
  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
cwise_ops.cc 37 // shapes, in which case they will be automatically broadcast if
39 // compute valid broadcast shapes, but rely below on XLA to
40 // automatically perform the broadcast assuming its valid shapes are
59 // broadcast code is able to broadcast from lower to higher rank,
82 // The TensorFlow helper computed the post-broadcast shape in
84 // same broadcast semantics.
89 XlaBinaryOp::Broadcast(xla::ComputationBuilder* builder,
95 // lhs.reshape(bcast.x_reshape()).broadcast(bcast.x_bcast()) and
96 // rhs.reshape(bcast.y_reshape()).broadcast(bcast.y_bcast()) hav
    [all...]
  /external/dng_sdk/source/
dng_mutex.cpp 376 void dng_condition::Broadcast ()
  /hardware/qcom/display/msm8909/sdm/include/utils/
locker.h 79 locker_.Broadcast();
119 locker_.Broadcast();
140 void Broadcast() { pthread_cond_broadcast(&condition_); }
  /hardware/qcom/display/msm8909w_3100/sdm/include/utils/
locker.h 79 locker_.Broadcast();
119 locker_.Broadcast();
140 void Broadcast() { pthread_cond_broadcast(&condition_); }
  /hardware/qcom/display/msm8996/sdm/include/utils/
locker.h 79 locker_.Broadcast();
119 locker_.Broadcast();
140 void Broadcast() { pthread_cond_broadcast(&condition_); }
  /hardware/qcom/display/msm8998/sdm/include/utils/
locker.h 79 locker_.Broadcast();
119 locker_.Broadcast();
140 void Broadcast() { pthread_cond_broadcast(&condition_); }
  /external/tensorflow/tensorflow/compiler/xla/python/
local_computation_builder.cc 332 ComputationDataHandle LocalComputationBuilder::Broadcast(
335 return builder_.Broadcast(operand, broadcast_sizes);
xla_client.py 599 def Broadcast(self, operand, sizes):
600 """Enqueues a broadcast operation onto the computation.
603 operand: the operand ComputationDataHandle to broadcast.
604 sizes: an iterable of broadcast sizes.
607 A ComputationDataHandle representing the added broadcast op.
610 self._client.Broadcast(_unwrap_data_handle(operand), sizes))
    [all...]
  /external/libmojo/mojo/edk/system/
node_channel.cc 46 BROADCAST,
387 void NodeChannel::Broadcast(Channel::MessagePtr message) {
391 MessageType::BROADCAST, message->data_num_bytes(), 0, &data);
713 case MessageType::BROADCAST: {
721 DLOG(ERROR) << "Dropping invalid broadcast message.";
  /art/runtime/base/
mutex.cc 892 void ConditionVariable::Broadcast(Thread* self) {
899 sequence_++; // Indicate the broadcast occurred.
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/client/
computation_builder.cc 353 ComputationDataHandle ComputationBuilder::Broadcast(
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ndr64types.h 84 NDR64_UINT16 Broadcast : 1;
  /toolchain/binutils/binutils-2.27/opcodes/
i386-opc.h 538 /* Broadcast factor.
539 0: No broadcast.
540 1: 1to16 broadcast.
541 2: 1to8 broadcast.
548 Broadcast,
633 unsigned int broadcast:3; member in struct:i386_opcode_modifier

Completed in 940 milliseconds