Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NoInlineFn (0.07 sec)

  1. tensorflow/compiler/jit/mark_for_compilation_pass_test.cc

                                    {}, {{{"n_c"}, "UncompilableUnary", {"n_a"}}});
      FunctionDef noinline = compilable;
      noinline.mutable_signature()->set_name("NoInlineFn");
      AddAttr("_noinline", static_cast<bool>(true), noinline.mutable_attr());
    
      FunctionDefLibrary flib;
      *flib.add_function() = compilable;
      *flib.add_function() = uncompilable;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 14 10:11:10 UTC 2024
    - 79.6K bytes
    - Viewed (0)
Back to top