Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 51 of 51 for _Arg (0.02 sec)

  1. tensorflow/compiler/jit/mark_for_compilation_pass_test.cc

    }
    
    TEST(XlaCompilationTest, DontCountIdentityOps) {
      std::unique_ptr<Graph> graph(new Graph(OpRegistry::Global()));
      Scope root = Scope::NewRootScope().ExitOnError();
      {
        auto a = ops::_Arg(root.WithOpName("A"), DT_INT32, 0);
        auto b = ops::Identity(root.WithOpName("B"), a);
        auto c = ops::Identity(root.WithOpName("C"), b);
        auto r = ops::_Retval(root.WithOpName("R"), c, 0);
      }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 14 10:11:10 UTC 2024
    - 79.6K bytes
    - Viewed (0)
Back to top