Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_builder (0.29 sec)

  1. tensorflow/compiler/mlir/tf2xla/transforms/tf2xla_rewriter_test.cc

      EXPECT_FALSE(ImportXlaComputationIntoModule(bad_computation).ok());
    }
    
    TEST_F(Tf2XlaRewriterTest, ImportsSingleComputation) {
      XlaBuilder builder("test_builder");
      XlaComputation to_apply;
      {
        auto sub_builder = builder.CreateSubBuilder("add");
        auto arg0 = Parameter(sub_builder.get(), 0,
                              ShapeUtil::MakeScalarShape(xla::F32), "x");
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:16:07 UTC 2024
    - 11.7K bytes
    - Viewed (0)
Back to top