Home
last modified time | relevance | path

Searched defs:channel_id (Results 1 – 25 of 42) sorted by relevance

12

/external/u-boot/arch/arm/mach-socfpga/
Dfreeze_controller.c30 u32 channel_id; in sys_mgr_frzctrl_freeze_req() local
111 u32 channel_id; in sys_mgr_frzctrl_thaw_req() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dlayout_assignment.h246 bool IsChannelConstrained(int64 channel_id) const { in IsChannelConstrained()
252 Shape LayoutShapeForChannel(Shape shape, int64 channel_id) const { in LayoutShapeForChannel()
261 const Layout& LayoutForChannel(int64 channel_id) const { in LayoutForChannel()
270 const Layout* ConstrainChannel(int64 channel_id, const Layout& layout) { in ConstrainChannel()
Dar_crs_combiner.cc371 auto channel_id = copy_it->first; in KeepProvablyEqualInstructionGroupsMPMD() local
412 auto channel_id = copy_it->first; in KeepProvablyEqualInstructionGroupsSPMD() local
449 auto channel_id = all_reduce->channel_id(); in RewriteGraph() local
Dhlo_reachability.cc131 auto channel_id = hlo->channel_id(); in Build() local
Dhlo_instruction.cc391 absl::optional<int64> channel_id; in CreateFromProto() local
408 absl::optional<int64> channel_id; in CreateFromProto() local
432 absl::optional<int64> channel_id; in CreateFromProto() local
914 const absl::optional<int64>& channel_id) { in CreateAllReduce()
923 const absl::optional<int64>& channel_id, in CreateAllToAll()
933 const absl::optional<int64>& channel_id) { in CreateCollectivePermute()
964 HloInstruction* operand, HloInstruction* token, int64 channel_id, in CreateSend()
980 const Shape& shape, HloInstruction* token, int64 channel_id, in CreateRecv()
3766 absl::optional<int64> HloInstruction::channel_id() const { in channel_id() function in xla::HloInstruction
3770 void HloInstruction::set_channel_id(const absl::optional<int64>& channel_id) { in set_channel_id()
Dhlo_computation.cc408 auto channel_id = get_channel_id(inst); in ComputeInstructionPostOrder() local
435 auto channel_id = get_channel_id(current); in ComputeInstructionPostOrder() local
455 auto channel_id = instruction->channel_id(); in ComputeChannelDependencies() local
Dhlo_parser.cc853 optional<int64> channel_id; in ParseInstructionRhs() local
878 optional<int64> channel_id; in ParseInstructionRhs() local
903 optional<int64> channel_id; in ParseInstructionRhs() local
1014 optional<int64> channel_id; in ParseInstructionRhs() local
1030 optional<int64> channel_id; in ParseInstructionRhs() local
1051 optional<int64> channel_id; in ParseInstructionRhs() local
1066 optional<int64> channel_id; in ParseInstructionRhs() local
/external/arm-trusted-firmware/plat/marvell/common/mss/
Dmss_ipc_drv.c75 int mv_pm_ipc_msg_rx(unsigned int channel_id, struct mss_pm_ipc_msg *msg) in mv_pm_ipc_msg_rx()
90 int mv_pm_ipc_msg_tx(unsigned int channel_id, unsigned int msg_id, in mv_pm_ipc_msg_tx()
/external/webrtc/webrtc/test/
Dmock_voice_engine.h46 rtc::scoped_ptr<voe::ChannelProxy> GetChannelProxy(int channel_id) override { in GetChannelProxy()
Dcall_test.h123 int channel_id; member
/external/webrtc/webrtc/voice_engine/
Dchannel_manager.cc76 ChannelOwner ChannelManager::GetChannel(int32_t channel_id) { in GetChannel()
92 void ChannelManager::DestroyChannel(int32_t channel_id) { in DestroyChannel()
Dvoice_engine_impl.cc67 int channel_id) { in GetChannelProxy()
/external/libese/apps/weaver/include/ese/app/
Dweaver.h50 uint8_t channel_id; member
/external/arm-trusted-firmware/plat/marvell/a8k/common/mss/
Dmss_pm_ipc.c38 int mss_pm_ipc_msg_send(unsigned int channel_id, unsigned int msg_id, in mss_pm_ipc_msg_send()
/external/libese/apps/boot/include/ese/app/
Dboot.h52 uint8_t channel_id; member
/external/webrtc/webrtc/audio/
Daudio_state.cc58 void AudioState::CallbackOnError(int channel_id, int err_code) { in CallbackOnError()
Daudio_send_stream_unittest.cc72 .WillOnce(Invoke([this](int channel_id) { in ConfigHelper()
/external/webrtc/webrtc/p2p/base/
Dturnport.cc141 int channel_id() const { return channel_id_; } in channel_id() function in cricket::TurnEntry
143 void set_channel_id(int channel_id) { channel_id_ = channel_id; } in set_channel_id()
819 void TurnPort::HandleChannelData(int channel_id, const char* data, in HandleChannelData()
1016 int channel_id) { in SetEntryChannelId()
1326 int channel_id, const rtc::SocketAddress& ext_addr) in TurnChannelBindRequest()
1394 TurnEntry::TurnEntry(TurnPort* port, int channel_id, in TurnEntry()
/external/tensorflow/tensorflow/core/profiler/protobuf/
Dsteps_db.proto37 int64 channel_id = 2; field
/external/boringssl/src/ssl/test/
Dtest_state.h40 bssl::UniquePtr<EVP_PKEY> channel_id; member
/external/grpc-grpc/src/core/lib/channel/
Dchannelz_registry.cc163 char* grpc_channelz_get_channel(intptr_t channel_id) { in grpc_channelz_get_channel()
/external/grpc-grpc/src/proto/grpc/channelz/
Dchannelz.proto161 int64 channel_id = 1; field
488 int64 channel_id = 1; field
/external/grpc-grpc-java/services/src/main/proto/grpc/channelz/v1/
Dchannelz.proto161 int64 channel_id = 1; field
488 int64 channel_id = 1; field
/external/grpc-grpc/test/core/end2end/tests/
Dload_reporting_hook.cc42 intptr_t channel_id; member
/external/boringssl/src/ssl/
Dhandoff.cc330 next_proto, alpn, hostname, channel_id, transcript, key_share; in SSL_apply_handback() local

12