Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for SimpleTypes (0.22 sec)

  1. tensorflow/cc/experimental/base/tests/tensorhandle_test.cc

    template <typename T>
    class ConstructScalarTensorHandleTest : public ::testing::Test {};
    TYPED_TEST_SUITE(ConstructScalarTensorHandleTest, SimpleTypes);
    
    // This test constructs a scalar tensor for each of the types in "SimpleTypes",
    // then wraps it in a TensorHandle. We then unwrap it back into a Tensor, and
    // verify the expected dims, dtype, value, num bytes, and num elements.
    TYPED_TEST(ConstructScalarTensorHandleTest,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 13 09:56:08 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  2. tensorflow/cc/experimental/base/tests/tensor_test.cc

    template <typename T>
    class ConstructScalarTensorTest : public ::testing::Test {};
    TYPED_TEST_SUITE(ConstructScalarTensorTest, SimpleTypes);
    
    // This test constructs a scalar tensor for each of the types in "SimpleTypes",
    // and verifies the expected dimensions, dtype, value, number of bytes, and
    // number of elements.
    TYPED_TEST(ConstructScalarTensorTest, ValidTensorAttributesAfterConstruction) {
      Status status;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 13 09:56:08 UTC 2024
    - 6K bytes
    - Viewed (0)
  3. analysis/analysis-api-fir/tests-gen/org/jetbrains/kotlin/analysis/api/fir/test/cases/generated/cases/components/typeInfoProvider/FirIdeNormalAnalysisSourceModuleIsDenotableTestGenerated.java

        runTest("analysis/analysis-api/testData/components/typeInfoProvider/isDenotable/localTypes.kt");
      }
    
      @Test
      @TestMetadata("simpleTypes.kt")
      public void testSimpleTypes() {
        runTest("analysis/analysis-api/testData/components/typeInfoProvider/isDenotable/simpleTypes.kt");
      }
    
      @Test
      @TestMetadata("smartcast.kt")
      public void testSmartcast() {
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Feb 27 20:30:06 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  4. analysis/analysis-api-fe10/tests-gen/org/jetbrains/kotlin/analysis/api/fe10/test/cases/generated/cases/components/typeInfoProvider/Fe10IdeNormalAnalysisSourceModuleIsDenotableTestGenerated.java

        runTest("analysis/analysis-api/testData/components/typeInfoProvider/isDenotable/localTypes.kt");
      }
    
      @Test
      @TestMetadata("simpleTypes.kt")
      public void testSimpleTypes() {
        runTest("analysis/analysis-api/testData/components/typeInfoProvider/isDenotable/simpleTypes.kt");
      }
    
      @Test
      @TestMetadata("smartcast.kt")
      public void testSmartcast() {
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Feb 27 20:30:06 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  5. analysis/analysis-api-fir/tests-gen/org/jetbrains/kotlin/analysis/api/fir/test/cases/generated/cases/components/typeInfoProvider/FirIdeDependentAnalysisSourceModuleIsDenotableTestGenerated.java

        runTest("analysis/analysis-api/testData/components/typeInfoProvider/isDenotable/localTypes.kt");
      }
    
      @Test
      @TestMetadata("simpleTypes.kt")
      public void testSimpleTypes() {
        runTest("analysis/analysis-api/testData/components/typeInfoProvider/isDenotable/simpleTypes.kt");
      }
    
      @Test
      @TestMetadata("smartcast.kt")
      public void testSmartcast() {
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Feb 27 20:30:06 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  6. analysis/analysis-api-standalone/tests-gen/org/jetbrains/kotlin/analysis/api/standalone/fir/test/cases/generated/cases/components/typeInfoProvider/FirStandaloneNormalAnalysisSourceModuleIsDenotableTestGenerated.java

        runTest("analysis/analysis-api/testData/components/typeInfoProvider/isDenotable/localTypes.kt");
      }
    
      @Test
      @TestMetadata("simpleTypes.kt")
      public void testSimpleTypes() {
        runTest("analysis/analysis-api/testData/components/typeInfoProvider/isDenotable/simpleTypes.kt");
      }
    
      @Test
      @TestMetadata("smartcast.kt")
      public void testSmartcast() {
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Feb 27 20:30:06 UTC 2024
    - 3.1K bytes
    - Viewed (0)
Back to top