Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for a_0_arg (0.06 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/compiler/jit/encapsulate_xla_computations_pass_test.cc

      auto arg0 = ops::_Arg(scope.WithOpName("a_0_arg"), DT_INT32, 0);
      auto arg1 = ops::_Arg(scope.WithOpName("b_0_arg"), DT_FLOAT, 1);
      auto arg2 = ops::_Arg(scope.WithOpName("c_0_arg"), DT_INT32, 2);
      auto arg3 = ops::_Arg(scope.WithOpName("d_0_arg"), DT_FLOAT, 3);
    
      auto arg4 = ops::_Arg(scope.WithOpName("u_0_arg"), DT_RESOURCE, 4);
      auto arg5 = ops::_Arg(scope.WithOpName("v_0_arg"), DT_RESOURCE, 5);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 16 18:03:15 UTC 2023
    - 14.7K bytes
    - Viewed (0)
Back to top