Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 21 of 21 for some_func (0.41 sec)

  1. tensorflow/compiler/jit/compilability_check_util_test.cc

      FunctionDefLibrary library;
    
      FunctionDef sort_func = FunctionDefHelper::Create(
          "SortFunc",
          /*in_def=*/{"x:float"},
          /*out_def=*/{"res:float"},
          /*attr_def=*/{},
          /*node_def=*/{{{"t0"}, "XlaSort", {"x"}, {{"T", DT_FLOAT}}}},
          /*ret_def*/ {{"res", "t0:output"}});
    
      *library.add_function() = sort_func;
    
      Output in = ops::Placeholder(root, DT_FLOAT);
    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