Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GradForUnaryCwise (0.26 sec)

  1. tensorflow/compiler/jit/mark_for_compilation_pass_test.cc

      TF_ASSERT_OK(
          MarkForCompilationPassTestHelper::MarkForCompilation(&graph, &flib_def));
      auto clusters = GetClusters(*graph);
    
      EXPECT_NE(clusters["A"], "");
    }
    
    static Status GradForUnaryCwise(FunctionDef* g,
                                    std::vector<FunctionDefHelper::Node> nodes) {
      for (auto& n : nodes) {
        if (n.attr.empty()) {
          n.attr = {{"T", DT_FLOAT}};
        }
      }
    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