Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 11 for TestMatrixTensorHandleWithInput (0.23 seconds)

  1. tensorflow/c/eager/c_api_test_util.h

    TFE_TensorHandle* TestMatrixTensorHandle(TFE_Context* ctx);
    
    // Return a tensor handle containing 2D matrix containing given data and
    // dimensions
    TFE_TensorHandle* TestMatrixTensorHandleWithInput(TFE_Context* ctx,
                                                      float data[], int64_t dims[],
                                                      int num_dims);
    
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Mon Jul 17 23:43:59 GMT 2023
    - 7.7K bytes
    - Click Count (0)
  2. tensorflow/c/eager/c_api_unified_experimental_test.cc

        TFE_TensorHandle* input_eager =
            TestMatrixTensorHandleWithInput(eager_ctx, vals1, dims, num_dims);
        func_args.push_back(TF_CreateAbstractTensorFromEagerTensor(input_eager, s));
        ASSERT_EQ(TF_OK, TF_GetCode(s)) << TF_Message(s);
    
        // 2nd Arg
        float vals2[] = {1.0f, 0.0f, 0.0f, 1.0f};
        input_eager =
            TestMatrixTensorHandleWithInput(eager_ctx, vals2, dims, num_dims);
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Sat Oct 12 05:11:17 GMT 2024
    - 39.1K bytes
    - Click Count (0)
  3. tensorflow/c/eager/c_api_test.cc

    A. Unique TensorFlower <******@****.***> 1759988790 -0700
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Thu Oct 09 05:56:18 GMT 2025
    - 94.6K bytes
    - Click Count (0)
  4. tensorflow/c/eager/c_api_remote_test.cc

    Yujing Zhang <******@****.***> 1597190920 -0700
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Wed Aug 12 00:14:22 GMT 2020
    - 5.4K bytes
    - Click Count (0)
  5. tensorflow/c/eager/c_api_test_util.cc

      CHECK_EQ(TF_OK, TF_GetCode(status)) << TF_Message(status);
      TF_DeleteTensor(t);
      TF_DeleteStatus(status);
      return th;
    }
    
    TFE_TensorHandle* TestMatrixTensorHandleWithInput(TFE_Context* ctx,
                                                      float data[], int64_t dims[],
                                                      int num_dims) {
      TF_Status* status = TF_NewStatus();
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Thu Oct 09 05:56:18 GMT 2025
    - 23.4K bytes
    - Click Count (0)
  6. tensorflow/c/eager/c_api_remote_test_util.cc

    Yujing Zhang <******@****.***> 1607726961 -0800
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Fri Dec 11 22:56:03 GMT 2020
    - 9.1K bytes
    - Click Count (0)
  7. tensorflow/c/eager/c_api_debug_test.cc

    Gaurav Jain <******@****.***> 1586210724 -0700
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Mon Apr 06 22:10:09 GMT 2020
    - 2.3K bytes
    - Click Count (0)
  8. tensorflow/c/eager/custom_device_test.cc

    Allen Lavoie <******@****.***> 1598571038 -0700
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Thu Aug 27 23:39:24 GMT 2020
    - 18.4K bytes
    - Click Count (0)
  9. tensorflow/c/eager/c_api_experimental_test.cc

    A. Unique TensorFlower <******@****.***> 1759988790 -0700
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Thu Oct 09 05:56:18 GMT 2025
    - 31.5K bytes
    - Click Count (0)
  10. tensorflow/c/eager/c_api_cluster_test.cc

    A. Unique TensorFlower <******@****.***> 1759988790 -0700
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Thu Oct 09 05:56:18 GMT 2025
    - 19.2K bytes
    - Click Count (0)
Back to Top