Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ExtractNodeDefAndCheckCompilability (0.4 sec)

  1. tensorflow/compiler/jit/compilability_check_util.cc

        const {
      bool is_compilable = true;
      is_compilable &= ExtractNodeDefAndCheckCompilability(
          if_node, "then_branch", "if_then", encapsulating_function, lib_runtime,
          stack_trace, uncompilable_nodes);
      if (!uncompilable_nodes && !is_compilable) return is_compilable;
    
      is_compilable &= ExtractNodeDefAndCheckCompilability(
          if_node, "else_branch", "if_else", encapsulating_function, lib_runtime,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 30.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/compilability_check_util.h

                            UncompilableNodesMap* uncompilable_nodes) const;
    
      // Returns compilability of node def retrieved from `node`'s attribute with
      // name `attr_name`.
      bool ExtractNodeDefAndCheckCompilability(
          const Node& node, const std::string& attr_name,
          const std::string& call_name, NameAttrList* encapsulating_function,
          FunctionLibraryRuntime* lib_runtime,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 06 19:12:29 UTC 2023
    - 14.9K bytes
    - Viewed (0)
Back to top