Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for WithOpName (0.09 sec)

  1. tensorflow/compiler/jit/encapsulate_subgraphs_pass_test.cc

      auto x1 = ops::Placeholder(root.WithOpName("x1"), DT_FLOAT);
      auto x2 = ops::Placeholder(root.WithOpName("x2"), DT_FLOAT);
      auto const_guarantee_x2 =
          ops::GuaranteeConst(root.WithOpName("const_guarantee_x2"), x2);
      auto const_guarantee_x1 =
          ops::GuaranteeConst(root.WithOpName("const_guarantee_x1"), x1);
      auto add1 =
          ops::Add(root.WithOpName("add1"), const_guarantee_x1, const_guarantee_x2);
    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