Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetFunctionBody (0.2 sec)

  1. tensorflow/compiler/jit/extract_outside_compilation_pass.cc

      auto cleanup_handle = gtl::MakeCleanup([&]() {
        auto s = flr->ReleaseHandle(handle);
        if (!s.ok()) {
          ret_status.Update(s);
        }
      });
      const FunctionBody* fbody = flr->GetFunctionBody(handle);
    
      // Check if we have outside compilation nodes.
      *has_outside_compilation = false;
      for (Node* n : fbody->graph->nodes()) {
        if (HasNodeAttr(n->def(), outside_compilation_attr_name)) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 104.7K bytes
    - Viewed (0)
Back to top