Home
last modified time | relevance | path

Searched refs:kSend (Results 1 – 25 of 26) sorted by relevance

12

/external/tensorflow/tensorflow/core/framework/
Dlocal_rendezvous.cc33 enum Type { kSend = 0, kRecv = 1 }; enumerator
36 : Item(send_args, kSend) { in Item()
52 if (type == kSend) { in ~Item()
123 if (queue->head == nullptr || queue->head->type == Item::kSend) { in Send()
272 DCHECK_EQ(item->type, Item::kSend); in RecvAsync()
/external/skia/tools/skui/
DKey.h14 kSend, //!< the green (talk) key enumerator
/external/tensorflow/tensorflow/core/grappler/costs/
Dvirtual_scheduler_test.cc38 constexpr char kSend[] = "_Send"; variable
464 NodeSetUp("Send1", kSend, kChannelFrom0To1, 2002, &send1); in TEST_F()
465 NodeSetUp("Send2", kSend, kChannelFrom1To0, 2005, &send2); in TEST_F()
541 NodeSetUp("Node8", kSend, kCPU0, 1000, &node8); in TEST_F()
555 EXPECT_EQ(manager.GetCurrNode()->op(), kSend); in TEST_F()
573 EXPECT_EQ(manager.GetCurrNode()->op(), kSend); in TEST_F()
590 EXPECT_EQ(manager.GetCurrNode()->op(), kSend); in TEST_F()
601 EXPECT_EQ(manager.GetCurrNode()->op(), kSend); in TEST_F()
2869 } else if (op == kSend) { in TEST_F()
2876 EXPECT_EQ(op_count.at(kSend), op_count.at(kRecv)); in TEST_F()
[all …]
Dop_level_cost_estimator.cc55 constexpr char kSend[] = "_Send"; variable
347 device_cost_impl_.emplace(kSend, in OpLevelCostEstimator()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_module_group_util.cc105 if (instruction->opcode() == HloOpcode::kSend && in GlobalPredecessors()
185 if (instruction->opcode() == HloOpcode::kSend && in GlobalSuccessors()
Dhlo_module_group_metadata.cc201 case HloOpcode::kSend: in IsChannelInstruction()
240 case HloOpcode::kSend: in PeerComputation()
362 if (hlo->opcode() == HloOpcode::kSend) { in RecordInstructions()
Dhlo_query.cc154 if (hlo->opcode() == HloOpcode::kSend) { in HasX64TransformedHostTransfer()
Dhlo_opcode.h130 V(kSend, "send", 2) \
Dhlo_reachability.cc123 if (channel->opcode() == HloOpcode::kSend) { in Build()
Dlayout_assignment.cc410 if (instruction->opcode() == HloOpcode::kSend || in BuildHostChannelConstraints()
489 } else if (instruction->opcode() == HloOpcode::kSend || in AddMandatoryConstraints()
498 if (instruction->opcode() == HloOpcode::kSend) { in AddMandatoryConstraints()
1957 if (instruction->opcode() == HloOpcode::kSend) { in ConstrainChannelLayouts()
2071 if (instruction->opcode() == HloOpcode::kSend) { in Run()
2264 case HloOpcode::kSend: in InstructionCanChangeLayout()
Dhlo_dataflow_analysis.cc362 CHECK_EQ(send->opcode(), HloOpcode::kSend); in UpdateSendValueSet()
694 case HloOpcode::kSend: in UpdateInstructionValueSet()
898 case HloOpcode::kSend: in InitializeInstructionValueSets()
Dhlo_verifier.cc960 case HloOpcode::kSend: in CheckMixedPrecisionOperands()
1068 case HloOpcode::kSend: in CheckShape()
1381 case HloOpcode::kSend: { in VerifyChannels()
1399 TF_RET_CHECK(instruction->operand(0)->opcode() == HloOpcode::kSend); in VerifyChannels()
Dwhile_loop_simplifier.cc1002 {HloOpcode::kSend, HloOpcode::kSendDone, in Run()
1005 {HloOpcode::kSend, HloOpcode::kSendDone, in Run()
Dinstruction_fusion.cc173 case HloOpcode::kSend: in IsExpensive()
Dhlo_instruction.cc189 case HloOpcode::kSend: in CreateFromProto()
1345 case HloOpcode::kSend: in HasSideEffectNoRecurse()
1467 case HloOpcode::kSend: in CloneWithNewOperands()
1936 case HloOpcode::kSend: in IdenticalSlowPath()
2905 case HloOpcode::kSend: in Visit()
Dhlo_computation.cc452 case HloOpcode::kSend: in ComputeChannelDependencies()
Dhlo_graph_dumper.cc1065 case HloOpcode::kSend: in GetInstructionColor()
Dmemory_space_assignment.cc310 if ((defining_position.instruction->opcode() == HloOpcode::kSend || in IsIntervalAllowedInAlternateMemory()
Dhlo_instructions.cc437 HloOpcode::kSend, in HloSendInstruction()
Dhlo_parser.cc1050 case HloOpcode::kSend: { in ParseInstructionRhs()
/external/skqp/tools/sk_app/
DWindow.h72 kSend, //!< the green (talk) key enumerator
/external/webrtc/talk/app/webrtc/
Dstatscollector.cc799 StatsReport::kSend); in ExtractVoiceInfo()
831 StatsReport::kSend); in ExtractVideoInfo()
877 rtc::ToString<uint32_t>(ssrc), StatsReport::kSend); in UpdateStatsFromExistingLocalAudioTracks()
925 if (direction == StatsReport::kSend) { in GetTrackIdBySsrc()
Dstatstypes.h55 kSend = 0, enumerator
Dstatstypes.cc140 ret += direction_ == StatsReport::kSend ? "send" : "recv"; in ToString()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc285 case HloOpcode::kSend: in IsConstantVisitor()
2372 AddInstruction(std::move(send_instr), HloOpcode::kSend, in SendWithToken()
2471 AddInstruction(std::move(send_instr), HloOpcode::kSend, in SendToHost()

12