Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetDefaultFallbackState (0.16 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/constant_fold_utils.cc

      if (llvm::isa<TF::WhileOp, TF::CaseOp, TF::IfOp, CallOpInterface>(inst)) {
        return false;
      }
    
      return true;
    }
    
    static const FallbackState& GetDefaultFallbackState() {
      static const auto* const fallback_state = []() {
        tensorflow::SessionOptions session_options;
        tensorflow::FunctionDefLibrary fdef_lib;
        auto fallback_state =
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 7.3K bytes
    - Viewed (0)
Back to top