/external/pytorch/test/cpp_extensions/ |
D | cpp_frontend_extension.cpp | 6 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/ |
D | net.rs | 21 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/ |
D | net.rs | 43 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/ |
D | MultipleNetworksCifar10.cpp | 110 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/ |
D | net.rs | 25 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/ |
D | net.rs | 461 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
|
D | mod.rs | 165 Net = virtio_ids::VIRTIO_ID_NET, enumerator
|
/external/pytorch/test/distributed/ |
D | test_data_parallel.py | 418 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
|
D | test_c10d_spawn_gloo.py | 188 class Net(nn.Module): class
|
/external/pytorch/torch/testing/_internal/data/ |
D | network2.py | 6 class Net(nn.Module): class
|
D | network1.py | 6 class Net(nn.Module): class
|
/external/pytorch/test/jit/ |
D | test_modules.py | 31 class Net(torch.nn.Linear): class
|
D | test_dce.py | 10 class Net(torch.nn.Module): class
|
/external/tensorflow/tensorflow/core/platform/ |
D | net_test.cc | 23 TEST(Net, PickUnusedPortOrDie) { in TEST() argument
|
/external/executorch/extension/training/examples/XOR/ |
D | model.py | 14 class Net(nn.Module): class
|
/external/pytorch/test/cpp/aoti_inference/ |
D | test.py | 9 class Net(torch.nn.Module): class
|
/external/pytorch/torch/csrc/lazy/ |
D | test_mnist.py | 20 class Net(nn.Module): class
|
/external/executorch/exir/backend/test/demos/rpc/ |
D | test_rpc.py | 84 class Net(torch.nn.Module): class
|
/external/pytorch/test/dynamo/ |
D | test_optimizers.py | 39 class Net(torch.nn.Module): class
|
/external/executorch/docs/source/tutorials_source/ |
D | devtools-integration-tutorial.py | 66 class Net(nn.Module): class
|
/external/pytorch/test/distributed/_composable/ |
D | test_replicate.py | 20 class Net(nn.Module): class
|
D | test_replicate_with_compiler.py | 43 class Net(nn.Module): class
|
/external/pytorch/test/distributed/fsdp/ |
D | test_fsdp_comm_hooks.py | 39 class Net(nn.Module): class
|
/external/crosvm/win_util/src/ |
D | lib.rs | 315 Net = 4, enumerator
|
/external/scapy/scapy/ |
D | base_classes.py | 160 class Net(Gen[str]): class
|