Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Howard (0.23 sec)

  1. tensorflow/c/eager/c_api_test.cc

      ExecuteAdd(
          /*async=*/false,
          /*forward_input*/ false,
          /*tfrt*/ false);
    }
    // TODO(b/234067483): Investigate flakiness and re-enable.
    TEST(CAPI, DISABLED_ExecuteAddAsync) {
      ExecuteAdd(
          /*async=*/true,
          /*forward_input*/ false,
          /*tfrt*/ false);
    }
    TEST(CAPI, ExecuteAddForward) {
      ExecuteAdd(
          /*async=*/false,
          /*forward_input*/ true,
          /*tfrt*/ false);
    }
    C++
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Thu Aug 03 20:50:20 GMT 2023
    - 94.6K bytes
    - Viewed (1)
  2. tensorflow/c/c_api_test.cc

        //   |      dz|          |
        //   |        |          |
        //   |     Const_3       |
        //   |                   |
        //   |        ^          |
        //   |       z|          |     // MatMul Forward Graph
        //   |        |          |
        //   |      MatMul       |
        //   |     /       \     |
        //   |    ^         ^    |
        //   |    |         |    |
        //   |---x|        y|----|
    C++
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 15 03:35:10 GMT 2024
    - 96.9K bytes
    - Viewed (3)
Back to top