HomeSort by relevance Sort by last modified time
    Searched refs:broadcast (Results 101 - 125 of 433) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/tensorflow/tensorflow/core/kernels/
cwise_ops_gpu_common.cu.h 93 To32Bit(in0).binaryExpr(To32Bit(in1).broadcast(bcast1), func);
98 To32Bit(in0).broadcast(bcast0).binaryExpr(To32Bit(in1), func);
102 To32Bit(out).device(d) = To32Bit(in0).broadcast(bcast0).binaryExpr(
103 To32Bit(in1).broadcast(bcast1), func);
  /frameworks/av/services/camera/libcameraservice/utils/
AutoConditionLock.cpp 34 mManager->mCondition.broadcast();
  /frameworks/wilhelm/src/android/
CallbackProtector.cpp 101 mCbExitedCondition.broadcast();
  /hardware/libhardware/modules/sensors/dynamic_sensor/
RingBuffer.cpp 62 mNotEmptyCondition.broadcast();
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng_agps.h 81 // broadcast
89 inline Notification(const int broadcast,
92 rcver(NULL), groupID(broadcast), rsrcStatus(status),
103 inline Notification(const int broadcast) :
104 rcver(NULL), groupID(broadcast), rsrcStatus(RSRC_STATUS_MAX),
296 // either has my id, or has a broadcast id.
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
loc_eng_agps.h 81 // broadcast
89 inline Notification(const int broadcast,
92 rcver(NULL), groupID(broadcast), rsrcStatus(status),
103 inline Notification(const int broadcast) :
104 rcver(NULL), groupID(broadcast), rsrcStatus(RSRC_STATUS_MAX),
296 // either has my id, or has a broadcast id.
  /hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
loc_eng_agps.h 81 // broadcast
89 inline Notification(const int broadcast,
92 rcver(NULL), groupID(broadcast), rsrcStatus(status),
103 inline Notification(const int broadcast) :
104 rcver(NULL), groupID(broadcast), rsrcStatus(RSRC_STATUS_MAX),
296 // either has my id, or has a broadcast id.
  /hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
loc_eng_agps.h 81 // broadcast
89 inline Notification(const int broadcast,
92 rcver(NULL), groupID(broadcast), rsrcStatus(status),
103 inline Notification(const int broadcast) :
104 rcver(NULL), groupID(broadcast), rsrcStatus(RSRC_STATUS_MAX),
296 // either has my id, or has a broadcast id.
  /hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
loc_eng_agps.h 81 // broadcast
89 inline Notification(const int broadcast,
92 rcver(NULL), groupID(broadcast), rsrcStatus(status),
103 inline Notification(const int broadcast) :
104 rcver(NULL), groupID(broadcast), rsrcStatus(RSRC_STATUS_MAX),
296 // either has my id, or has a broadcast id.
  /libcore/dalvik/src/main/java/org/apache/harmony/dalvik/ddmc/
DdmServer.java 108 private static void broadcast(int event) method in class:DdmServer
  /external/tensorflow/tensorflow/contrib/nccl/python/ops/
nccl_ops_test.py 54 broadcast = nccl.broadcast(tensor)
55 return _DeviceTensors([broadcast] * len(devices), devices)
179 self.fail("Didn't raise NotFoundError trying to broadcast to CPU")
183 """Test all-reduce vs. single-reduce plus broadcast in one session.run."""
  /toolchain/binutils/binutils-2.27/gold/
gold-threads.cc 185 broadcast() function in class:gold::Condvar_impl_nothreads
206 broadcast();
248 Condvar_impl_threads::broadcast() function in class:gold::Condvar_impl_threads
  /external/eigen/bench/tensors/
tensor_benchmarks.h 238 Eigen::array<int, 2> broadcast; local
239 broadcast[0] = 1;
240 broadcast[1] = n_;
244 Eigen::IndexList<Eigen::type2index<1>, int> broadcast; local
245 broadcast.set(1, n_);
250 C.device(device_) = A.broadcast(broadcast);
  /prebuilts/go/darwin-x86/src/sync/
cond_test.go 112 c.Broadcast()
128 c.Broadcast()
211 // Start two goroutines that will race: one will broadcast on
218 cond.Broadcast()
233 t.Fatalf("First waiter didn't get broadcast.")
237 // broadcast.
241 cond.Broadcast()
298 c.Broadcast()
306 c.Broadcast()
  /prebuilts/go/linux-x86/src/sync/
cond_test.go 112 c.Broadcast()
128 c.Broadcast()
211 // Start two goroutines that will race: one will broadcast on
218 cond.Broadcast()
233 t.Fatalf("First waiter didn't get broadcast.")
237 // broadcast.
241 cond.Broadcast()
298 c.Broadcast()
306 c.Broadcast()
  /external/tensorflow/tensorflow/compiler/xla/service/
user_computation_test.cc 155 // Build a binary computation with scalar broadcast.
191 // The binary operation has implicit scalar broadcast, should be converted
192 // to an explicit broadcast intruction and a binary instruction.
206 // Build a binary computation with degenerate broadcast.
258 // broadcast |
264 op::Add(op::Parameter(), op::Broadcast(op::Reshape(op::Parameter()))));
266 const HloInstruction* broadcast = local
268 EXPECT_TRUE(broadcast->has_sharding());
270 const HloInstruction* reshape = broadcast->operand(0);
278 // Build a binary computation with in-dim broadcast and degenerate broadcast
    [all...]
layout_assignment_test.cc 401 // param -> broadcast -> transpose
408 auto broadcast = builder.AddInstruction( local
411 HloInstruction::CreateTranspose(cshape, broadcast, {2, 1, 0}));
429 EXPECT_THAT(broadcast->shape().layout().minor_to_major(),
434 // param[4] -> broadcast[3x4] ------> transpose[4x3]-------- -------> tuple
439 // the computation result which has a fixed layout.. Therefore, `broadcast`
442 // layout as `broadcast` (i.e. {0,1}) because `tanh` is elementwise.
451 auto broadcast = builder.AddInstruction( local
454 HloInstruction::CreateTranspose(f32_43, broadcast, {1, 0}));
456 HloInstruction::CreateUnary(f32_34, HloOpcode::kTanh, broadcast));
580 auto broadcast = builder.AddInstruction( local
    [all...]
  /frameworks/av/camera/tests/
CameraZSLTests.cpp 103 mAutoFocusCondition.broadcast();
116 mPreviewCondition.broadcast();
123 mSnapshotCondition.broadcast();
CameraBinderTests.cpp 78 mCondition.broadcast();
85 mTorchCondition.broadcast();
176 mStatusCondition.broadcast();
184 mStatusCondition.broadcast();
195 mStatusCondition.broadcast();
209 mStatusCondition.broadcast();
218 mStatusCondition.broadcast();
229 mStatusCondition.broadcast();
237 mStatusCondition.broadcast();
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CarrierSignalAgent.java 76 * Those intents are declared in the Manifest files, aiming to wakeup broadcast receivers.
276 * Check if there are registered carrier broadcast receivers to handle the passing intent
284 * Broadcast the intents explicitly.
292 * @param receivers a list of component name for broadcast receivers.
297 private void broadcast(Intent intent, Set<ComponentName> receivers, boolean wakeup) { method in class:CarrierSignalAgent
327 loge("Send broadcast failed: " + e);
334 * receivers and broadcast the intent.
344 broadcast(intent, receiverSet, WAKE); method
351 broadcast(intent, receiverSet, NO_WAKE); method
  /device/google/contexthub/util/common/
ring.cpp 63 mNotEmptyCondition.broadcast();
  /external/autotest/client/common_lib/cros/network/
netblock.py 104 def broadcast(self): member in class:Netblock
105 """@return the IPv4 broadcast address, e.g., '192.168.0.255'."""
  /external/libxcam/xcore/
safe_list.h 62 _new_obj_cond.broadcast ();
  /external/tensorflow/tensorflow/python/framework/
common_shapes_test.py 38 np.broadcast(zeros1, zeros2)
40 np.broadcast(zeros2, zeros1)
55 self.assertAllEqual(expected_np, np.broadcast(zeros1, zeros2).shape)
56 self.assertAllEqual(expected_np, np.broadcast(zeros2, zeros1).shape)
73 # Tensors with same shape should have the same broadcast result.
101 # Tensors with same shape should have the same broadcast result.
168 # Tensors with same shape should have the same broadcast result.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
concurrence.h 280 void broadcast() function in class:__cond

Completed in 1289 milliseconds

1 2 3 45 6 7 8 91011>>