Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for CompilableFn (0.12 sec)

  1. tensorflow/compiler/jit/mark_for_compilation_pass_test.cc

    // inside the function can be compiled.
    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"},
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 14 10:11:10 UTC 2024
    - 79.6K bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/compilability_check_util_test.cc

      return attr;
    }
    
    constexpr char kFunctionalIfNodeName[] = "If";
    constexpr char kFunctionalCaseNodeName[] = "Case";
    constexpr char kFunctionalWhileNodeName[] = "While";
    constexpr char kCompilableFunctionName[] = "CompilableFn";
    constexpr char kCompilableFunctionNodeName[] = "n_c";
    constexpr char kUncompilableFunctionName[] = "UncompilableFn";
    constexpr char kUncompilableFunctionNodeName[] = "n_c_uncompilable";
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Jun 10 12:32:39 UTC 2022
    - 22.3K bytes
    - Viewed (0)
Back to top