Home
last modified time | relevance | path

Searched defs:Net (Results 1 – 10 of 10) sorted by relevance

/external/crosvm/devices/src/virtio/vhost/
Dnet.rs41 pub struct Net<T: TapT + 'static, U: VhostNetT<T> + 'static> { struct
53 impl<T, U> Net<T, U> argument
113 impl<T, U> VirtioDevice for Net<T, U> implementation
318 impl<T, U> Suspendable for Net<T, U> implementation
/external/armnn/tests/MultipleNetworksCifar10/
DMultipleNetworksCifar10.cpp110 struct Net in main() struct
112 Net(armnn::NetworkId netId, in main() function
120 armnn::NetworkId m_Network; in main()
121 std::pair<armnn::LayerBindingId, armnn::TensorInfo> m_InputBindingInfo; in main()
122 std::pair<armnn::LayerBindingId, armnn::TensorInfo> m_OutputBindingInfo; in main()
/external/crosvm/vhost/src/
Dnet.rs25 pub struct Net<T> { struct
45 impl<T> NetT<T> for Net<T> argument
87 impl<T> Vhost for Net<T> {} implementation
89 impl<T> AsRawDescriptor for Net<T> { implementation
/external/crosvm/devices/src/virtio/
Dnet.rs464 pub struct Net<T: TapT + ReadNotifier + 'static> { struct
476 impl<T> Net<T> argument
600 impl<T> Drop for Net<T> implementation
614 impl<T> VirtioDevice for Net<T> implementation
772 impl<T> Suspendable for Net<T> where T: 'static + TapT + ReadNotifier {} implementation
Dmod.rs109 Net = virtio_ids::VIRTIO_ID_NET, enumerator
/external/tensorflow/tensorflow/core/platform/
Dnet_test.cc23 TEST(Net, PickUnusedPortOrDie) { in TEST() argument
/external/crosvm/devices/src/virtio/sys/windows/
Dnet.rs209 impl<T> NetExt for Net<T> implementation
/external/scapy/scapy/
Dbase_classes.py51 class Net(Gen): class
/external/crosvm/win_util/src/
Dlib.rs343 Net = 4, enumerator
/external/crosvm/src/crosvm/
Dcmdline.rs479 Net(device::NetOptions), enumerator