Home
last modified time | relevance | path

Searched defs:ShapeTest (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dshape_test.cc36 class ShapeTest : public ::testing::Test { class
53 TEST_F(ShapeTest, ShapeToFromProto) { in TEST_F() argument
62 TEST_F(ShapeTest, ShapeToString) { in TEST_F() argument
86 TEST_F(ShapeTest, DynamicShapeToString) { in TEST_F() argument
95 TEST_F(ShapeTest, EqualityTest) { in TEST_F() argument
113 TEST_F(ShapeTest, IsStatic) { in TEST_F() argument
132 TEST_F(ShapeTest, IsDynamicDimension) { in TEST_F() argument
145 TEST_F(ShapeTest, ProgramShapeToFromProto) { in TEST_F() argument
182 TEST_F(ShapeTest, ProgramShapeToString) { in TEST_F() argument
216 TEST_F(ShapeTest, SupportsAbslHash) { in TEST_F() argument
/aosp_15_r20/external/pytorch/test/cpp/lazy/
H A Dtest_shape.cpp10 TEST(ShapeTest, Basic1) { in TEST() argument
20 TEST(ShapeTest, Basic2) { in TEST() argument
34 TEST(ShapeTest, Basic3) { in TEST() argument
46 TEST(ShapeTest, SetScalarType) { in TEST() argument
53 TEST(ShapeTest, SetSize) { in TEST() argument
63 TEST(ShapeTest, Equal) { in TEST() argument
75 TEST(ShapeTest, Ostream) { in TEST() argument
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/
H A Dtooling_util_test.cc69 class ShapeTest : public ::testing::TestWithParam<ShapePair> {}; class
71 TEST_P(ShapeTest, Agrees) { in TEST_P() argument
/aosp_15_r20/external/skia/tests/graphite/
H A DShapeTest.cpp12 DEF_GRAPHITE_TEST(ShapeTest, reporter, CtsEnforcement::kNextRelease) { in DEF_GRAPHITE_TEST() argument
/aosp_15_r20/external/tensorflow/tensorflow/java/src/test/java/org/tensorflow/
H A DShapeTest.java27 public class ShapeTest { class
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/
H A Dxla_client_backend_independent_test.py34 class ShapeTest(absltest.TestCase): class
/aosp_15_r20/cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/
H A DShapeTest.java40 public class ShapeTest { class
/aosp_15_r20/external/armnn/delegate/test/
H A DShapeTestHelper.hpp107 void ShapeTest(tflite::TensorType inputTensorType, in ShapeTest() function
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/layerTests/
H A DShapeTestImpl.cpp15 LayerTestResult<int32_t, 1> ShapeTest( in ShapeTest() function
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/linalg/
H A Dlinalg_grad_test.py37 class ShapeTest(test_lib.TestCase): class
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dtensor_shape_test.py254 class ShapeTest(test_util.TensorFlowTestCase, parameterized.TestCase): class