Searched defs:Endpoint (Results 1 - 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
H A Dmemory_types.cc29 struct Endpoint { struct in namespace:tensorflow
35 uint32 operator()(const Endpoint& x) const {
42 uint32 operator()(const Endpoint& x, const Endpoint& y) const {
59 typedef std::unordered_map<Endpoint, MemoryType, EndpointHash, EndpointEq>
177 std::unordered_map<Endpoint, Node*, EndpointHash, EndpointEq> recv_nodes;
182 Endpoint key{e->src()->id(), e->src_output()};
H A Dfunction.cc57 struct Endpoint { struct in namespace:tensorflow
74 uint64 operator()(const Endpoint& x) const {
81 bool operator()(const Endpoint& x, const Endpoint& y) const {
98 static Node* AddIdentity(Graph* g, Endpoint input) {
126 static Node* AddRet(Graph* g, Endpoint input, int index) {
1169 std::vector<Endpoint> inputs(caller->num_inputs());
1275 Endpoint data; // Data input for the ret node.
1552 Endpoint grad = {x_grad_node_outputs[i].node, x_grad_node_outputs[i].index};
/external/syslinux/efi32/include/efi/
H A Defidevp.h191 UINT8 Endpoint; member in struct:_USB_DEVICE_PATH
/external/syslinux/efi64/include/efi/
H A Defidevp.h191 UINT8 Endpoint; member in struct:_USB_DEVICE_PATH
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/
H A Defidevp.h191 UINT8 Endpoint; member in struct:_USB_DEVICE_PATH
/external/webrtc/webrtc/p2p/base/
H A Dp2ptransportchannel_unittest.cc225 struct Endpoint { struct in class:P2PTransportChannelTestBase
226 Endpoint() function in struct:P2PTransportChannelTestBase::Endpoint
356 Endpoint* GetEndpoint(int endpoint) {
671 Endpoint* ed = GetEndpoint(endpoint);
730 Endpoint* GetEndpoint(cricket::TransportChannel* ch) {
776 Endpoint ep1_;
777 Endpoint ep2_;

Completed in 175 milliseconds