Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for g_0_retval_RetVal (0.18 sec)

  1. tensorflow/compiler/jit/encapsulate_xla_computations_pass_test.cc

                               b_identity, 0);
      auto out1 = ops::_Retval(scope.WithOpName("e_0_retval_RetVal"), e, 1);
      auto out2 = ops::_Retval(scope.WithOpName("g_0_retval_RetVal"), g, 2);
      auto out3 =
          ops::_Retval(scope.WithOpName("readu_0_retval_RetVal"), read_u, 3);
    
      std::unique_ptr<Graph> graph(new Graph(OpRegistry::Global()));
      TF_CHECK_OK(scope.ToGraph(graph.get()));
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 16 18:03:15 UTC 2023
    - 14.7K bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/encapsulate_subgraphs_pass_test.cc

                 absl::Span<const string>({"_xla_token_arg_node"})},
                {"_xla_original_oc_node_name",
                 "outside_compilation_O1_host_compute"}},
               {"D"}},
          },
          {{"g_0_retval_retval", "outside_compilation_O2_host_compute:outputs:0"},
           {"i_0_retval_retval", "I:o:0"}});
    
      {
        std::unique_ptr<FunctionLibraryDefinition> lib_def(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 08:47:20 UTC 2024
    - 113.3K bytes
    - Viewed (0)
Back to top