Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NameAndAttrsFromFunctionCall (0.22 sec)

  1. tensorflow/compiler/jit/compilability_check_util.cc

                << ".";
        return false;
      }
    
      FunctionLibraryRuntime::Handle handle;
      Status s;
      NameAttrList function;
      s = NameAndAttrsFromFunctionCall(call_def, &function);
      if (s.ok()) {
        s = lib_runtime->Instantiate(function.name(), AttrSlice(&function.attr()),
                                     &handle);
      }
      if (!s.ok()) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 30.3K bytes
    - Viewed (0)
Back to top