ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
Loading...
Searching...
No Matches
Functions
tensor_shape_test.cpp File Reference
#include <gtest/gtest.h>
#include <ATen/core/tensor_shape.h>
Include dependency graph for tensor_shape_test.cpp:

Functions

 TEST (TensorShape, Constructor)
 Test cases for constructors of container::TensorShape class.
 
 TEST (TensorShape, SizeManipulation)
 Test cases for size manipulation functions of container::TensorShape class.
 
 TEST (TensorShape, Comparison)
 Test cases for comparison operators of container::TensorShape class.
 
 TEST (TensorShape, Output)
 Test cases for output stream operator of container::TensorShape class.
 

Function Documentation

◆ TEST() [1/4]

TEST ( TensorShape  ,
Comparison   
)

Test cases for comparison operators of container::TensorShape class.

◆ TEST() [2/4]

TEST ( TensorShape  ,
Constructor   
)

Test cases for constructors of container::TensorShape class.

Here is the call graph for this function:

◆ TEST() [3/4]

TEST ( TensorShape  ,
Output   
)

Test cases for output stream operator of container::TensorShape class.

◆ TEST() [4/4]

TEST ( TensorShape  ,
SizeManipulation   
)

Test cases for size manipulation functions of container::TensorShape class.

Here is the call graph for this function: