Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for if0 (0.02 sec)

  1. tensorflow/compiler/jit/extract_outside_compilation_pass_test.cc

      EXPECT_EQ(fld.Find("host_graph"), nullptr);
    }
    
    TEST_F(ExtractOutsideCompilationForFunctionTest, OutsideCompilationInIf) {
      // Build the XLA computation func.
      // "const0" (bool)
      // "const1" (int32)
      // "if0" (pred = "const0", input = "const1", then_branch = "true_fn",
      //        else_branch = "false_fn")
      FunctionDefLibrary fdl;
      {
        tensorflow::Scope s = tensorflow::Scope::NewRootScope();
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 06 19:12:29 UTC 2023
    - 41K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/tests/shape_inference.mlir

        %if0 = "tf.IfRegion"(%arg0) ({"tf.Yield"(%2) : (!tf_variant) -> ()},
                                     {"tf.Yield"(%2) : (!tf_variant) -> ()})
            {is_stateless = true} : (tensor<i1>) -> !tf_variant
        %if1 = "tf.IfRegion"(%arg0) ({"tf.Yield"(%if0) : (!tf_variant) -> ()},
                                     {"tf.Yield"(%if0) : (!tf_variant) -> ()})
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jan 23 17:24:10 UTC 2024
    - 167.4K bytes
    - Viewed (0)
Back to top