Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for identity_true_fn (3.73 sec)

  1. tensorflow/compiler/jit/extract_outside_compilation_pass_test.cc

        Output identity = ops::Identity(s.WithOpName("identity_true_fn"), arg);
        ops::_Retval retval(s.WithOpName("retval"), identity, 0);
        std::unique_ptr<Graph> g(new Graph(OpRegistry::Global()));
        TF_CHECK_OK(s.ToGraph(g.get()));
        auto node_name_image = g->BuildNodeNameIndex();
        node_name_image["identity_true_fn"]->AddAttr("_oc", "0");
        PartialTensorShape shape({2});
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 06 19:12:29 UTC 2023
    - 41K bytes
    - Viewed (0)
Back to top