Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for XTimesTwo (0.06 sec)

  1. tensorflow/compiler/jit/encapsulate_subgraphs_pass_test.cc

      Binary(b, c, builder.opts().WithName("D"));
    
      GraphDef graphdef_in;
      FunctionDefLibrary library_in;
      TF_EXPECT_OK(builder.ToGraphDef(&graphdef_in));
      *library_in.add_function() = test::function::XTimesTwo();
    
      GraphDef graphdef_out = graphdef_in;
      FunctionDefLibrary library_out = library_in;
      TF_EXPECT_OK(Encapsulate(&graphdef_out, &library_out));
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 08:47:20 UTC 2024
    - 113.3K bytes
    - Viewed (0)
Back to top