Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for arg (0.2 sec)

  1. tensorflow/c/eager/c_api_unified_experimental_test.cc

      // Build two abstract input tensors as function arguments.
      std::vector<TF_AbstractTensor*> func_args;
      {
        TFE_Context* eager_ctx =
            TF_ExecutionContextGetTFEContext(eager_execution_ctx, s);
    
        // 1st Arg
        float vals1[] = {0.0f, 1.0f, 1.0f, 0.0f};
        int64_t dims[] = {2, 2};  // Matrices will be 2 x 2
        int num_dims = sizeof(dims) / sizeof(dims[0]);
    
        TFE_TensorHandle* input_eager =
    C++
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Fri May 19 21:44:52 GMT 2023
    - 39.1K bytes
    - Viewed (0)
Back to top