Home
last modified time | relevance | path

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

12

/external/pytorch/test/cpp_extensions/
Dcpp_frontend_extension.cpp6 struct Net : torch::nn::Cloneable<Net> { struct
7 Net(int64_t in, int64_t out) : in_(in), out_(out) { in Net() function
11 void reset() override { in reset()
16 torch::Tensor forward(torch::Tensor x) { in forward()
20 void set_bias(torch::Tensor bias) { in set_bias()
47 torch::python::bind_module<Net>(m, "Net") in PYBIND11_MODULE() argument
/external/rust/android-crates-io/crates/vhost/src/vhost_kern/
Dnet.rs21 pub struct Net<AS: GuestAddressSpace> { struct
26 impl<AS: GuestAddressSpace> Net<AS> { argument
41 impl<AS: GuestAddressSpace> VhostNet for Net<AS> { implementation
54 impl<AS: GuestAddressSpace> VhostKernBackend for Net<AS> { implementation
62 impl<AS: GuestAddressSpace> AsRawFd for Net<AS> { implementation
/external/crosvm/devices/src/virtio/vhost/
Dnet.rs43 pub struct Net<T: TapT + 'static, U: VhostNetT<T> + 'static> { struct
56 impl<T, U> Net<T, U> argument
123 impl<T, U> VirtioDevice 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
88 impl<T> Vhost for Net<T> {} implementation
90 impl<T> AsRawDescriptor for Net<T> { implementation
/external/crosvm/devices/src/virtio/
Dnet.rs461 pub struct Net<T: TapT + ReadNotifier + 'static> { struct
480 impl<T> Net<T> argument
576 impl<T> Drop for Net<T> implementation
590 impl<T> VirtioDevice for Net<T> implementation
801 impl<T> std::fmt::Debug for Net<T> implementation
Dmod.rs165 Net = virtio_ids::VIRTIO_ID_NET, enumerator
/external/pytorch/test/distributed/
Dtest_data_parallel.py418 class Net(nn.Module): class
446 class Net(nn.Module): class
668 class Net(torch.nn.Module): class
872 class Net(nn.Module): class
892 class Net(nn.Module): class
912 class Net(nn.Module): class
932 class Net(nn.Module): class
Dtest_c10d_spawn_gloo.py188 class Net(nn.Module): class
/external/pytorch/torch/testing/_internal/data/
Dnetwork2.py6 class Net(nn.Module): class
Dnetwork1.py6 class Net(nn.Module): class
/external/pytorch/test/jit/
Dtest_modules.py31 class Net(torch.nn.Linear): class
Dtest_dce.py10 class Net(torch.nn.Module): class
/external/tensorflow/tensorflow/core/platform/
Dnet_test.cc23 TEST(Net, PickUnusedPortOrDie) { in TEST() argument
/external/executorch/extension/training/examples/XOR/
Dmodel.py14 class Net(nn.Module): class
/external/pytorch/test/cpp/aoti_inference/
Dtest.py9 class Net(torch.nn.Module): class
/external/pytorch/torch/csrc/lazy/
Dtest_mnist.py20 class Net(nn.Module): class
/external/executorch/exir/backend/test/demos/rpc/
Dtest_rpc.py84 class Net(torch.nn.Module): class
/external/pytorch/test/dynamo/
Dtest_optimizers.py39 class Net(torch.nn.Module): class
/external/executorch/docs/source/tutorials_source/
Ddevtools-integration-tutorial.py66 class Net(nn.Module): class
/external/pytorch/test/distributed/_composable/
Dtest_replicate.py20 class Net(nn.Module): class
Dtest_replicate_with_compiler.py43 class Net(nn.Module): class
/external/pytorch/test/distributed/fsdp/
Dtest_fsdp_comm_hooks.py39 class Net(nn.Module): class
/external/crosvm/win_util/src/
Dlib.rs315 Net = 4, enumerator
/external/scapy/scapy/
Dbase_classes.py160 class Net(Gen[str]): class

12