Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Const_0 (0.04 sec)

  1. tensorflow/c/c_api_test.cc

        //        |         |
        //      Const_0    Const_1
        //
        const float const0_val[] = {1.0, 2.0, 3.0, 4.0};
        const float const1_val[] = {1.0, 0.0, 0.0, 1.0};
        TF_Operation* const0 = FloatConst2x2(graph_, s_, const0_val, "Const_0");
        TF_Operation* const1 = FloatConst2x2(graph_, s_, const1_val, "Const_1");
        TF_Operation* matmul = MatMul(graph_, s_, const0, const1, "MatMul");
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Sat Oct 12 16:27:48 UTC 2024
    - 97K bytes
    - Viewed (0)
  2. tensorflow/c/c_api_function_test.cc

          {});
    }
    
    TEST_F(CApiFunctionTest, UsingOneOutputOfSplit) {
      /*
       *                      feed
       *                       |
       *             +---------+---+
       *             | const0  |   |
       *             |    |    |   |
       *             |    v    /   |
       *             |    split    |
       *             |   |  |  |   |
       *             |   v  |  v   |
       *             |      |      |
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Thu Jul 20 22:08:54 UTC 2023
    - 63.6K bytes
    - Viewed (0)
Back to top