Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for HasInputsWithMismatchingDeadness (1.6 sec)

  1. tensorflow/compiler/jit/deadness_analysis_test.cc

      TF_ASSERT_OK_AND_ASSIGN(
          has_inputs_with_mismatching_deadness,
          HasInputsWithMismatchingDeadness(*result, *live0.node()));
      EXPECT_FALSE(has_inputs_with_mismatching_deadness);
    
      TF_ASSERT_OK_AND_ASSIGN(
          has_inputs_with_mismatching_deadness,
          HasInputsWithMismatchingDeadness(*result, *live1.node()));
      EXPECT_FALSE(has_inputs_with_mismatching_deadness);
    
      TF_ASSERT_OK_AND_ASSIGN(
    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