Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for d_0_arg (0.11 sec)

  1. tensorflow/compiler/jit/encapsulate_subgraphs_pass_test.cc

          {
              {{"G"}, "BinaryTest", {"e_0_arg", "f_0_arg"}},
              {{"I"},
               "BinaryTest",
               {"f_0_arg", "outside_compilation_O1_host_compute:outputs:0"}},
              {{"outside_compilation_O1_host_compute"},
               "XlaHostCompute",
               {"d_0_arg", "G:o:0"},
               {{"Tinputs", absl::Span<const DataType>({DT_FLOAT, DT_FLOAT})},
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 08:47:20 UTC 2024
    - 113.3K bytes
    - Viewed (0)
  2. tensorflow/c/c_api.cc

                .NewSubScope(child_scope_name);
    
        if (dx != nullptr) {
          std::vector<tensorflow::Output> dx_arg = OutputsFromTFOutputs(dx, ny);
          status->status =
              AddSymbolicGradients(scope, y_arg, x_arg, dx_arg, &dy_arg);
        } else {
          status->status = AddSymbolicGradients(scope, y_arg, x_arg, &dy_arg);
        }
    
        // Update g->name_map with the name_map from the scope, which will contain
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 15 03:35:10 UTC 2024
    - 102.3K bytes
    - Viewed (0)
Back to top