Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 44 of 44 for foldName (0.16 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/canonicalize.mlir

      "tf._SomeOp"(%0#2, %0#0) : (tensor<!tf_type.resource>, tensor<f32>) -> ()
      // CHECK: return %[[CASE_OUTPUT]] : tensor<f32>
      func.return %0#1 : tensor<f32>
    }
    
    
    // CHECK-LABEL: foldCase
    func.func @foldCase(%arg0: tensor<f32>, %arg1: tensor<f32>) -> (tensor<f32>) {
      %2 = arith.constant dense<1> : tensor<i32>
      %3 = arith.constant dense<0> : tensor<i32>
    
      // CHECK: PartitionedCall
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 132.1K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"ErrTrailingBackslash", Const, 0},
    		{"ErrUnexpectedParen", Const, 1},
    		{"Error", Type, 0},
    		{"Error.Code", Field, 0},
    		{"Error.Expr", Field, 0},
    		{"ErrorCode", Type, 0},
    		{"Flags", Type, 0},
    		{"FoldCase", Const, 0},
    		{"Inst", Type, 0},
    		{"Inst.Arg", Field, 0},
    		{"Inst.Op", Field, 0},
    		{"Inst.Out", Field, 0},
    		{"Inst.Rune", Field, 0},
    		{"InstAlt", Const, 0},
    		{"InstAltMatch", Const, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  3. api/go1.txt

    pkg regexp/syntax, const ErrMissingParen ErrorCode
    pkg regexp/syntax, const ErrMissingRepeatArgument ErrorCode
    pkg regexp/syntax, const ErrTrailingBackslash ErrorCode
    pkg regexp/syntax, const FoldCase Flags
    pkg regexp/syntax, const InstAlt InstOp
    pkg regexp/syntax, const InstAltMatch InstOp
    pkg regexp/syntax, const InstCapture InstOp
    pkg regexp/syntax, const InstEmptyWidth InstOp
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  4. api/go1.1.txt

    pkg regexp/syntax, const ErrTrailingBackslash = "trailing backslash at end of expression"
    pkg regexp/syntax, const ErrUnexpectedParen = "unexpected )"
    pkg regexp/syntax, const ErrUnexpectedParen ErrorCode
    pkg regexp/syntax, const FoldCase = 1
    pkg regexp/syntax, const InstAlt = 0
    pkg regexp/syntax, const InstAltMatch = 1
    pkg regexp/syntax, const InstCapture = 2
    pkg regexp/syntax, const InstEmptyWidth = 3
    pkg regexp/syntax, const InstFail = 5
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
Back to top