Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CreateOutlineFunc (0.38 sec)

  1. tensorflow/compiler/mlir/lite/transforms/while_loop_outline.cc

      if (mlir::isa<TF::Quint8Type>(elemType) ||
          (elemType.isInteger(8) && mlir::cast<IntegerType>(elemType).isUnsigned()))
        return true;
    
      return false;
    }
    
    func::FuncOp CreateOutlineFunc(StringRef name, Region& region,
                                   bool passthru_extra_args, int num_loop_carried,
                                   const llvm::SetVector<Value>& extern_values,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 11.8K bytes
    - Viewed (0)
Back to top