Home
last modified time | relevance | path

Searched refs:in_port (Results 1 – 9 of 9) sorted by relevance

/external/tcpdump/tests/
Dof10_p3295-vv.out413 match in_port 4
417 match in_port 4
421 match in_port 4
425 match in_port 4
430 match in_port 4
434 match in_port 4
438 match in_port 4
443 match in_port 4
448 match in_port 4
453 match in_port 4
[all …]
Dof10_pf5240-vv.out246 match in_port 1
250 match in_port 2
254 match in_port 3
258 match in_port 5
262 match in_port 6
266 match in_port 7
270 match in_port 4
274 match in_port 8
292 match in_port 3
302 match in_port 2
[all …]
Dof10_s4810-vvvv.out110 match in_port 1
114 match in_port 1
118 match in_port 1
122 match in_port 1
127 match in_port 1
131 match in_port 1
135 match in_port 1
140 match in_port 1
145 match in_port 1
526 match in_port 1
[all …]
Dof10_7050sx_bsn-vv.out100 match in_port 16
107 match in_port 18
110 match in_port 22
304 match in_port 16
310 match in_port 18
318 match in_port 22
/external/tensorflow/tensorflow/compiler/tf2tensorrt/segment/
Dsegment.cc127 void AddEdge(SimpleNode* src, int out_port, SimpleNode* dst, int in_port);
190 int in_port) { in AddEdge() argument
200 is_control |= (in_port == Graph::kControlSlot); in AddEdge()
201 auto edge = new SimpleEdge(i, src, out_port, dst, in_port, is_control); in AddEdge()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes.h49 const string& inside, int in_id, int in_port, in EngineConnection()
56 inside_port(in_port), in EngineConnection()
Dconvert_nodes.cc281 const Node* node, const int in_port, in GetInputProperties() argument
285 auto in_shape = input_params.at(in_port); in GetInputProperties()
289 *dtype = node->input_type(in_port); in GetInputProperties()
/external/scapy/scapy/contrib/
Dopenflow.uts14 ofm = OFPMatch(in_port=1, nw_tos=8)
Dopenflow.py181 if self.in_port is None: l+="1"