Home / Function/ contiguousChannelsLast3d() — pytorch Function Reference

contiguousChannelsLast3d() — pytorch Function Reference

Architecture documentation for the contiguousChannelsLast3d() function in generate_test_torchscripts.py from the pytorch codebase.

Entity Profile

Dependency Diagram

graph TD
  51410daa_c88a_f6c8_53e0_6f80fb85dbae["contiguousChannelsLast3d()"]
  0b7e2e4a_6531_1537_a6f4_db8a7938bd78["contiguous()"]
  51410daa_c88a_f6c8_53e0_6f80fb85dbae -->|calls| 0b7e2e4a_6531_1537_a6f4_db8a7938bd78
  style 51410daa_c88a_f6c8_53e0_6f80fb85dbae fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

android/pytorch_android/generate_test_torchscripts.py lines 150–151

    def contiguousChannelsLast3d(self, x: Tensor) -> Tensor:
        return x.contiguous(memory_format=torch.channels_last_3d)

Subdomains

Calls

Frequently Asked Questions

What does contiguousChannelsLast3d() do?
contiguousChannelsLast3d() is a function in the pytorch codebase.
What does contiguousChannelsLast3d() call?
contiguousChannelsLast3d() calls 1 function(s): contiguous.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free