Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for IsCompilableWhile (0.15 sec)

  1. tensorflow/compiler/jit/compilability_check_util.cc

    }
    
    // Tests whether 'while_node' is a completely compilable loop.
    // Every operator in the condition and body functions must be compilable for a
    // while loop to be compilable.
    bool RecursiveCompilabilityChecker::IsCompilableWhile(
        const Node& while_node, FunctionLibraryRuntime* lib_runtime,
        std::vector<StackFrameView>* stack_trace,
        NameAttrList* encapsulating_function,
    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

                          std::vector<StackFrameView>* stack_trace,
                          NameAttrList* encapsulating_function,
                          UncompilableNodesMap* uncompilable_nodes) const;
      bool IsCompilableWhile(const Node& while_node,
                             FunctionLibraryRuntime* lib_runtime,
                             std::vector<StackFrameView>* stack_trace,
                             NameAttrList* encapsulating_function,
    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