Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for n_b (0.31 sec)

  1. tensorflow/compiler/jit/mark_for_compilation_pass_test.cc

    TEST(XlaCompilationTest, PartitionedCallUnsupported) {
      FunctionDef compilable = FunctionDefHelper::Define(
          "CompilableFn", {"n_a:float", "n_b:float"}, {"n_c:float"}, {},
          {{{"n_c"}, "Add", {"n_a", "n_b"}, {{"T", DT_FLOAT}}}});
      FunctionDef uncompilable =
          FunctionDefHelper::Define("UncompilableFn", {"n_a:float"}, {"n_c:float"},
                                    {}, {{{"n_c"}, "UncompilableUnary", {"n_a"}}});
    
    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