Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for cond_ref (0.23 sec)

  1. tensorflow/compiler/jit/deadness_analysis_test.cc

      PredicateMapTy predicate_map;
      TF_ASSERT_OK(ComputePredicates(*root.graph(), &predicate_map));
    
      EXPECT_EQ(predicate_map[ControlOutputFor(id_false)], "~*cond_ref:0");
      EXPECT_EQ(predicate_map[ControlOutputFor(id_true)], "*cond_ref:0");
    }
    
    void CreateSwitchN(const Scope& scope, Input data, Input output_index,
                       int64_t num_outs, OutputList* outputs) {
      if (!scope.ok()) return;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 06:59:07 UTC 2024
    - 51.6K bytes
    - Viewed (0)
Back to top